We have some fairly complex Calculations with a number of CASE WHEN conditions.
It would be useful to be able to put inline comments within the calculation text
e.g (using double — as a comment indicator)
CASE WHEN
— First Test for Completeness so that ….
<field>='Complete' then …
— Next test for Abnormal so that ….
<field>='Abnormal' then
This in addition of course to the Description box. Would also be good if the Description could optionally be inherited into a Tooltip in Presentation Mode.