Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
gumersindo
Contributor
Contributor

Use Filename as reminder in your MODEL

Many times when you (or I) have created a QlikView Model file. You didn't put a TAG in your TAB to remind WHAT IT IS FOR your Model.

Well ...it is happen to my...and this is my solution... a script to put filename in a TextBox and as Propertie name of the main tab.

The Script

//Assign LABELS and TAB NAME with the filename

LET vOnlyName = left('$(vAppName)', index('$(vAppName)','.')-1);

SET vMODEL_NAME = $(vOnlyName);

In the objects put:

=vMODEL_NAME

Save the file and Reload!!

0 Replies