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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
manoranjan_d
Specialist
Specialist

select query

Hi,

I want to select specific table with specified field. so i used

select * from table name

where field name ="xxx"

but when i check its showing error as "Expected 'Case'" in select line of the macro.

pls help me

5 Replies
prma7799
Master III
Master III

Can you post error screen shot?

anbu1984
Master III
Master III

Can you post your script       

manoranjan_d
Specialist
Specialist
Author

i cant share its confidential, can tell me how to select the table and how to use where condition in the macro

anbu1984
Master III
Master III

Your Select sql looks ok. Do you use Case statement in Sql?

manoranjan_d
Specialist
Specialist
Author

no.

For example you can try the same coding below and click check in the macro  it will show error as expected case in the top.

select * from table name

where field name ="xxx"

pls assign ur self a table in qlikview with some value and then create a text box. in the text box action try this above macro coding