Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jakob_hansen
Partner - Contributor
Partner - Contributor

hmac sha1 Base64

Hi

Anyone who knows how to do hmac sha1 in Qlik Sense? And mabye Base64 encoding

Labels (1)
1 Reply
Clever_Anjos
Support
Support

You can call one external REST to do that

hashify:
SQL SELECT
"Digest"
FROM JSON (wrap on) "root"
WITH CONNECTION (
URL "https://api.hashify.net/hash/sha1/hex?value=$(YOURSTRING)"
);