Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
want to use qlick view ReloadTime() in sql script
sorry for the typo:
... you have your conn here
...
load *, ReloadTime() as ReloadDt;
sql select .... from ....; //this is your sql load
reloadtime is a qlikview function. if your intent is to add it to the table with your sql result try:
... you have your conn here
...
load *, ReloadTime() as ReloadDt;
sel select .... from ....; //this is your sql load
sorry for the typo:
... you have your conn here
...
load *, ReloadTime() as ReloadDt;
sql select .... from ....; //this is your sql load