Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

help me

How to filter the table on a particular field in script level?Please answer asap....

3 Replies
Clever_Anjos
Employee
Employee

LOAD

*

from yourqvd.qvd(qvd)

Where yourfield = 'foobar';

simsondevadoss
Partner - Creator III
Partner - Creator III

Use where condition to filter

Not applicable
Author

Hi,

It can possible by using where condition.

Where tablename <> 'fieldname';

          or

Where fieldname <> 'strings or numbers';

        or

Where exists (fieldname);