Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
One of the biggest advantage of qlik is that you can directly use your query in qlik with out conversion.
So in your case, you can directly use it as it is.
Still you want to convert that SQL in code in Qlik script then, I can see in the query developer use 2 table
transaction & cus.
You can load those 2 table then do join over it & in final table use same where clause what they added in your sql query.
I've made this script but it didn't load any records
while debugging we have to go with baby steps;
1st load initial table & join table then put exit script & check did you get the data or not
if you are getting data then there must be issue in where clause. Comment that where clause & run it again.
I think there is issue in final where clause
Regards,
Prashant Sangle