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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
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
Partner Ambassador/MVP
Partner Ambassador/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