Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a scenario where i am using 2 tables, say A and B.
I am creating QVDs for both A and B in separate applications and using these QVDs in my main application, let C.
Now my table A gets reloaded daily whereas table B gets reloaded on a weekly basis. I can get respective reload time for both tables by using ReloadTime() function.
Now the requirement is that i want to show these reload times in my main application C. Is there a function or a way to show the reload time of one application in another?
Looking for an answer.
Thanks in advance.
Regards,
Disha Ahuja
check this, will be helpful for you:
Is it possible to show the reload time from a different Dashboard?
check this, will be helpful for you:
Is it possible to show the reload time from a different Dashboard?
You can use the either the filetime or QVCreateTime function during the load of application C and assign the values to variables which you can display in a text box in application C.
Thanks a lot for your help Balraj Ahlawat.