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

Problem hiding sheets in accesspoint

Hi all,

i wrote a condition (sheet properties) for hiding the sheet, depening of the documentpath.

That's it : =not(left(documentpath(), len(documentpath())-len(documentname()))='X:\Freigegebene QVW Dateien')

The Problem is: In the FAT-Client it works great, in the accesspoint the sheet is always shown.

Thanks for help 😉

1 Reply
dirk_konings
Creator III
Creator III

I show/hide sheets by using the osuser().

If you want to see the sheet when you are developing, but don't if it's on the server and opened via AccessPoint, use computername().

You will retrieve the servername or your pc-name when opened locally.