Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
danosoft
Specialist
Specialist

Update Date in qlikview layout...

Hi i have an text item in my qlik layout where i wann display the last Reload date of my document.

I use Qlik Management Console for planning it all night... so in my layout i use the variable  ReloadTime(), but it not show me the reload i did with automatic job in management console.

How can i do that?

1 Solution

Accepted Solutions
its_anandrjs

In your Qlik file on the UI part just write the Reloadtime() function to get the last reload time of your app or you can pass this value to any variable.

Let vLastReload =ReloadTime();

Or

//In Any text object

=ReloadTime()

OP5.PNG

What is the issue you facing?

View solution in original post

3 Replies
danosoft
Specialist
Specialist
Author

Nobody know a solution for that?

its_anandrjs

In your Qlik file on the UI part just write the Reloadtime() function to get the last reload time of your app or you can pass this value to any variable.

Let vLastReload =ReloadTime();

Or

//In Any text object

=ReloadTime()

OP5.PNG

What is the issue you facing?

danosoft
Specialist
Specialist
Author

I tried it again and yes now it start!! great!! Thanks