Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
For the Competency dimension, enter:
=if(commpetncy<>'_Total',commpetncy)
Then check Supress when value is null
For the Competency dimension, enter:
=if(commpetncy<>'_Total',commpetncy)
Then check Supress when value is null
Thanks Michael ![]()
A good practice is not to load the "total" at all. Just to filter it out in script by using this:
WHERE Competency <> '_Total'