Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

where clause from qvd

i want to use where clause from my qvd.

please let me know what is wrong in my script.

please find the attached qvd file.

3 Replies
Not applicable
Author

Can you send the where clause script which you are trying to apply.

Not applicable
Author

Hi abcd1234,

If you are trying to use a where clause when extracting data from a qvd then the syntax will be something like the following:

LOAD EVENT_DATE,
AOC_SHOWED,
AOC_REJECTED,
AOC_OK,
PURCHASE_FAILURE,
PURCHASE_REVENUE,
RENEWAL_REVENUE,
PREMIUM_COUNT,
CANCEL_COUNT,
PURCHASE_COUNT,
RENEWAL_COUNT,
CONTENT_ID,
CONTENT_PROFILE_ID,
CONTENT_PROVIDER_ID,
CHARGING_PROFILE_TYPE_ID,
CONTENT_NAME,
ACCOUNT_TYPE
FROM
SUMMARY.qvd
(qvd)
WHERE ACCOUNT_TYPE=2;


I hope this helps.

Rod

Not applicable
Author

Hi,

It is working fine for me.

Please check.