Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
stonecold111
Creator III
Creator III

button not working properly in qlikview

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

27 Replies
prieper
Master II
Master II

would be good, if you can post an example and the required output.

stonecold111
Creator III
Creator III
Author

see top. already posted

suresh kumarAce

click on yes button

should show blank table

Correct Answer

stonecold111
Creator III
Creator III
Author

see top

i already posted hi.qvw

prieper
Master II
Master II

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

vishsaggi
Champion III
Champion III

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 ?

stonecold111
Creator III
Creator III
Author

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.

stonecold111
Creator III
Creator III
Author

pl z explain briefly..

stonecold111
Creator III
Creator III
Author

Thanks Peter

I got it....