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: 
Not applicable

Hashing functions?

Hi Folks,

Firstly, apologies if it appears I'm spamming the boards; that's not my intention, I'm just struggling to find a workable solution to the problem I've got.

I need to encrypt a url using Base 64 / SHA1 encryption.  I'm sure that's not available natively within Qlikview so I'm wondering where I can write this functionality where it would be accessible to the dynamic image source of a chart.

Can anyone help with this request?

Thanks,

Jes

1 Reply
rbecher
MVP
MVP

Hi Jes,

you could create an extension object where you can use the JavaScript function b64_sha1() to encrypt the URL and render the image. Place the object under the chart.

- Ralf

Astrato.io Head of R&D