Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
She1
Former Employee
Former Employee

Straight Table

Good day,

Suppose I have  4-5 dimensions in my straight table and I want to limit the table by the condition in the last dimension.I do not want any measures in it. I want only partners with courses B2 and B4 to be displayed. How do I go about this.

Actual table:

She1_0-1659454624514.png

Output:

She1_1-1659454778085.png

Should I write my condition only in last dimension i.e courses or should I write the same condition in all the dimensions for it to be limited to B2,B4.

Any help appreciated!

Thanks!

 

Labels (2)
2 Replies
edwin
Master II
Master II

this is normally done as a filter.  filter the last dimension = B2 B4

but if you still want to use a table with no measure then yes, you will have to add all the dimensions with an if statement where dim4 matches B2 B4.  however, you need to test this when the user starts clicking fields and filters

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can write the courses column only as

=Aggr(NODISTINCT Only({<Courses={''B2,'B4'}>}Courses), Courses)

Be sure to uncheck "Include null values"

-Rob
http://www.easyqlik.com
http://masterssummit.com
http://qlikviewcookbook.com