Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart can see all Managers ,straight Table can see only respective Managers

Hi Guru's

I have 2 Charts 1.Bar Chart

                        2.Straight Table

Barchart:

Dimension: Manager Name

expression :Count(workers)

Section Access:Can see all Managers

Straight Table:

Dimension: Manager Name

expression :sum(Spend)

Section Access:Can see only related to him not other manager spend amount

How to start this task.any help would be greatly appreciated

please find sample application

4 Replies
vikasmahajan

Hii,

Is there any other relation in your data like manager hainv division A , manager haing division B like this if yes then you can achieve the same in qlikview using section access.


Regards

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
tresesco
MVP
MVP

Section access can't be used to control data at object-level. Section access hides the data from front-end for all objects or no objects. As a work-around, you could maintain a mapping table with username and it's relevant managerial designation, and then use that mapping in the expression (object level) where you need to hide. Not only that, in that case, you have to restrict user object creation at the client side, otherwise, if the users get to create an object the data(all managers info) would be available to them.

Not applicable
Author

Hi,

Thanks for your Time

i have

Manager

Hiring manager

worker

Manager is the user here. i have 9 managers

Detaild report contais other Manager spend details ,so related Data only accessable to him

any suggestion?

Not applicable
Author

can u please give some example to mapping table and using in expression

Thanks