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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rittermd
Master
Master

Display connector or database in QS App

Is there a variable that will allow me to display which connector was last used to re-load a Qlik Sense App in the app?  I can display the re-load date/time.  I would also like to display this information for testing as I switch back and forth from DEV to PROD.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use =vDataSource in the text box as measure.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, there isn't. You will have to create that variable yourself. The load script is a logical place to create it and give it its value.


talk is cheap, supply exceeds demand
rittermd
Master
Master
Author

I'm doing something wrong.

I have a Set statement at the start of my script

SET vDataSource='Development';

Then I have a text object and added =$(vDataSource) as a measure in this object and nothing is displayed.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Use =vDataSource in the text box as measure.


talk is cheap, supply exceeds demand