Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access Denied Message

Hi All,

In the below image. I have access only to cashflow dashboard. When i click on Receivables. I will get a message on the screen(Admin Access Privelages). This is working as expected.

access1.JPG

But when i click on Leads tab in the below image. It goes to the Leads tab and then will get a message on the screen. Problem here is it goes to the Leads tab and then will get a Message and closing on the message will have access to Leads tab.

access2.JPG

Can someone tell me where is the mistake.

Regards,

Keerthi KS

25 Replies
avinashelite

check with your conditional statements and variables once  ...check on the click of close whether your action is getting set or not

avinashelite

If possible share the file ...so that we can determine the exact issue

Not applicable
Author

Hi Avinash,

vCheckValidAccess=if((Sum(SH_Receivable))>0,1,0)----- Receivable Tab

access4.JPG

vCheckValidAccess=if(Sum(SH_Leads)>0,1,0)------- Leads Tab

access3.JPG

tamilarasu
Champion
Champion

Hi Keerthi,

Check and modify the layout property according to your condition.

Capture.PNG

Not applicable
Author

Please find attached

Not applicable
Author

I am not using any Conditional. It shows all the time. I am using a variable for Roll based access

tamilarasu
Champion
Champion

The screen is nothing but a textbox designed by someone (Guess someone not you). The conditional show is enabled as =vCheckValidAccess=0. See the below screenshot.

Capture.PNG

Both the labels contains same condition as

=if((Sum(SH_Receivable))>0,1,0).

Not applicable
Author

Hi Nagraj,

Can you send full screenshot. Its developed by someone else and i am modifying it currently.

Where was the condition shown ???

Regards,

Keerthi KS

Not applicable
Author

Hi Nagraj,

How to check the Access Denied Screen ?

I am not able to find it

Regards,

Keerthi KS