Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Restart filters with url

Hi,

I am looking to a way, that I would have URL that will allways present Qlik Sense application "fresh", without any filters.

Is there a way to create url that would restart all filters, and return the fresh application each time?

Marko

2 Replies
rachel_delany
Creator II
Creator II

Two options - you could use single configurators with 'Set clear slections', but this might be cumbersome for a whole application.

Alternatively, you could use an extension similar to described here.

Aiham_Azmeh
Employee
Employee

Hi zadravecm‌,

There is a URL option for qlik sense too, similar to singe object API, you should be able to add in the Sense App URL

`/options/clearselections` => https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/APIs/Content/app-integration-api.htm

`http://<machinename | servername>/{virtual proxy}/sense/app/{appid}/sheet/{sheetid}/state/analysis/options/clearselections`

I hope this helps