Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There
I want to add a table with fixed columns and rows. However each box in that table is independent record (individual dimension). Each dimension has single record associated with it.
Can we achieve this and how?
This will help me to avoid adding multiple text boxes for each dimension.
Thanks in advance.
if I understand, in a straight table
calculated dimension
valuelist(1,2,3)
expression (replace exp1/2/3 with your expression)
pick(
match(
valuelist(1,2,3)
,1,2,3),
'exp 1', 'exp 2', 'exp 3')
Lets take below example, i have dimensions A to H. I have to create 8 text boxes which i want to avoid by creating single table.
Text A Caption | Text B Caption | Text C Caption | Text D Caption | |||
Value XYZ | Value qwqw | Value asdasd | Value adad | |||
Text E Caption | Text F Caption | Text G Caption | Text H Caption | |||
Value ass | Value qwq | Value asaas | Value adada |
and this is my idea (PFA)