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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show distinct values for unique keys

Hi guys,

Hopefully you can help me out with the following issue:

Consider the following data in xls:

Category
KPI
MeasureValue
FinanceGM%1
HRGM%2
Customer serviceGM#3
Customer serviceGM%4

I made this key: %KEY_Category_KPI_Measure in QV.

I built a straight table with KPI as dimension and Measure and Value as expressions.

Then, when I filter by selecting 'Customer Service' as Category, I see just 1 KPI (GM), no measure and a value of 7 (3+4). Like this:

KPIMeasureValue
GM
7

However, I would like to see 2 KPI's (GM and GM) with their measures (# and %) and values (3 and 4). Like this:

KPI
MeasureValue
GM#3
GM%4

What am I doing wrong?

Thanks for your help!

Hank

1 Solution

Accepted Solutions
MayilVahanan

HI

Try like this

Measure,KPI as dimension, and use

Value as expression

Can you share a sample file?

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

3 Replies
MayilVahanan

HI

Try like this

Measure,KPI as dimension, and use

Value as expression

Can you share a sample file?

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Hi HanKargel,

Can you please tell us that how many types of measures do you have ( i mean #, %).

we can go for a "ONLY" expression with set analysis which can give you individual values. but if you have more measures i think it won't works.

Thanks

Meher

Not applicable
Author

Thanks guys,

I should have used Measure as a dimension instead of an expression.