wrote:
wrote:
Hi Daniel,
Would it be an option to save the numbers as-is and use a function to format them in the expressions where you show the data?
Hi Glenn,
that's what I ended up doing in the end: store the number in a local, then go through the formatting process of dividing it by the right base 10 value then appending the E and the exponent... took more work than needed but it worked
Hi Daniel,
There's no need to store it in a local variable first is there? If the action that formats the number is a function you can call it within the expression itself.
Kind regards,
Glenn