Hi All ,
Can anyone help me to convert attached SQL script into Qlik..
Your help will really appreciate.
Thanks
Hi,
have you tried debugging the query ?? below pice of a query is running ??
Please use WITH .. AS
Example:
in your query, it will be like.
SQL WITH t1 as ( Select ...... )
kindly share the error message so that will be able to help you out.
I hope this will help
Thanks,
Bhasker
Hi,
why do you want to convert the SQL statements in Qlik Script? you can run the SQL statements directly in qlikview
Regards,
Bhaskar
Sorry for late response.
Actually when I am ran that query then I am getting error that invalid object t1.
Thanks
Hi,
have you tried debugging the query ?? below pice of a query is running ??
Please use WITH .. AS
Example:
in your query, it will be like.
SQL WITH t1 as ( Select ...... )
kindly share the error message so that will be able to help you out.
I hope this will help
Thanks,
Bhasker