Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

=(Column(2)-Column(4))/Column(5) is not working in the table

Hi Experts,

Can any one please help me on this.

In the below table in the last column I have to calculate

=(Frequency-Mean)/SD

I have tried =(Column(2)-Column(4))/Column(5) but getting all null values.

How to get the expected result.


Please find the attached app.

column issue.png

Thanks in advance

1 Solution

Accepted Solutions
2 Replies
sunny_talwar

You only have 4 expressions in your app... why are you using Column(5)?

Do you mean this?

(Column(1) - Column(3))/Column(4)

sunny_talwar

Capture.PNG