Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
filiperm
Contributor II
Contributor II

Lock selection in URL in Sense

Hi guys,

I want to lock the filter in filter section, of the selection that I pass through the URL. Is it possible?

<iframe src="https://<servername>/sense/app/4d541aea-a8b1-4cef-a4c2-6bda620321a9/sheet/zBAFH/state/analysis/select/Region Name/International" />


Thank you!!


RF


1 Solution

Accepted Solutions
filiperm
Contributor II
Contributor II
Author

Hi,

Thanks for your reply.

I didn't find what I want for my question in the link.

But I found a solution:

There is a extension that lock filters when I enter in my sheet,

http://branch.qlik.com/#!/project/58e20b0e86f54ab8e8f21512

Example:

When you enter the link in URL, the extension will lock the filter "International"

https://<servername>/sense/app/4d541aea-a8b1-4cef-a4c2-6bda620321a9/sheet/zBAFH/state/analysis/select/Region Name/International

View solution in original post

10 Replies
Vincenzo_Esposito

You can link specific sections, bookmarks or make selection using the url. Have a look here:

https://help.qlik.com/en-US/sense-developer/April2018/Subsystems/APIs/Content/app-integration-api.ht...

filiperm
Contributor II
Contributor II
Author

Hi,

Thanks for your reply.

I didn't find what I want for my question in the link.

But I found a solution:

There is a extension that lock filters when I enter in my sheet,

http://branch.qlik.com/#!/project/58e20b0e86f54ab8e8f21512

Example:

When you enter the link in URL, the extension will lock the filter "International"

https://<servername>/sense/app/4d541aea-a8b1-4cef-a4c2-6bda620321a9/sheet/zBAFH/state/analysis/select/Region Name/International

srilakshmi_as
Creator
Creator

I have the same requirement ,but with the extension,user can still unlock it,is there a way disable unlocking ?

srilakshmi_as
Creator
Creator

I am able to prelock it but user can also click --click to unlock which is coming with qliksense,Can we disable this option click to unlock

ErikWetterberg

Not if you are using the standard client. You could use a simple mashup, or single without a selection bar (you could display current selections with a text object instead).

srilakshmi_as
Creator
Creator

I am actually redirecting to my qliksese application(with location selected--by taking url parameter--which is prelocked in my qlik application) from another website.

Can we open mash up also,from another website (filter chosen on url )which will be locked on qliksense applicationmashup?..kindly guide me 

srilakshmi_as
Creator
Creator

@Anonymous,Can you share a sample code or procedure to do this?

ErikWetterberg

Hi,

Single is described here:

https://help.qlik.com/en-US/sense-developer/February2019/Subsystems/APIs/Content/Sense_ClientAPIs/si...

Best start is probably with the single configurator which you will find in the devhub.

srilakshmi_as
Creator
Creator

@Anonymous,Thanks for the reply.

I have tried with single configurator earlier.In that,

&opt=nointeraction  --This is disabling redirect to another sheet as well URL link.

If i remove &opt=nointeraction --Then its allowing me to filter and disappearing those filters to clear.(user do not want to do clear all etc.)

What i need is to get the Qlik dashboards with a predefined lock and when user clicks something on dashboard go another link or another sheet based on ,where they clicked ..just 2 option required..no need of any filters /clear options.Can we achieve this  with any other modification either in single configurator or mashups...tried both mash ups and single configurator basic things like redirecting...

Kindly guide me  how can i achieve this