Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
HI, you have to use DATA REDUCTION
See this and then try with this examples
QlikView Section Access Examples
Good luck
Fernando
Check Here
If you can get the same.
Regards
ASHFAQ
Hi Fernando ,what am expecting is i need reduction only in combo box,help me
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
];
Hi Sreekanth its for all sheet objects ,what am expecting is only for combo box,,please help me
I didn't get your requirement ..
There is no Comobobox in Qlikview.
better to Attach sample QVW
Its Multi box