Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
assume i have sql query in a text file. i have to import it in qlikview. the query is just the sql part and the load statement i will write myself. how to do that?
example:
LOAD...
.....
...
.....
SQL
this part will be taken from text file. how to do that?
okay thanks. I will try this once.
how to save as qvs?
open up the txt file and hit "save as" and re-name the extension as qvs:
When you create the include statement, browse to the directory where you save the qvs file. Finally, add a preceding load on the top of it.
Thanks a lot. It worked