Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Anyone who knows how to do hmac sha1 in Qlik Sense? And mabye Base64 encoding
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)"
);