This shows you the differences between two versions of the page.
| software:gui-designer:math-expressions [2015/04/09 00:58] jarrod [Numbers and text output formatting] | software:gui-designer:math-expressions [2015/04/09 00:58] (current) jarrod [Numbers and text output formatting] | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| <WRAP center round tip 80%> | <WRAP center round tip 80%> | ||
| Note that the 'value' constant does not support decimal values when using an Analog data type. The constant will always be rounded to a whole number before any transform can take place.\\ | Note that the 'value' constant does not support decimal values when using an Analog data type. The constant will always be rounded to a whole number before any transform can take place.\\ | ||
| - | So you need to capture it into a serial join first, then capture group name referencing to perform any math on this value if you need the initial captured value to support decimals. | + | So you need to capture it into a serial join first, then use [[#referencing-other-groups|capture group name referencing]] to perform any math on this value if you need the initial captured value to support decimals. | 
| </WRAP> | </WRAP> | ||
| - | |||