Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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