Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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!