Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

16 Replies
Gysbert_Wassenaar

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

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