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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Run multi tab script

Morning all,

Do I have to do anything special to get multi tabs running in the script? I have two tabs but only the first one seems to run.

TIA,

Tony

4 Replies
Not applicable
Author

Hi Tony,

do you have an "Ecit Script" statement at the end of TAB1?

Rainer

sparur
Specialist II
Specialist II

Hello Tony.

all tabs are executed when script is running.

Do you use "exit script" command?

Not applicable
Author

Hi guys,

I didn't have "Exit Script" but I was using /* to comment out a load of script on Tab1.

I've added */ to the end of Tab1 and now Tab2 loads ok.

Thanks for your help,

Tony

madsgrathe
Partner - Creator
Partner - Creator


tonymacp wrote:
Hi guys,
I didn't have "Exit Script" but I was using /* to comment out a load of script on Tab1.
I've added */ to the end of Tab1 and now Tab2 loads ok.
Thanks for your help,
Tony<div></div>


Thanks, I was having trouble with this as well until I tried your trick 🙂