Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
razvan_brais
Creator III
Creator III

Table Format

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.TableForm.jpg

16 Replies
qlikviewwizard
Master II
Master II

Can you attach the sample file?

yasmeenk
Partner - Creator
Partner - Creator

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.

Community4.PNG

razvan_brais
Creator III
Creator III
Author

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).

yasmeenk
Partner - Creator
Partner - Creator

Could you post your Expression?

razvan_brais
Creator III
Creator III
Author

=(sum(VALOARE_SOLD_UF) & sum(CONTRACT_AMOUNT)

This is the expression that i`m using.

yasmeenk
Partner - Creator
Partner - Creator

Hi Razvan,

Try the expression with dual function as I posted above.

razvan_brais
Creator III
Creator III
Author

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.