report pdf template

I have a table called inventory, with the columns: item, department and image

I make a bot to generate a PDF file, I did it, but when I want to separate by the department column value, of the enum type, I can't do it, I've tried with Select, but I can't... can someone help me?

Solved Solved
0 4 330
1 ACCEPTED SOLUTION

FILTER( inventario , [departamento] = [_THISROW].[departamento] )

View solution in original post

4 REPLIES 4
Top Labels in this Space