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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nevilledhamsiri
Specialist
Specialist

restriction of data being shown through a list box!

Hi!

Is there a way forward for some  data  be excluded from being shown in a table? Eg , if I have a list box for Months & if my requirement is to avoid data being shown for the Month of May how that could be achieved!

Regds

Neville

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

Please find attached, data restriction in listbox and in straight table.

View solution in original post

4 Replies
its_anandrjs
Champion III
Champion III

In list box you are asking about?

its_anandrjs
Champion III
Champion III

In Month list box write expression

=Pick(Month,'Jan','Feb','Mar','Apr','Jun','Jul','Aug','Sep','Oct','Nov','Dec')



Or

Best way is use calculated dimension in any List box or in any Chart or you can try this in the loading script also


=if( Match(Month,'Jan','Feb','Mar','Apr','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),Month )

Load

if( Match(Month,'Jan','Feb','Mar','Apr','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),Month ) as NewField

From Source.....

MarcoWedel

Hi,

maybe like this?

QlikCommunity_Thread_277263_Pic1.JPG

QlikCommunity_Thread_277263_Pic2.JPG

hope this helps

regards

Marco

Anonymous
Not applicable

Hi,

Please find attached, data restriction in listbox and in straight table.