Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
shyamcharan
Creator III
Creator III

Terms & Conditions display with Agree and Disagree button

Hi Experts,

We are trying to display the data security/usage related terms and conditions to the users once they login to QlikView

and show an 'Agree' and 'I Do Not Agree' buttons.


Users should be able to access the dashboard only when they select Agree.

Could anyone please suggest how I can achieve this?

Regards,

Shyam.

6 Replies
sushil353
Master II
Master II

Hi,

Some workaround can be done using a text object.

create a variable and set the value say 1 one the application is opened.

on variable value 1 you can set a text object visible on top of your sheet and all the term and condition written there..

now you can create another two button for agree and dis agree... agree button will reset the variable value to 0..

HTH

Sushil

hector_munoz
Specialist
Specialist

Hi Shyam,

I think there are 3 ways:

  • Once you login the Access Point with an intermmediate web page that drives you to Access Point Repository once you have accepted terms and conditions.
  • Once you have entered a QlikView application portal that drives you to another aplications that are not directly shown in Access Point.
  • Once you have entered a QlikView application with the solution that Sushil proposes above or with a first sheet that shows the rest of them once you have acceoted terms and conditions.

Regards,
H

shyamcharan
Creator III
Creator III
Author

Thanks Sushil.

I have tried something as attached.

I have used a trigger to set the value of the variable to 0 On Open.

However, when i tested on server it does seems to work only first time the document is opened.

Initially it showed the T&C and the buttons but after going back to the home page of Access Point and reopening the document, I could not see the T&C page.

Is it because of the document open session time?

Regards,

Shyam.

shyamcharan
Creator III
Creator III
Author

Hi Hector,

Thanks for your response.

Could you please provide more details on first two options of your reply. Sorry I could not understand what you meant.

Do I need to design web pages?

Regards,

Shyam.

hector_munoz
Specialist
Specialist

Hi Shyam,

In First option you have to create an intermmediate web page in which the user accepts terms before is being driven to the Access Point; I am not sure that this functionality is available in Qlik Server...

In second option you have a front QV application that shows the message and later, using document chain (Passing Parameters in a URL and Document Chaining), the user is driven to the elected document.

Regards,

H

sushil353
Master II
Master II

Hi,

you can apply sheet level trigger..

so to settings>Sheet properties > trigger > add action on activate sheet.

HTH

Sushil