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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
tamilarasu
Champion
Champion

Dimension help

Hi,

I have a table which created from multiple sources. I have column called "Status" and in that i have "Received" and "Not received" as status flag. Previously the pivot chart has been created with entire data. Now I want to show the data only for "Received" files. Below are the dimensions. Can any one tell me how to amend the chart with the status flag (also i dont want to show this column. Is there any set analysis or calculated dimension)?

Dimensions:

Customer Name

Customer Number

Sales Rep Name

Sales Rep number

Labels (1)
16 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Please post a qlikview document that demonstrates the problem.


talk is cheap, supply exceeds demand
tamilarasu
Champion
Champion
Author

Hi All,

Wait. I am not allowed to post original qvw. I'll post a sample one.

tamilarasu
Champion
Champion
Author

Andrew, Gysbert and Shiva: See the below attachment.

I dont want to show C and D customers in the chart since the status is mentioned as "Not Received" (see in load script).

Hope this sample is fine. Please let me know, if its not sufficient.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change your count expression too: count({<Status={'Received'}>}[Customer Number])


talk is cheap, supply exceeds demand
Anonymous
Not applicable

Tamil

Gysbert is correct.

Amended qvw attached :

buzzy996
Master II
Master II

use this,

Anonymous
Not applicable

... or remove the Set Analysis from the Expression and use this Calculated Dimension

= if ( Status = 'Received', Status )

and tick Suppress When Value is Null