Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
abhishek2
Contributor III
Contributor III

Switching from one app to another

Hi All,

I am trying to switch between apps in qlik sense. 

I tried to used the method described in the following link:

https://community.qlik.com/t5/Qlik-DataMarket-Discussions/Switching-between-apps-in-qliksense/m-p/13...

However, I am getting an error - The app you specified cannot be found.

How do I fix this?

 

Regards,

Abhishek

1 Solution

Accepted Solutions
abhishek2
Contributor III
Contributor III
Author

Dear All,

Found the solution to why this was happening.

In the localhost url, there was also this part of C:/Users/Qlik... . Now that part was causing the issue. If you remove that part for the url and keep something like:

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis, 

then the navigation to other apps works seamlessly.

 

Bonus: Let us say you need to pass filter while navigating to/opening another app. This can also be easily achieved. The way to do it is:

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis/selections/bookmark/bookmarkid

or

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis/selections/field/fieldvalue.

Please let me know if there are other ways to achieve the same results.

 

Regards,

Abhishek.

View solution in original post

1 Reply
abhishek2
Contributor III
Contributor III
Author

Dear All,

Found the solution to why this was happening.

In the localhost url, there was also this part of C:/Users/Qlik... . Now that part was causing the issue. If you remove that part for the url and keep something like:

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis, 

then the navigation to other apps works seamlessly.

 

Bonus: Let us say you need to pass filter while navigating to/opening another app. This can also be easily achieved. The way to do it is:

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis/selections/bookmark/bookmarkid

or

http://localhost::4848/sense/app/appname.qvf/sheet/sheetid/state/analysis/selections/field/fieldvalue.

Please let me know if there are other ways to achieve the same results.

 

Regards,

Abhishek.