we are trying to use SSE extension to integrate Python in QlikSense. Imagine the following situation:
Field A
Field B
if(match(A,1),A)
1
3
1
5
9
4
2
We would like to export only the first row which has a value. At the moment, we were able to export the third column but we end up with NaN for missing values.