Enum list as columns in PDF

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

tommer_0-1697473074059.png

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:

tommer_1-1697473135744.png

In shift table I have the following column:

tommer_2-1697473205950.png

 

PDF template:

tommer_3-1697473242380.png

*The column "dayar_code" is EnumList

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

tommer_5-1697473425285.png

but when I change it in the template:

tommer_0-1697481679030.png

I get the same result.

thanks in advance for any help!

 



0 2 147
2 REPLIES 2

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:
tommer_1-1697482848499.png

and this is the result:

tommer_0-1697482779480.png

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

Top Labels in this Space