Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I currently have a long script with 3 unions pulling multiple fields from several tables. What I was looking to do is create a new script to pull different values and use it in the same dashboard. Is it possible to create a second script for the same dashboard? The reason why I am asking is because I saw we can create script tabs. Not sure how those are meant to be used
Yes, It is. Here, you need to split into different Directories. Then second tab can understand which directory you want to tag.
How would I split it into different directories?
Do I create a new tab, establish a connection with the DB and run the script?
Connection should be on the top then only need to fetch the Tables into Qlikview? Then try. Here, What's your intention
I am looking to write a second script to pull different fields from the first script. The first script is too complex. Including a second one would be easier than adding to the first.
In a second tab, I established a connection to the db. Now do I just enter my script and hit reload?