Hi @MarkONeill
I believe in Aurena you will always have to look at how the URL is generated when working with Lobby navigation.
Below URLs worked for me.
Crystal - page/QuickReportViewer/Crystal;$filter=QuickReportId eq 604593
SQL - quickreport/356863
I’ve tried it both ways, as quickreport/1234 and:
page/QuickReportViewer/Crystal;$filter=QuickReportId%20eq%203185;path=0.1820721169.500095981.eyJmIjoiL1BhZ2UiLCJnIjoiUXVpY2tSZXBvcnRWaWV3ZXIiLCJpIjoiQ3J5c3RhbCIsImEiOiJ2aXJ0dWFsLTEiLCJiIjoiNTAwMDk1OTgxIiwiZSI6IlZpZXcgQ3J5c3RhbCBSZXBvcnQiLCJoIjoiUXVpY2tSZXBvcnRJZCBlcSAzMTg1IiwiJGZpbHRlciI6IlF1aWNrUmVwb3J0SWQgZXEgMzE4NSIsImQiOnRydWUsImMiOmZhbHNlfQ%3D%3D
(which is exactly as show in address bar (up to page/) and works when manually copy/paste into address bar. copy that same in to the lobby link tho and it fails again (exclude up to page/)
tried it without all the bits AFTER REPORT ID and number, still fails
Ah - got it working.
Was foolishly keeping the exact copy/paste URL, which includes %20 as the space character.
Change these to actual spaces then works OK.
Many thanks.
Ah - got it working.
Was foolishly keeping the exact copy/paste URL, which includes %20 as the space character.
Change these to actual spaces then works OK.
Many thanks.
Happens to all of us Glad to help.