Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview 11 sample question

A customer has sales data across different teams. Each sales team should only be able to view its own data.
Which technique should a developer use to meet this need?


>in Section Access, link the NTNAME to the SalesTeam field with initial data selection

>in Section Access, create a single USERID for each team and link USERID to the SalesTeam field with initial data selection

>in Section Access, create a single USERNAME for each team and link USERNAME to the SalesTeam field with initial data reduction

>in Section Access, link the NTNAME to the SalesTeam field with initial data reduction

use the NTNAME defined within Section Access in the OnPostReload trigger to select the SalesTeam and lock the selection

5 Replies
chiru_thota
Specialist
Specialist


>in Section Access, link the NTNAME to the SalesTeam field with initial data selection

Not applicable
Author

why that option. Why not the others ?

Not applicable
Author

option 3

Not applicable
Author

please mention the reason for the option as well. thanks.

ronald_gdi
Contributor III
Contributor III

Hello,

The corret is "in Section Access, link the NTNAME to the SalesTeam field with initial data selection".

The option B is partial wrong, the techinique is correct, but you need to do a data reduction with section access, not a data selection

The option C is wrong because doesn't exist option USERNAME.

The option D is wrong because the trigger OnPostReload is used to make some action after the reload the application.