Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
gidon500
Creator II
Creator II

Bring Variable into table using script

Hi Guys  ,

I have a variable in doc1.qvw

RELOAD =  timestamp(reloadtime(), 'DD/MM/YY  hh:mm')

I want to have it as field in a table  . 

so when I binary connect doc1.qvw to doc2.qvw 

I have the reload  date and time  of doc1.qvw  in doc2.qvw

Thanks

Gidon

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

so you can load the file time into

a table

reloadtime:

load timestamp(reloadtime(), 'DD/MM/YY  hh:mm') AS reloadtime

AutoGenerate 1;

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

so you can load the file time into

a table

reloadtime:

load timestamp(reloadtime(), 'DD/MM/YY  hh:mm') AS reloadtime

AutoGenerate 1;