Hi,
How to convert double DMN output value into string in order to present it without scientific notation?
Thx a lot for any idea.
Ian
Hi,
How to convert double DMN output value into string in order to present it without scientific notation?
Thx a lot for any idea.
Ian
This is just a guess, but the value is generally available as a process variable, so you might try something like:
execution.getVariable("myDmnDoubleOutput").toString()
Many thanks for a quick replay. This guides mi to the solution.
Ian