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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sivanesan
Partner - Contributor III
Partner - Contributor III

Disable Web File connector

Hi Everyone

Is it possible to hide the Web File connector? I checked in C:\Program Files\Common Files\Qlik\Custom Data but couldn't find this connector. I also tried to update the default Data Connection security rule to hide it for the normal users but didn't work. How can I achieve this?

Sivanesan_0-1767850187378.png

Qlik Sense Enterprise on Windows 

 

Labels (1)
1 Solution

Accepted Solutions
mpc
Partner Ambassador
Partner Ambassador

I've put ((resource.type!="internet") and (resource.type!="folder")) and it's working for me, can you try it please ? 

mpc

View solution in original post

4 Replies
mpc
Partner Ambassador
Partner Ambassador

Hi, 

Are you testing your Security Rule with a RootAdmin connection ? 

Best

mpc
Sivanesan
Partner - Contributor III
Partner - Contributor III
Author

No, I am trying with a different account without any admin roles added.

mpc
Partner Ambassador
Partner Ambassador

I've put ((resource.type!="internet") and (resource.type!="folder")) and it's working for me, can you try it please ? 

mpc
Sivanesan
Partner - Contributor III
Partner - Contributor III
Author

Yes, this works for me thanks.