Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Delete Record names from table box

Hello All,

I am new to qlik, currently going a walkaround and training on qliksense. I am trying on a requirement where i am populating my data from db connected to  QS environment and created a table box.

qs tablebox.PNG

my main requirement is to delete few records,'bison panel' and 'POP with Design'  and 4 more record names from  dimension Material Name Table box view at QS script.

please suggest the way at script level,how we can exclude the mentioned record names.

Thanks in Advance,Triveni

Labels (1)
2 Replies
MohammedMustaq
Partner - Creator
Partner - Creator

Try these.

 

where MaterialName not in('POP With Design ','bison panel','A','B','C',D');

 

Thanks

Mustaq

Anonymous
Not applicable
Author

Thanks Mustaq,for the quick reply.

will try the scenario and let know the results.

Also got to know about Flag creation concept,can u please provide any alternate way using Flag concept for the same.

Thanks,

Triveni