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

object level security with example

object level security with example

11 Replies
Not applicable
Author

Hi Ashfaq Mohammed,

The link is not open...what i do...please give me a advice how to open the link...

ashfaq_haseeb
Champion III
Champion III

Hi,

Have a look at attached application.

Regards

ASHFAQ

Not applicable
Author

OAD * INLINE [

    ACCESS, USERID

    Admin, A

    User, B

    User, C

    USer, D

];

Section Application;

ChartAccessMatrix:

LOAD * INLINE [

USERID, CH01, CH02

A,1,1

B,1,0

C,0,1

D,1,1];

LOAD * INLINE [

    region, sales, ename

    india, 1200, raja

    us, 6000, koti

    uk, 3000, shekar

];  

it is not working....please find the script

ashfaq_haseeb
Champion III
Champion III

Hi,

Check this its working fine.

Use below code.

SECTION Access;

lOAD * INLINE [

    ACCESS,USERID

    Admin,A

    User,B

    User,C

    USer,D

];

Section Application;

ChartAccessMatrix:

LOAD * INLINE [

USERID, CH01, CH02

A,1,1

B,1,0

C,0,1

D,1,1];

LOAD * INLINE [

    region, sales, ename

    india, 1200, raja

    us, 6000, koti

    uk, 3000, shekar

]; 

Regards

ASHFAQ

its_anandrjs

Try this one you forget to add the SECTION Access;  line in the script.

SECTION Access;

LOAD * INLINE [

    ACCESS, USERID

    Admin, A

    User, B

    User, C

    USer, D

];

Section Application;

ChartAccessMatrix:

LOAD * INLINE [

USERID, CH01, CH02

A,1,1

B,1,0

C,0,1

D,1,1];

LOAD * INLINE [

    region, sales, ename

    india, 1200, raja

    us, 6000, koti

    uk, 3000, shekar

]; 

Regards

Anand

Not applicable
Author

Hi Ashfaq Mohammed,

This Qvw file can't open in my system......please advice me how to open this qvw file

ashfaq_haseeb
Champion III
Champion III

Hi,

Do you have server with you?

Did you Lease License?

If you are using personnel edition you cannot open attached files.

Regards

ASHFAQ

Not applicable
Author

Hi Ashfaq Mohammed,

  I don't have server..how to open the above qvw..