Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
how to change attached PL-SQL scripts in Qlikview script.. There're lot of sub-queries used.
Hi P Kumar,
I have charged your script in my notbook with Qlikview language, and it´s ok.
Put first the connection to your BBDD, and the name of the table. (EG: TABLE:)
Try it and tell me.
Regards
Miguel del Valle
Hi Miguel,
there is no attachment.. Please can you attach file.. Also, I have attached one more sql code if you can convert please.
Hi P Kumar,
I haven´t transformed anything, I´ve only seen your code in notepad ++ with qlikview language and it´s ok.
You can use the sql statement without changes in qlikview.
MyTable:
Select * from Sometable where a=1;
Qlikview just sends the sql statement to the database that you connect to. The database executes the statement and returns the results. You do first need to define a connection of course.
Try it and your reload show some errors; send me one picture with them to advance.
Regards
Miguel del Valle
Hi Miguel,
It's doesn't work directly.. I am using Qlik sense..
I want to store this query 1st into QVD and then want to use..
Can you make necessary changes which need to make please?? Do we need to use LOAD statement and remove SELECT..
check error:
Output
Output cleared.
---
Connecting to MIS Dev Connec (main_l0482421)