Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Use =vDataSource in the text box as measure.
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.
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.
Use =vDataSource in the text box as measure.