Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to hide tabs in QlikView Script Editor?

Hello!

Can anybody tell me if it's possible to hide tabs in QlikView Script Editor?

I know a Hidden Script can be created but I would like to hide other tabs if possible.

Thanks!

16 Replies
alexandros17
Partner - Champion III
Partner - Champion III

There is no way to show a sub tab, but you can use container to include more than one object (and making the layout like a sub tab) ....

Siva_Sankar
Master II
Master II

Hi Kuldeep,

Copy paste your script into a text file and save it in your computer. Save the file either as .txt or .qvs. Go to Qlikview script editor and then select Insert--> Include Statement-->choose your script file. it will add a line in your script editor like below

Example:

$(Include=c:\users\username\desktop\your external script.qvs)

Loading qlikview file will call this script file every time and execute. Attaching a working example. Have a look.

;

Not applicable
Author

Hi Shankarece,

Thanks for the reply. It was really very helpful.

Much appreciated

Regards,

KC

Siva_Sankar
Master II
Master II

You can mark it as helpful or correct answer if it so.

Anonymous
Not applicable
Author

He can't, it's not his discussion

Siva_Sankar
Master II
Master II

Not applicable
Author

Ha ha Actually

But thanks for your help guys..It was really very useful

Regards,

KC