M
microb0x
I am getting a return of NaN when trying to concat a string along with
a double(formatted as currency).
Here is my formula:
concat(" USD $", FillinUSDAmount)
I have also tried:
concat(" USD $", string(FillinUSDAmount))
Can anyone shed any light on this? This is my first InfoPath project
so admittedly I am not confident on what I'm doing.
The overall need here is to combine some static text with a currency
value the user imputs. I will be doing this same process at several
points in the form with different fields.
a double(formatted as currency).
Here is my formula:
concat(" USD $", FillinUSDAmount)
I have also tried:
concat(" USD $", string(FillinUSDAmount))
Can anyone shed any light on this? This is my first InfoPath project
so admittedly I am not confident on what I'm doing.
The overall need here is to combine some static text with a currency
value the user imputs. I will be doing this same process at several
points in the form with different fields.