Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Include Statements in Qlikview

Hi,

Can you have more than one include statement with in an application.

I'm trying to use Include statements to show & hide sheets & objects for different user grps using the below code for example:

//Admin Security

Set VAdminTab=

mixmatch(subfield(OSUser(),'\',2), ''OWENSW','THOMASS','SVC_QLIKADMIN','SNOW-TYA','SPRINGH','WELLSA');


$(Include=\\fgfarc01gb.gb.ad.flogas.com\flogasdata\Qlikview Scorecard Datasheets\Security\Admin Security.txt);

$(Include=\\fgfarc01gb.gb.ad.flogas.com\flogasdata\Qlikview Scorecard Datasheets\Security\SMP Bonus Security.txt);
$(Include=\\fgfarc01gb.gb.ad.flogas.com\flogasdata\Qlikview Scorecard Datasheets\Security\SMP Sales Metrics Security.txt)

;

5 Replies
Gysbert_Wassenaar

Yes, you can have as many include statements as you want.


talk is cheap, supply exceeds demand
avinashelite

Yes , you can have any number of include statements

Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

must include is useful to show the if any errors how it but include statement is not show the message

Anonymous
Not applicable
Author

Hi,

I probably didn't explain myself.

I was struggling with more than one include statement, but I have found the issue with a random character contained within one of the statements and it now works perfectly.

It's always good to approach a problem fresh the next day.

Thanks for you input