Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create security from excel sheets.

Dear All,

How to create security from excel sheet,

regards

Babu

4 Replies
brijesh1991
Partner - Specialist
Partner - Specialist

in your attached Sheet: NTName as well as USERID-PASSWORD is present.

So if you want NT Based Authentication, then

SECTION ACCESS;

LOAD ACCESS, NTNAME

from ExcelsheetPath;

SECTION APPLICATION;

If you want USERID, PASSWORD BASED Authentication, then

SECTION ACCESS;

LOAD ACCESS, USERID, PASSWORD

from ExcelsheetPath;

SECTION APPLICATION;

Not applicable
Author

With out ntname I want. if you have any sample file please send me

On 21 Jan 2014 13:10, "Brijesh Gadhesariya" <qcwebmaster@qlik.com>

brijesh1991
Partner - Specialist
Partner - Specialist

Find the attachment

From your attached sheet, you can enter any userid...

And since you have used '*' as Password. Any character or number, you will enter it will be accepted

Not applicable
Author

Hi Brijesh,

Thanks a lot it's working but i look for some other, when i open they asked USERID AND PASSWORD it's fine.

Some user will see all areas and some user can see only particular region only .

I will send to you application and excel file also.