Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have been working in Tableau for over three years and am trying to learn QlikView. So far, I'm having a hard time wrapping my head around the differences, particularly as it pertains to expressions, sets, and filtering.
My question is embarrassingly simple, but I have struggled to answer it.
I have a dimension called 'Buyer'. There are 11 types of buyers, e.g. 'CEO', 'CISO', etc. Among the Buyer types is 'Other'. I want to exclude it from my QlikView app completely. How would I do that? My searching hasn't helped.
Thanks,
Doug
Hi,
other front end solutions to exclude this value from e.g. charts would be
- calculated dimensions like
If(Buyer<>'Other', Buyer) (checking the "Suppress When Value is Null" dimension option)
- some set expression in your chart's aggregation functions like
Sum({$<Buyer-={'Other'}>} somefact)
Set expression should be preferred here (only if excluding in the script is no solution for you.)
hope this helps
regards
Marco
Hi..
Wherever you load your 'BUYER' dimension write the below where conditions so that others category would not get into your application.
Sample
LOAD
x,
Y,
Buyer,
Z....
From
..something....
WHERE Buyer<>'Others';
Thanks, Rajpreeth. So the time and place to do this is in the load script and not using some sort of expression in the app?
Yes..
You are right.. Field values can be limitted in the script.Please close this thread if information made you clear so that other users can make use of this marked answer..
Hi,
other front end solutions to exclude this value from e.g. charts would be
- calculated dimensions like
If(Buyer<>'Other', Buyer) (checking the "Suppress When Value is Null" dimension option)
- some set expression in your chart's aggregation functions like
Sum({$<Buyer-={'Other'}>} somefact)
Set expression should be preferred here (only if excluding in the script is no solution for you.)
hope this helps
regards
Marco
Yes ,you can use expressions to avoid,
Sum({<Dimesion-={'Other'}>]Sakes).
Thanks to all for the help. Much appreciated.
hi marco. why your qvw file, not opening in my personal edition qlikview 12.
is there any restiction on Personal Edition
Yes, you require license for that. Anyway, have you solve the issue
for learning purpose not for commercial purpose, how much it cost ? any clue?