Hello,
I would like to use the result from the subreport
to main report for calculation.
Ex: subreport field1 is 100; and main report field2 is
500; would like to have in the main report
field2 - field1 should get the result of 400.
Really appreciate any solutions from you.
Thanks in...
table.string contain of 00012345 and 12345-ABC
to use lbass's code the following:
if isnumeric({table.string}) then
totext(tonumber({table.string}),0) else
{table.string}
The results showing 12,345 and 12345-ABC.
How to format not to show the comma on the result
of 12,345.
I would like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.