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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Karim_Khan
Creator III
Creator III

unable to fetch data

Hi Team,

    I am traying to fetch the simple data but iyts throwing the unknown error.

Regards,

KK

QlikView Resource Librarystalwar1kush141087New to QlikView

KK
1 Solution

Accepted Solutions
sunny_talwar

Try

Where Match(CLNTNUM, 2500015, 25000017, ....);

Instead of Where CLNTNUM IN [.....];

View solution in original post

3 Replies
sunny_talwar

Try

Where Match(CLNTNUM, 2500015, 25000017, ....);

Instead of Where CLNTNUM IN [.....];

amit_saini
Master III
Master III

Hi,

Try like below:

Thanks

AS

Not applicable

Hi ,

Try Match(CLNTUM,'2500015','2000017',.....)

The above works without Single Quotes but

Use Single Quotes when you need to match string values .

Hope this is helpful.