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: 
Not applicable

Google Map Cluster extension - move next sheet.

Hi friends.

I am using Google map cluster extension. I have requirement in this extension to move next sheet upon user clicks on point of maps. I have checked script.js where we have onclick event listener but I dont have code to active next can you please share the code.

Thanks

Ramu Vanparty

1 Solution

Accepted Solutions
4 Replies
Nicole-Smith

I don't know of a JS call to go to the next sheet, but another option would be to have a variable trigger the next sheet since I know there is a JS call for that:

{void}SetVariable(name, name)

Set a variable.

Example: var doc = Qv.GetDocument("Films"); doc.SetVariable("Var2","test");
Parameters:
{String}name
The name of the variable to set
{String}name
The new value for the variable
Not applicable
Author

Hi Nicole,

thanks for the reply, I am very new to this QlikView can you please give more details how to use triggers

Nicole-Smith

See this post: Re: Sheet Trigger

Not applicable
Author

Thanks Nicole, its working