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: 
ichokshi
Partner - Contributor II
Partner - Contributor II

After embeding app using iframe the button navigations do not work

The url's are different for different sheets and because of that after embedding the button navigations are not working. Is there a way to not change the url as to make the button navigations work?

Labels (1)
2 Solutions

Accepted Solutions
Damien_Villaret
Support
Support

Hello @ichokshi 

If you're talking about the Single Integration URI (.../single/?appid=...), then it's expected that the navigation buttons do not work as it only exposes an isolated sheet, not the whole app.

https://community.qlik.com/t5/Knowledge/Qlik-Sense-Navigation-buttons-don-t-navigate-to-previous-or-...

You would need to use the app URL (.../sense/app/...) if you want to expose the whole app.

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

ichokshi
Partner - Contributor II
Partner - Contributor II
Author

Using the app URL and creating a default bookmark solved the problem i was facing

View solution in original post

7 Replies
Damien_Villaret
Support
Support

Hello @ichokshi 

If you're talking about the Single Integration URI (.../single/?appid=...), then it's expected that the navigation buttons do not work as it only exposes an isolated sheet, not the whole app.

https://community.qlik.com/t5/Knowledge/Qlik-Sense-Navigation-buttons-don-t-navigate-to-previous-or-...

You would need to use the app URL (.../sense/app/...) if you want to expose the whole app.

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...

If the issue is solved please mark the answer with Accept as Solution.
ichokshi
Partner - Contributor II
Partner - Contributor II
Author

Hi @Damien_Villaret 

This solution is not suitable for my requirement. If there is something else do let me know.

ichokshi
Partner - Contributor II
Partner - Contributor II
Author

Hi @Damien_Villaret 

This opens the app overview and not the first sheet of the app. Is there a way to overcome that?

Damien_Villaret
Support
Support

Hi @ichokshi 

I am not sure what is the exact scenario you are trying to accomplish however you can have direct link to a sheet with .../sense/app/{app id}/sheet/{sheet id}

If the issue is solved please mark the answer with Accept as Solution.
ichokshi
Partner - Contributor II
Partner - Contributor II
Author

@Damien_Villaret 

I want the user to click on the embedded link and be directed directly to the very first page of the app plus the navigation buttons should work. The solution you gave me earlier, the buttons work with that but the app overview opens first which i dont want. So is there a way to over come this?

Damien_Villaret
Support
Support

Hello @ichokshi 

As written above, you can specify the sheet ID in the URL  with this format: .../sense/app/{app id}/sheet/{sheet id}

If the issue is solved please mark the answer with Accept as Solution.
ichokshi
Partner - Contributor II
Partner - Contributor II
Author

Using the app URL and creating a default bookmark solved the problem i was facing