Hello Everyone,
I am using text() or any function in type!{urn:com:appian:types}Test'(). But it seems not working. Can anyone suggest how I can do this?
Thanks
Discussion posts and replies are publicly visible
it's unclear to me why there are so many manipulations being done on the number.
sum and round should be sufficient to give you a decimal which you can then format anyway you want for presentation using text/fixed or even a!currency(). https://docs.appian.com/suite/help/24.2/recipe-define-a-simple-currency-component.html
And if you need to store that amount, you will need a decimal field in your Test() Data Type.
Quantity field is decimal type in a database table. I have updated the xsd file as well. But it still not woking.
Would you mind showing us the .xsd file?
I've done some tests on my end putting text/fixed into a decimal field and can't reproduce the issue.