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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to display the metadata last updated information?

Hi ,

I need to display as table that shoud show the last updated metadata information .

And i need to use this with the button click.

Some one can help me out me pls.

Regards,

Sharma.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks Ashfaq,

Exactly what i am looking for .

Regards,

Sharma.

View solution in original post

6 Replies
ashfaq_haseeb
Champion III
Champion III

May be like this.

Regards

ASHFAQ

Anonymous
Not applicable
Author

Thanks Ashfaq,

Exactly what i am looking for .

Regards,

Sharma.

its_anandrjs
Champion III
Champion III

Can you explain more about the meta data,for understanding this.

Regards

jvk_sharma

Not applicable
Author

Hi,

Can you post the script please?

regards,

rakesh

Anonymous
Not applicable
Author

Hi Anand,

I need to display all the metadata info. like when is the particular QVD updated and how many rows has been added to that particluar QVD by using a Click button.

ashfaq_haseeb
Champion III
Champion III

Hi Rakesh,

Use this to get qvd reload time

Let vqvdreloadtime= QvdCreateTime('yourqvdname.qvd');

Regards

ASHFAQ