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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

auto arrange object for different users

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.

1 Solution

Accepted Solutions
danansell42
Creator III
Creator III

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

View solution in original post

7 Replies
marcus_sommer

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

maxgro
MVP
MVP

Don't think auto arrange

You can hide/show objects using these Qlik functions

OSuser( )

Returns a string containing the name of the current user as returned by the operating system.

QVuser( )

Returns a string containing the name of the current QlikView user as entered in a section access.

danansell42
Creator III
Creator III

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

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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

danansell42
Creator III
Creator III

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

Anonymous
Not applicable
Author

suggestion 2 is good

but i couldn't understand 1