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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

show all the dimension in a table

i have a sales table/

one of the columns is product.

i have a filter (list box) of agent.

if i selecting an agent the table shows only the product that the agent sale.

if i want that the table will show all the products after i selected the agent.

if the agent sale the products i will see the data about them,

and for the product he didnt sale i will see nulls.

how can i do that?

4 Replies
stabben23
Partner - Master
Partner - Master

Hi,

if it is a straight table, add a dimenssion like sum({1}1), then you can hide it in presentation tab.

If it is a pivot use "your expression" +sum({1} 0)

//Staffan

adiarnon
Creator III
Creator III
Author

its not working...

i add a dimension like you said

its say- error in calc

stabben23
Partner - Master
Partner - Master

hi, use (sum total{1} 1)

adiarnon
Creator III
Creator III
Author

its working!!!!

tnx