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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access Issue

Hello All,

I am facing issue with Section Access, I have attached source files.

Below image shows my script for section access

Capture.PNG

Whatever credentials I am using, either admin or user profile I am able to see all the data always.

I have also enabled data reduction

Capture1.PNG

What might be the issue ?

Thanks in advance

Regards

Swapneel

1 Solution

Accepted Solutions
PrashantSangle

Hi,

When you said * in session acess it means it shows you only those Attributes which are mention in session Access.

If you want to show all Attributes to Admin just kept it blank.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

9 Replies
Not applicable
Author

PFA

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Your ATTRIBUTES field is not linked to the Attributes field, therefore there is no basis for QlikView to reduce the visible data.

Add a field named ATTRIBUTES in the main part of your data and this will be used to reduce your data.

PrashantSangle

Hi,

Write all in Capital Letter.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

hi,

Section access always works on Upper case data.

use in attributes as ATTRIBUTES and

also write it upper(attributes) as ATTRIBUTEs.

in section access gives AGE.

user1, user1

refer app.

Regards

Vimlesh

Not applicable
Author

hi vimlesh,

thanks for your answer but, using the same, this is what I get when I am logging in using admin credentials

VIMLESH.PNG

where as what I expect it all the attributes to be displayed for admin, and only mentioned attributes to be displayed for

the other users.

Thanks,

Regards

Swapneel

PrashantSangle

Hi,

When you said * in session acess it means it shows you only those Attributes which are mention in session Access.

If you want to show all Attributes to Admin just kept it blank.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
vikasmahajan

As per MAx Deramer remove *  it should help you

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Dear Swapneel Golapkar,

when you will section access that time if you are giving *

* means the data whatever available in your that particular section access field only those will show.

if you want then attached more data into that field.

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, ATTRIBUTE

  admin,vim,vim,*

user1,vuser,vuser,AGE

user2,vuser2,vusr2,SOME

];

here if you are giving * then you will see only AGE & SOME.

if you want to see all data then put in ATTRIBUTE column like(once only)

Not applicable
Author

Hi,

It came to my mind of removing the * as a wild guess.

But I didnt try it. Thanks to you, it worked

Kind regards

Swapneel