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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
alond112
Contributor
Contributor

Remove some values from qlikview data

Hey,

i have some values i need to remove backwards from qlikview data.

for example:

a lot of leads that enter to the database with email@qa.com, i cant remove them from database, i just want to exclude\delete them from qlikview.

 

how can i do it?

1 Reply
rwunderlich
MVP
MVP

You can exclude these rows in load script using a Where clause in the Load statement. Something like:

Where email <> 'email@.qa.com'

-Rob

Community Browser