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

Is it possible to write custom functions using extensions for Qlik Sense

Is it possible to write custom functions using extensions for Qlik Sense? I want to be able to use these functions in a load script later.

1 Solution

Accepted Solutions
konrad_mattheis
Partner - Creator III
Partner - Creator III

No, this is not possible.

If you need custom calculations in the script you can only write the data in a csv, write an own connector there you make the calculations and read the data back.

bye

Konrad

View solution in original post

3 Replies
konrad_mattheis
Partner - Creator III
Partner - Creator III

No, this is not possible.

If you need custom calculations in the script you can only write the data in a csv, write an own connector there you make the calculations and read the data back.

bye

Konrad

Anonymous
Not applicable
Author

Thanks for your answer Konrad. I was thinking of writing some custom encryption/decryption function as  Qlik Sense doesn't support it yet. Connector will work for calculations as you suggested but it will not for encryption/decryption as connectors don't allow to save data.

konrad_mattheis
Partner - Creator III
Partner - Creator III

Hi, why you can not save data with the connector?

bye Konrad