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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display Script in Dashboard

Hi, i would display my script file (which is stored in a .qvs file) in a seperate Tab in my dashboard in a textbox.

Could anybody help me please?

thx,

Denise

1 Solution

Accepted Solutions
marcus_sommer

Something like this should work:

LOAD concat([@1:n], chr(10), recno()) as Script

FROM Path\YourQVS.qvs (fix, codepage is 1252);

- Marcus

View solution in original post

2 Replies
marcus_sommer

Something like this should work:

LOAD concat([@1:n], chr(10), recno()) as Script

FROM Path\YourQVS.qvs (fix, codepage is 1252);

- Marcus

Not applicable
Author

it works thanks a lot!