Enum list as columns in PDF

Hello :slightly_smiling_face:
In the PDF file I get a dark row inside a table when an EnumList has more than one value:

The relationship between the table “Report” to the table “shift” is M:1 (a shift can have several reports, and a report is connected to one shift only)

The report table:

In shift table I have the following column:

PDF template:

*The column “dayar_code” is EnumList

I also tried to add virtual column with a different type (using app formula):

but when I change it in the template:

I get the same result.

thanks in advance for any help!

It looks like you have created the [dayarim_for_PDF] column but are not actually using it. So, either use that column OR update your template to ALSO wrap the [dayar_code] column with the TEXT() function:

<<TEXT([dayar_code])>>

I hope this helps!

first of all thank you,

When I used the column [dayarim_for_PDF] it gave me the same result (I updated the post, so it will be more clear)

I tried what you have suggested:

and this is the result:

In one hand it recognizes the number of selected items from the Enumlist, in the other hand- you can see the problem…