Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hy there. Is there any way to create a form that contains 4 tables? And I would like that the dimension for each panel to be dynamicaly.
Thank you.
Can you attach the sample file?
What does the Column (1) and column(2) denotes?
Block chart displays only one expression, So you can calculate totals for each measure within an expression.
Both Column1 and Column2 represents a number value(something like sales). But Column1 is from Table1 and Column2 is from Table2. Both tables are linked by a primary key (ClientID).
Could you post your Expression?
=(sum(VALOARE_SOLD_UF) & sum(CONTRACT_AMOUNT)
This is the expression that i`m using.
Hi Razvan,
Try the expression with dual function as I posted above.
Nope , still not working. But I quited trying using Block Chart. In my case is better to use pie chart. But thank for trying to help.