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

Log-in Screen

Hi,

Can a log-in screen be made using Qlikview 11? I'm new to Qlikview. I'm very impressed with the multiple selection scenarios and want to try out certain things. Please help me out.

Thanks,

Krishna

6 Replies
Jason_Michaelides
Luminary Alumni
Luminary Alumni

Can you expand upon this request?  What type of login screen?  What should it do?

Not applicable
Author

I'm building a dashboard which needs different start-up screens based on the user who logs in. The start-up screen is the summary screen of the sales done in a particular region.

I'm looking for a log-in screen that supports 3 different types of users. The usual Username & password would do.

Jason_Michaelides
Luminary Alumni
Luminary Alumni

I'm not sure you want a "login" screen.  Part of the beauty of QV is the silent single sign-on straight out of the box. Look into restricting access to the application with either (or both) NTFS file permissions and Section Access. Then maybe have conditional shows on different sheets using OSUser(), or another field e.g. UserType if you have one.

Hope this helps,

Jason

erichshiino
Partner - Master
Partner - Master

Hi,

Basically, you need to include a section access in your application :

http://community.qlik.com/docs/DOC-1853

Then, you can use the section access to hide/show some tabs:

http://community.qlik.com/thread/32819

Please, let us know if you require further details or an example

Regards,

Erich

Not applicable
Author

Hi,

Thanks a lot for the info. I'll try it out and update you the same.

With Regards,

Krishna

kamalqlik
Partner - Specialist
Partner - Specialist

Hi,

      You can use this code

before the scripting of your application

section access;

load * inline

Username,password,Access,Country

[A,1,Admin,USA

B,2,User,Argentina

C,3,User,Singapore ];

section application;

After that load your application

load * inline [

Country,Sales

USA,1000$

Argentina,500$

Singapore,300$

];

After that go to the tab Document properties-Opening-click on the checkbox on Reduction on base of section access.

For further information

http://community.qlik.com/docs/DOC-1853.

Hope this will help you.

regards

Kamal