Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have the table Dimensions here below that is a list of value (area, region etc)
I would like to create then multiple box with specific value coming from the same table
E.g. BOX N1 : just value AREA, BILL BILL N°
BOX N2°: just values brand country custom description
and so on...
how i can do this?
Thanks!
Hi, you have to make separate table dimension in your load statement.
Dimension1: LOAD * INLINE [ _dimension1 AREA BILL BILL N°]; Dimension2: LOAD * INLINE [ _dimension1 BRAND COUNTRY CUSTOM DESCRIPTION];
Hi,
Are you able to attach a sample data ?
interesting.
Where "If(Category =2,_Dimension)" needs to be specified? i don't find a field into the listbox properties.
Thank you