Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Folks,
Iam facing a problem with the automatic encoding of links (URL) in a Qliksense Table Chart.
We are using Navision as ERP System.
If you build a link that should open a Tab from Navision, it usually contains a '$' (Dollar Sign) in the link.
Something like this: ...your$company\runpage?page=...
If you now click on the link, it will open the $ as %24, which is no problem for Website links, but for Navision it is.
So i tried to put chr(36) instead of $, to maybe solve the Problem, but that didnt help either.
This problems only accure with Chrome, Firefox, Opera browser, in IE it works, but since QS is optimized for Chrome, i dont want to switch.
Does anybody has a solution?
Greetz Lukas
Nachricht geändert durch Lukas Amann
Update, this is what Qlik R&D wrote me:
--> bug-fix is targeted for Qlik Sense November 2018.
Chr(36) is $ .... Chr(39) is not.
Was it a typo?
Yea sorry, just a typo 🙂 I will fix that.
Please contact Qlik Support. From my side, I've seen a scenario where &pi was interpreted as π by the client side JavaScript code in Qlik Sense but this should be fixed in Qlik Sense February 2018. So if the behavior is presenting the past that build for your scenario then there is a potential defect there.
Iam running the newest Version of Qliksense, so that shouldnt be a problem.
Its not wrong per se, it is just the URL encoder which makes it to a %24.
I solved the problem by using a Branch Add on called "simple table". Which at least interpret the $ as Dollar sign.
But you are right, i think a supp ticket might help, i will try that to.
Greetz Lukas
Update, this is what Qlik R&D wrote me:
--> bug-fix is targeted for Qlik Sense November 2018.
Just faced the same problem here.
Thanks for reaching out to them - frustrating to see them take so long to respond.
Same problem here. We we had successfully linked to OpenAir (NetSuite/Oracle) invoices from Qlik before the June 2018 release. It has been broken since then, and we look forward to the fix in the November 2018 release!
FYI, there's what appears to be a somewhat related threat at Qlik Sense June 2018 - URL address cut at "equal" (%3D)
Hi,
I just upgrated from Feb 2018 to Qliksense Nov 2018 version. Now we are facing the same URL problem. Actually i am using some angularjs method in mashup javascript file. Now it is not working due to URL encoding automatically. Is there any solution for this issue.