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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
SatyaPaleti
Creator III
Creator III

How to exclude one dimension values among multi dimensions in qliksense line chart

Hi Everyone,

I have a requirement.

I have a Dimensions like Records and Measure as count of Records. Below is the screenshot for reference

SatyaPaleti_0-1631531835144.png

for the 1st record it is 916 & 2nd record it is 295. 

Now one more dimension is adding which is called Date. Following report is generating when Date Dimension is Included

SatyaPaleti_1-1631532204504.png

So My requirement is where ever there is 1st record it have to show 916  and when there is 2nd Record then value should be 295 only like in the below screenshot

SatyaPaleti_2-1631532421540.png

 

I have used count(Total<Date> distinct record_id) but still it's not getting required output. Can some one please help me to resolve this issue

 

Thanks,

Satya

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
stevejoyce
Specialist II
Specialist II

I believe you are looking to total by Records, so like this:

count(Total<Records> distinct record_id)

View solution in original post

2 Replies
stevejoyce
Specialist II
Specialist II

I believe you are looking to total by Records, so like this:

count(Total<Records> distinct record_id)

SatyaPaleti
Creator III
Creator III
Author

Thank you Steve for your response. This is what I am expecting