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 317
1 ACCEPTED SOLUTION

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

View solution in original post

4 REPLIES 4


@Oscar_Rossini wrote:

I want to separate by the department column value


What does that mean?

 

hi
i am sorry, my english is very bad ....: (

I need to report the list of items for each of the values in the department column

Table: inventory

itemdepartmentimage
BeerDrinksimage1
shampooCleanimage2

This is the template that I have made, but it lists all the items of all the departments

Oscar_Rossini_0-1659226828945.png

 

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

thanks !!! 

Top Labels in this Space