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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jyothish8807
Master II
Master II

Section Access

Hello All,

I am trying to implement a section access logic, also looking for a solution which should not impact the opening time of the application much.

Below is the scenario:

  

CountryCategorySales
AData1100
BData121
CData123
DData112
AData234
BData221
CData245
DData221

So, suppose when a user "Jyothish" logs in, he should have access to see Sales data for Country "A" and where category is "data 1" , but he should have access to see sales of all countries where Category is "Data2".

So output data should be like this, i mean the data he should be able to see:

 

CountryCategorySales
AData1100
AData234
BData221
CData245
DData221

Thanks in advance.

Regards

KC

Best Regards,
KC
12 Replies
Mark_Little
Luminary
Luminary

Hi,

When i have done it in the past it has not been to bad for effecting the opening times. I would normally set it up as an access group, so i can try to minimize the amounts of combinations attached to the users.

Like below.

AccessNTNAMEAccessLevel
UserDOMAIN\USERNAMEIT

Then set up the groups.

AccessLevelAccessKey
ITAData1
ITBData1

Mark

Peter_Cammaert
Partner - Champion III
Partner - Champion III

What impact on opening times are you talking about? Seconds? Minutes?

Data reduction always impacts the opening time, especially when having a complex data model with many rows. But it should be about the same as making selections in your document.

Best,

Peter