Hi,
I can't get the prediction profiler to display predictions if my formula contains a Row() statement.
MWE:
the Formula for Column5:
:x
works fine:
![LukasKuerten_0-1657710415041.png LukasKuerten_0-1657710415041.png](https://community.jmp.com/t5/image/serverpage/image-id/43902i83B69DAC66DD3BFD/image-size/medium?v=v2&px=400)
while the formula for Column4:
:x[Row()]
results in the prediction not being computed:
![LukasKuerten_1-1657710448338.png LukasKuerten_1-1657710448338.png](https://community.jmp.com/t5/image/serverpage/image-id/43903i14DB4FF26279F0A4/image-size/medium?v=v2&px=400)
Obviously I wouldn't need the Row() statement in the above MWE, but I've run into this problem while trying to build something somewhat more involved. I'm using JMP 16.12.0
Cheers,
Lukas