Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Clever_Anjos
Employee
Employee

URL to open a mashup using Qlik Sense Mobile

According to this if I want to open a page from one app using the Qlik Sense Mobile using a button for navigation I need to change https into qliksensemobile

https://qliksense/sense/app/c37ecea1-9e01-4ff1-9541-815ba358de67/sheet/40689f85-355b-47cb-bd72-9a4ce...

becomes:

qliksenselinks://qliksense/sense/app/c37ecea1-9e01-4ff1-9541-815ba358de67/sheet/40689f85-355b-47cb-b...

But what if I want to redirect to a mashup using not the browser but the mobile app?

I've tried (using same approach)

qliksenselinks://qliksense/extensions/serpro/serpro.html

but in this case the ":" is being removed and fails to open

 

 

Labels (1)
2 Replies
MichaelRobertshaw
Former Employee
Former Employee

To open a Document from a URL using Qlik Sense Mobile, first the corresponding Hub must have been added to Qlik Sense Mobile using EMM-managed AppConfig or using a Client Authentication Link. 

Subsequently, yes if the parameterized URL was eg https://sense-demo-mobile.qlik.com/autoticket/sense/app/80aa710f-b2f3-4312-ab67-9a73fe59ef71/sheet/5... (which opens a particular document, sheet and has one/more filters) then this could be opened using Qlik Sense Mobile instead of the default browser using qliksenselink://sense-demo-mobile.qlik.com/autoticket/sense/app/80aa710f-b2f3-4312-ab67-9a73fe59ef71...

Note that the URL is basically the same, except https:// has been replaced with qliksenselink:// and there is an additional optional forceOpen parameter at the end which can be used to compel Qlik Sense Mobile to open the downloaded document instead of going online. 

Additional guidance on custom URLs for iOS can be found at https://community.qlik.com/t5/Qlik-Sense-Mobile-Discussions/Configure-a-shortcut-to-a-specific-Dashb...

Attached HTML helps to demonstrate dynamic construction of these URLs.

Clever_Anjos
Employee
Employee
Author