06-26-2023 03:04 AM
Hi,
Is there an expression to obtain the three sigma value from the table? I don't want to create additional channels for descriptive statistics in analyses.
Something like:
@@str(CCh(ch("[1]/original_30"),0),"d.ddd")@@ bar,
but this one represents the mean value of the channel.
Thank you for your help
Solved! Go to Solution.
06-26-2023 09:52 AM
If you leave this unchecked
Then the calculated stats go in the channel properties
and then you extract the value like this
maybe this helps
06-28-2023 02:36 AM
Yes that works. Thank you for the screenshots 🙂