Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
simospa
Partner - Specialist
Partner - Specialist

Python in Qlikview?

Hi all,

one of our customer wants to know if we can use "some financial functions already developed in Python"

I don't know yet what kind of functions he means, neither if he wants to use it as expressions in chart or in load script.

Can you help me to understand which type of integration there can be between QlikView (or Sense: we have to decide what product is better for his scenarios) and Python?

Thanks for your help,

S.

2 Replies
Digvijay_Singh

simospa
Partner - Specialist
Partner - Specialist
Author

Thank you Digvijay,

I already saw the first link, but my issue is to call a Python function in a chart.

I have a table, with two dimensions (A) and (B). In the expression I want to use a Pyton function, for example:

def product2(n):

    return 2*n

(this is a stupid sample, I know)

and obtain in the column the result of the function (imagine that n is a numeric field token from the datamodel).

How can I do this?

S.