Sir I have these block
It showing this result
I used following procedure
- Replace empty string with 0
- Applied thousand Separator
- Removed thousand separator before calculation
Please help me get correct sum.
Regards
Sir I have these block
It showing this result
I used following procedure
Please help me get correct sum.
Regards
You need to debug, use Do it with companion to test your calculation. Check the values are coming through correctly. You got the others working so what is different ?
You have over complicated:
The text block for "replacement" is empty, no space, just empty, as dragged from the palette
The packaging of those numbers in the response parameter of the given procedure needs to be addressed.
The embedded commas in the numbers and the inter-item comma separators are being confused.
Why is this parameter a string, when it should be a list, or several separate parameters?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.