hi. Here is a datawindow with two column A and B.
I want to get the result of the standard deviation of column A when B = 2. What's the script?
Describe("StDevP(if(B=2, A, 0))") ?
or
Set Filter(B=2)
Filter()
Describe("StDevP(A)") ?
thanks a lot!