Hi all,
is it somehow possible to remove all Work Task Steps with Status Not Done and Cancelled on a Service Report?
So that only the ones marked as Done appear?
Regards,
Chris
Hi all,
is it somehow possible to remove all Work Task Steps with Status Not Done and Cancelled on a Service Report?
So that only the ones marked as Done appear?
Regards,
Chris
Try modifying the report layout with IFS Report Designer. With RD you can add a visibility condition that hides the steps based on the status.
I’m not familiar with the Service Report but we’ve done similar conditions to Work Task reports
Try modifying the report layout with IFS Report Designer. With RD you can add a visibility condition that hides the steps based on the status.
I’m not familiar with the Service Report but we’ve done similar conditions to Work Task reports
Morning AveTonitM,
where can I find the Report Designer? I only have the Page Designer and with that I was not able to get the correct condition in the correct fields. It was either a column was not visible anymore or only the field entry was gone.
Regards,
Report Designer can be downloaded from https://developer.ifs.com/ and documentation can be found here: https://docs.ifs.com/techdocs/25r1/050_reporting/000_reporting/251_operational_reporting/001_report_design/010_operational_reports/300_report_designer/?h=report+des
The report designer is for altering the report layouts that IFS generates pdf-files from. If you intent is to modify a user interface view or page then Report Designer is not the right tool
Keep in mind that the Service Report (created in MWO when work is completed) is based on Page Designer, it’s not a standard report. The page to modify is WorkReportPage, but I’m not aware of a way to filter records using Page Designer.
In the TASK STEP REPORT LIST you could add the same condition to all fields based on ObjState, but I’m not sure if this would remove the line or rather give you a line with empty fields. Worth a try.
Keep in mind that the Service Report (created in MWO when work is completed) is based on Page Designer, it’s not a standard report. The page to modify is WorkReportPage, but I’m not aware of a way to filter records using Page Designer.
In the TASK STEP REPORT LIST you could add the same condition to all fields based on ObjState, but I’m not sure if this would remove the line or rather give you a line with empty fields. Worth a try.
Thanks, thats what I thought and tried.
I am unsure on the correct semantic.
What the condition for the visible field be: ObjState = “Done”? Or how to enter the condition correctly?
Regards,
Chris
Objstate = "DONE" or Objstate != "DONE", but at least in the web client this doesn’t seem to have an effect on the individual row.
When implemented as this...
...the complete column “Status” disappears.
That’s what I was afraid of. Running out of workarounds in Page Designer...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.