Hello everyone,
In the notes entity I have two images related to a work order with the below subjects:
Record 1 - Customer Signature
Record 2 - Resource Signature
I am building an SSRS report that is linked to the Work order entity and the notes entity.
I would like to display in the report the subject of the notes in two different text labels based on the data retrieved from my fetch XML.
I tried the below fetch XML but I am still struggling on the below points:
1. I have tried the below logic in advanced find which gave me the below query:
Line 10 in the above XML query should be changed based on the current WO ID when running the report instead of hardcoding the values.
2. how to pass a parameter for each text label to display for the first label Customer signature and the second label Resource signature based on the subject retrieved from fetch XML query.
The notes look like the below: (Two different records related to WO)
I was using a sub-report and passing some parameters to it but now I want to avoid sub-reports and build everything under the same report.
In addition, previously assisted me on a similar topic on fetch XML but with different logic here
Can you please provide an example and the corrected XML query version to solve the above issue and display for those two labels the subject retrieved based on any WO ID the report is running?
Any help is highly appreciated.
Best regards,
EBMRay