Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi qlikss,
i have straight table with field "Sales Flag" which has values
today
yesterday
today
yesterday
yesterday
i created button for search string =today
it is working when it has value today and yesterday values
but when it has all values like
yesterday
yesterday...... lik this . when i click on button it should show no values. but it is showing all values not filtering anything
how can i do that .. when no today value is there it should show blank straight table
Thankss. qlikss
ya it's ok. i will work but for that small change i don't want to do this many changes
is there any other way
anyone has answer......
Try this in your hi dimension.
= IF(GetSelectedCount(hi) = 0, '', hi)
Find attached.
you used normal as search string in yes button
that's y it is working
what my requirement is search string "yes" will be there some days and and won't be there other days in "hi" filed
so whenever there is no single "yes". when i click on yes button it should show empty table.
but it's not filtering anything
Hi,
As per my knowledge, if you have 'yes' in hi filed button will work,other wise it will not work.
Regards
yes i know that..
but when is no"yes". it should filter table and show empty rows
if its not user will think that it filtered something.
can't we do this small change in qlikview
i tried . it's not working
Here my doubt is,simple logic
In your data "yes" is not there how can you define "yes" in button. how it will work.
May be,With out association it will not work.
Regards
ya. I understtod. This is sample app.
In my requirement, yes will be there in some days and won't be there in other days
i mean after refreshing app,
i think u got my point
help me on this