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