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: 
jgreen95
Contributor III
Contributor III

Only load certain data from QvD

Hi,

Im tying to load only certain rows from my QVD into an app, rows where the field [Supplier] = "Supplier A"

How do i need to write this Where function?

 

Labels (2)
1 Reply
tresB
Champion III
Champion III

Replace double quote with single, like

Where [Supplier] = 'Supplier A'