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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

create filter on Straight Table

Hi All,

I have 4 types of Competency in data but what i want is to see only there and want to restrict one(i.e _Total).

Please find attached .qvw

Thanks

Manish Madan

Labels (1)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

For the Competency dimension, enter:

     =if(commpetncy<>'_Total',commpetncy)

Then check Supress when value is null

View solution in original post

3 Replies
m_woolf
Master II
Master II

For the Competency dimension, enter:

     =if(commpetncy<>'_Total',commpetncy)

Then check Supress when value is null

Anonymous
Not applicable
Author

Thanks Michael

Anonymous
Not applicable
Author

A good practice is not to load the "total" at all.  Just to filter it out in script by using this:

WHERE Competency <> '_Total'