Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am traying to fetch the simple data but iyts throwing the unknown error.
Regards,
KK
QlikView Resource Librarystalwar1kush141087New to QlikView
Try
Where Match(CLNTNUM, 2500015, 25000017, ....);
Instead of Where CLNTNUM IN [.....];
Try
Where Match(CLNTNUM, 2500015, 25000017, ....);
Instead of Where CLNTNUM IN [.....];
Hi,
Try like below:

Thanks
AS
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.