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

Reg:Access

Hi,

Would like the below requirement can be acheived.

1. There will be only one QVW file for all the customers. But when the person is accessing the QVW file he should be able to see only the data to the specific customer to whom he is assigned. Based on the person login id the customername should by default get selected and users will not be able to change/select the customer name. Other than the customer name/Customer Id user will be able to choose the other details.

Regards,XXX

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

You have to take into account that you will have to set the user and password in section access in the Server Management Console do you want to reload. It will not affect you section access, your data will be reloaded normally. You will not be able to do without a QlikView server.

If new users are added to section access, you will need to reload for changes to take effect. Once the document is reloaded, you can access the document as usual. Note that you have marked "Strict Exclusion" meaning that when the user logs in, all not possible selections will be erased from memory, so if the user saves the document, it will only be saved those records the user is allowed to see.

Regards

View solution in original post

5 Replies
Miguel_Angel_Baeyens

Hello,

I would do that using a section access and strict exclusion reduction on opening:

1.- Backup your file

2.- Create a section access with a reduction field consisting, for example, in your RepID

SECTION ACCESS;
LOAD * INLINE [ ACCESS, USERID, PASSWORD, REPIDADMIN, ADMIN, ADMIN,USER, USER1, USER1, 1USER, USER2, USER2, 2];
SECTION APPLICATION;
Customers:LOAD CustomerID, REPIDFROM Customers.qvd (QVD);


3.- After checking that you can access the document properly and that user and pasword is recognized, go to your settings menu, Document Properties, select On Open tab, check "Reduce data based on section acccess" and check "Strict Exclusion".

Bear in mind that if you lose your password or if the user has not any possible value, you will be locked out.

Hope that helps.

Not applicable
Author

Hi Miguel A. Baeyens,

This is what i have done

1. I have created the section access with the customer name in the REPID column

SECTION ACCESS;

LOAD * INLINE [
ACCESS, USERID, PASSWORD, REPID
ADMIN, ADMIN, ADMIN,
USER, USER1, USER1, CA
USER, USER2, USER2, FG
];

2.Did the next step as fter checking that you can access the document properly and that user and pasword is recognized, go to your settings menu, Document Properties, select On Open tab, check "Reduce data based on section acccess" and check "Strict Exclusion".

But if i am logging as USER1 it is showing the customer FG as well. can u please guide me to close this

Reg,XXX

Miguel_Angel_Baeyens

Hello,

Check your tables. There must be some problem in your table structure since you will not allowed to access document if you have selected strict exclusion.

Is it possible that exist some clients with both CA and FG RepID?

Have you reloaded your document once you have written your section access and section application and close all opened QlikView instances?

Not applicable
Author

Hi Miguel A. Baeyens,

Thanks for the suggestion . It worked when we tried to open the QVW after closing the Qlikview instance .

If that is case if we reload everytime automatically ..will it create any problems?????

Regards,XXX

Miguel_Angel_Baeyens

Hi,

You have to take into account that you will have to set the user and password in section access in the Server Management Console do you want to reload. It will not affect you section access, your data will be reloaded normally. You will not be able to do without a QlikView server.

If new users are added to section access, you will need to reload for changes to take effect. Once the document is reloaded, you can access the document as usual. Note that you have marked "Strict Exclusion" meaning that when the user logs in, all not possible selections will be erased from memory, so if the user saves the document, it will only be saved those records the user is allowed to see.

Regards