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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
eswarchandan
Contributor III
Contributor III

where function

Hi,

I am loading the below script with sample where function ......i need the correct solution for it .....I am loading data from Excel sheet 

 

LOAD  LensCatLevel2Code, %Photo***** As %Trs****, %Photo****** As %Trs******
FROM [$(BASE_RES_Path)$(vParmMarketing)] (ooxml, embedded labels, table is PT_DESIGN_GRP)
WHERE LEFT(lenscatlevel2Code,2) = '2-';

 

Kind Regards,

Eswar

1 Solution

Accepted Solutions
eswarchandan
Contributor III
Contributor III
Author

I got the solutions I did simple mistake ...... Thanks for your reply @prma7799

View solution in original post

2 Replies
prma7799
Master III
Master III

What is error?

eswarchandan
Contributor III
Contributor III
Author

I got the solutions I did simple mistake ...... Thanks for your reply @prma7799