Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every one
I limited a user by section access for some objects.
Is there any way in qlikview to auto arrange object for that user?that he couldn't found we hide some objects?
I will appreciate if anyone can help me.
A couple of options.
1. You could re-arrange the objects so when one is hidden it doesn't look odd.
2. Create 2 versions of the sheet and conditionally show hide the sheet depending on user
Thanks
Dan
Only with macros would it be possible to position objects and the use of them aren't recommended and it will need some efforts. Easier would be to create for this easier extra objects and/or an extra sheet each with appropriate conditions.
- Marcus
Hi Elham
On the layout tab in the section labeled 'show' you could add a conditional statement like the following:
if(osuser()='Insert User Name Here',0,1)
This would then show the table/graph to everyone except the user specified.
I know this works if you are using NT user name accounts
Dan
Hi
I know how to hide the object for specific user, i don't know how to shift other objects up to fill the empty place of hidden object
Anyway thank's for your reply
Hi
I know how to hide the object for specific user, i don't know how to shift other objects up to fill the empty place of hidden object
Anyway thank's for your reply
A couple of options.
1. You could re-arrange the objects so when one is hidden it doesn't look odd.
2. Create 2 versions of the sheet and conditionally show hide the sheet depending on user
Thanks
Dan
suggestion 2 is good
but i couldn't understand 1