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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

To fetch the dimension value in the set analysis

Hi All,

Please find the attached sample displaying the sum for the different Quarter. In the same attached I have used a inline table for QTR (1,2,3,4) and written the Set Analysis to display this according to the data.  I need to get this quarterInline (used in dimention) to get in the set  analysis so that I can remove hard coding the values.

Note : Due to the existing data model issue we cannot join the Inline QuarterInline to the tables. This is a sample data I have provided. Please let me know if any more information is required.

Thanks,

Sijo Joseph

1 Solution

Accepted Solutions
swuehl
MVP
MVP

A set expression is evaluated once per chart, so you can't fetch the dimension value in a set expression.

Check this post

http://community.qlik.com/docs/DOC-1335

So your current approach might be the only workaround (or an equivalent pick / match combination).

Hope this helps,

Stefan

View solution in original post

3 Replies
swuehl
MVP
MVP

A set expression is evaluated once per chart, so you can't fetch the dimension value in a set expression.

Check this post

http://community.qlik.com/docs/DOC-1335

So your current approach might be the only workaround (or an equivalent pick / match combination).

Hope this helps,

Stefan

Anonymous
Not applicable
Author

VERY USEFULL LINK , I WAS SEARCHING THE WAY TO COMPARE TWO FIELDS

OF DATABASE DIRECTLY AND THIS POST HELP ME FINDING THAT

THANK'S SWUEL

Not applicable
Author

Thanks