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 ID
Order ID (ref - Order Table)
(etc)…
WorkOrderDetails Table
WorkOrderDetails ID
Work Order ID (ref - Work Order Table)
(etc)…
Quote Table
Quote ID
Order 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:
Okay, the data i told was in portuguese ans i transleted for better comprehension in the question. But i can create a English template for the purpose of better understanding. Also i just changed Order ID ref in Quote to ENUM ref column. (i needed this change to stablish another type of relationship when the type of order changes)
You need to configure your template to explicitly include all the data you want. If you want individual column values from Related Descrição_Manutençãos, you’ll need to reference them as you have other column values in your template already.
Also, Related Descrição_Manutençãos is a list of Ref values. To access the column values of each of those rows, you’ll need to use another <>/<> block. In this:
Replace <<[Related Descrição_Manutençãos]>> with <<Start: [Related Descrição_Manutençãos]>><>, then reference the column values you want displayed within that block.
Hey Steve, I managed to get what i wanted but now the list are retuning in a single line and togethe even if i put them inside a table it still returns a single line list as bellow.
hi Steve. I have the same problem of displaying the enumlist in a template (ie I see all the values in a row stuck). My Enumlist in Appsheet uses this list separator “|”, where should it be placed in the expression to generate the right display with rows below each other?
this is my expression ([OBIETTIVI] IS THE ENUMLIST TYPE REF):