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
What is your end goal? Help us with example.
The value comes up 3854611. Basically this is round up value.
But the actual value is 3854611.85
I want this format text(value, "00.00") which is not working inside the type! function.
Quantity is of integer type so you cannot have decimal value there, please change the data type
I Would recommend to change dataType of quantity to text or decimal based on your requirement.