Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to switch between apps in qlik sense.
I tried to used the method described in the following link:
However, I am getting an error - The app you specified cannot be found.
How do I fix this?
Regards,
Abhishek
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.
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.