Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mohammadkhatimi
Partner - Specialist
Partner - Specialist

How to change sheets automatically in Access point.

Hi everyone,

I want to change sheets automatically in Access point... I am able to do it in my desktop side.

Please suggest any solution which is successfully done.

Regards,

Mohammad

10 Replies
Anonymous
Not applicable

Can you please explain automatically with specific cases with which you want to this sheets to change ?

if would be great if you can put in qvw along with specific cases

mohammadkhatimi
Partner - Specialist
Partner - Specialist
Author

Sheet will be changed after some specific time period.....

For e.g Sheet1 will be changed after 10 sec to Sheet 2.

Hope you understand the requirement.

Regards,

Mohammad

Anonymous
Not applicable

ok yup got it.

you will be opening the document at particular sheet right

say you have got 3 sheets

take down the now() in a variable say vStart

on open event set vActiveSheet=1

vActiveSheet=if(now()-vStart>=10 seconds AND now()-vStart<=20 seconds ,2,3)

you can keep add if statements in case you have more than 3 sheets

and on the sheet properties you can mention condition with the appropriate value of variable vActiveSheet

mohammadkhatimi
Partner - Specialist
Partner - Specialist
Author

Have u tried on access point??

N Share me .qvw...

Regards

Mohammad

Anonymous
Not applicable

i have just given pseudo code, if you have qvw please share will try it

Not applicable

GOTO TRIGGERS ADD ACTIONS SELECT SHEET IDS CLIK OK WILL AUTOMATICALLY CHANGE SHEETS AUTOMATICALLY USING VARIABLES ALSO

Not applicable

using triggers we can automatically change sheets in access point goto sheet propertys triggers add actions select sheet id apply ok close document we can change sheets position.

mohammadkhatimi
Partner - Specialist
Partner - Specialist
Author

PFA...

When u implement any logic kindly check whether its working on access point....

Regards

Mohammad

mohammadkhatimi
Partner - Specialist
Partner - Specialist
Author

Hi...Mahammad

I want to change sheets automatically without any click....and within a specific period of time...

Please help me to solve this problem it little bit urgent...

Regards,

Mohammad