Start template result blank

I'm stuck at a stage of my app that needs a template report from a work order (generating a quote PDF), everything is showing except the Service description. My data structure and it relationships are described bellow:

Order Table

Order ID(etc)...

WorkOrder Table

WorkOrder IDOrder ID (ref - Order Table)(etc)...

WorkOrderDetails Table

WorkOrderDetails IDWork Order ID (ref - Work Order Table)(etc)...

Quote Table

Quote IDOrder ID (ref - Order Table)(etc...)

 

My bot is associated to Quote's table. And i'm not being able to get the WorkOrder Details on the report, it is blank. My start expression is:

<<Start:SELECT(WorkOrder[WorkOrder ID],[Order ID]=[_THISROW].[Order ID)>><<[Related WorkOrderDetails]>><<End>>

Solved Solved
0 11 828
1 ACCEPTED SOLUTION

Try putting line breaks in your expression where you'd want them to occur in the output.

View solution in original post

11 REPLIES 11
Top Labels in this Space