Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
You can exclude these rows in load script using a Where clause in the Load statement. Something like:
Where email <> 'email@.qa.com'
-Rob