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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

Hi all ,i have a sheet it contain 3 countries data,That countrie field places in combo box ,so here if i login as india user its possible to disply only india in combo box,please help me

9 Replies
Not applicable
Author

Hi Uday,

See the vedio by fallow the link below

QlikView Security Video Series (2 of 8): Simple Row-level Security via Section Access - YouTube

Hope it helps

Regards,

Koti

crusader_
Partner - Specialist
Partner - Specialist

Hi,

Yes, it's possible.

Make field Country for each user and include it in Section Access table.

LOAD * INLINE [

    ACCESS, NTDOMAINSID, NTNAME, USERID, PASSWORD, COUNTRY

     USER, *, *, *, *, 'INDIA'

];

or

LOAD 'USER' AS ACCESS,

  '*' AS NTDOMAINSID,

    '*'AS NTNAME,

    '*' AS USERID,

    '*' AS PASSWORD

  , COUNTRY

;

SQL or xls or any source...

Hope this helps.

Kind regards,

Andrei

fkeuroglian
Partner - Master
Partner - Master

HI, you have to use DATA REDUCTION

See this and then try with this examples

QlikView Section Access Examples

Good luck

Fernando

ashfaq_haseeb
Champion III
Champion III

Check Here

If you can get the same.

Regards

ASHFAQ

Not applicable
Author

Hi Fernando ,what am expecting is i need reduction only in combo box,help me

Anonymous
Not applicable
Author

Try like this,

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, ADMIN, ADMIN

    USER, SRIKANTH, SRIKANTH

    USER, LEELA, LEELA

];

Section Application;

LOAD * INLINE [

USERID, pot_salesstage

SRIKANTH, Awaiting PO

SRIKANTH, Closed Lost

LEELA, Closed Won

LEELA, Lead Dead

];

Not applicable
Author

Hi Sreekanth its for all sheet objects ,what am expecting is only for combo box,,please help me

Anonymous
Not applicable
Author

I didn't get your requirement ..

There is no Comobobox in Qlikview.

better to Attach sample QVW

Not applicable
Author

Its Multi box