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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QV app asks for Username on opening application in development for changes!!!

HI All, At a clients place we have an application containing section access. The main problem whenever I try to open that application in the development are for the changes it's asking me for the Username.   is there a way that i can omit that asking of username in the development area? If someone can please help me with that would be great.         Thanks in advance ......Jigesh.

3 Replies
magavi_framsteg
Partner - Creator III
Partner - Creator III

Hi.

It seems the SECTION ACCESS is set up to use USERID as logon.

Then you have to provide a username when opening the document.

See the section access script in the document load script for details.

If you want to login without providing a username, you need to change the section access script to use NTNAME instead.

Use either NTNAME.

Or USERID.

Or both.

So if a logged on user does not exist in NTNAME, he can still logon using USERID.

Kind regards

Magnus Åvitsland

BI Consultant

Framsteg Business Intelligence Corp.

Anonymous
Not applicable
Author

Jigesh,

You can use SERIAL in Section Access, and the value should be the serial number of the QV Desktop license.  In this case, if the license on the development box matches SERIAL, login is bypassed.

Regards,
Michael

Not applicable
Author

Hi We have MS Access Database which is being used as Section Access Reference for the security as the QV apps are published to users using QDeployer.  So I don't think using NTName is an option.                                                                                                                                                                                          Thanks Magnus and Michael for the reply and the input.