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
would be good, if you can post an example and the required output.
see top. already posted
stonecold111 May 18, 2017 6:48 AM (in response to Peter Rieper)
click on yes button
should show blank table
see top
i already posted hi.qvw
create an island-table with all your possible "hi"-values, for which you wish to filter
Filter:
LOAD * INLINE [hi
yes
no
maybe
normal];
Data:
LOAD
hi,
....
FROM .....;
Peter
OK change the search string to yes. I thought you were using yes instead of normal. Change in you button actions from normal to yes. When you click on yes no data will be displayed for hi.
Check this? If not i need little more information on elaborating on what should happen when those buttons are clicked and what should happen when nothing is selected ?
ya i got ur point. but i don't want like this. you made hi column empty when no selections are there.
i don't want this. Even if there are no values in hi, other columns are displaying as it is. and current selections box also empty. user will check current selection box
what i want is empty table when i click on yes.
pl z explain briefly..
Thanks Peter
I got it....