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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

URL to Tab Functionality?

I'm pretty sure this isn't possible but is there a way for a person to receive a URL which, when they click upon it, takes them to a specific tab in a Qlikview app?

13 Replies
Anonymous
Not applicable
Author

For my AJAX Server Application the following URL Parameter extension

&sheet=SH01

works for me. You have to insert the SheetID that you want to refer to instead of SH01.

You'll find the ID in the sheet properties.

I don't know if this is a documented behaviour, I just ound that by trying around

Alexander_Thor
Employee
Employee

Semi documented atleast
You can also pre-select values by appending &select=<ObjectId>,<Values> if you like.

Very useful in conjuction with the sheet parameter when you want to transfer context from an external system.

Not applicable
Author

Dear Matthias ,

but what if i have 3 different tabs with conditions on it.

for ex:-

Sheet 1 with variable v1=1 & v2=1

Sheet 2 with variable v1=2 & v2=2

Sheet 3 with variable v1=3 & v2=3

I know that i can pass the values of both the variables in the link but it will only work if those variables are already set.

By default , i cannot set any of the values as it will directly show me that particualr tab.

So now can you please help me.

Not applicable
Author

Dear Rakesh ,

I saw your example and also implemented it but it works for the tabs which are not conditional.

But what if i have 3 different tabs with 3 different conditions on it.

Also the qlikveiw application should be open on the browser and not the thick client (qv.exe)

for ex:-

Sheet 1 with variable v1=1 & v2=1

Sheet 2 with variable v1=2 & v2=2

Sheet 3 with variable v1=3 & v2=3

So how do I do it using batch files.

Request you to please help me.

Regards,