I tried to format the HTML Table below for the number
This is the expression that I used:
formatNumber(int(item()?['Trans Amt']), '0,0.00', 'en-us')
However, it gives an error message as below.
The numbering format expectation is as follows "100,000.00" Thank you.
decimal(...)
orfloat(...)
as an alternative.