Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

1 Reply
Clever_Anjos
Employee
Employee

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)"
);