Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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

Use =vDataSource in the text box as measure.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

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

Use =vDataSource in the text box as measure.


talk is cheap, supply exceeds demand