Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
We have an issue with convertering an app from QlikView to Qlik Sense. In QlikView we have used JavaScriptAESencrypt to encrypt fields in an URL which we then use in the application.
An example from from QlikView on how we use it:
'/Site.aspx?&token1=' & JavaScriptAESencrypt(token1) & '&token2=' & JavaScriptAESencrypt(token2),' as Url
Is there any function or extension that will help us achieve the same thing that we currently have in QlikView?
Just digged a bit deeper into this, JavaScriptAESencrypt isn't a QlikView function as I first thought... But a macro with JavaScript code to encrypt a value.
Is there a way to encrypt token1 and token2 with the same function in Qlik Sense in some way? I would like to do this in the load script but if there is a way to do it in the "front end" that would work as well.
//Oscar