Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
brijeshvma
Partner - Creator
Partner - Creator

how to ignore selection on particular field value

Hi All,

I have a Drill Dimension : TAB > CITY

and Expression :Count({<Category= {'home_screen'},Action={'Scroll_to_tab'}>} VID)


And i have one more Field CardTypeSub . i want if user select CardTypeSub value nothing will change.

means it ignore the selection for CardTypeSub .

i tried ,

Count({<Category= {'home_screen'},Action={'Scroll_to_tab'},CardTypeSub=>} VID)


... But with this expression ... it drill the value automatically in city level..




i want if user select CardTypeSub ... nothing will get change..


Kindly help me on this..

28 Replies
brijeshvma
Partner - Creator
Partner - Creator
Author

Hi Chanty ,

I already checked this linked ... But i am not getting any solution for the same ,, Can u help me with

Expression ... what to write

Chanty4u
MVP
MVP

in cartype   filed what are the values u hve?

HirisH_V7
Master
Master

Hi,

Check this,

ignore selection on particular field value-210195.PNG

Only({<Customer-={'ACS'}>}Sales)

HTH,

Hirish

HirisH
“Aspire to Inspire before we Expire!”
brijeshvma
Partner - Creator
Partner - Creator
Author

Hi ,

My Field TAB and CardTypeCity are two different field ... and both are not related to each other..

I am sharing my Qvw ...kindly chek

i Drill Dimension TAB and CITY .... and CardTypeSub is another list box field..

I just want if user select any values in CardTypeSub.. My Chart dont get change

Chanty4u
MVP
MVP

if(get selectioncount(urfiled)>0)

brijeshvma
Partner - Creator
Partner - Creator
Author

I tried this as well,,

But if i am using this.. Its Showing all the values in Tab Field ... its not showing value based on

Category= {'home_screen'},Action={'Scroll_to_tab'} this condition

Chanty4u
MVP
MVP

u can try

=sum({1<CardType={'values'}>} CardTypeSub)

brijeshvma
Partner - Creator
Partner - Creator
Author

Hi,

Please check the expression and question of mine

I want to allow selection on all except CardTypeSub...

And ur expression shows select value of CardTypeSub except other...