I have a Radio Button with two items, if the first button is selected then the Numeric Field should display as a dollar value ($x,xxx.xx) but if the second button is selected the the Numeric Field should display as general numbers (x,xxx) with no decimal.
You can change the display pattern at runtime, but it requires a bit of scripting.
There is an example here: http://assure.ly/hVcqlj, if you have a look at the radio buttons on page 2. There is script in the click event that should help you.
You can change the display pattern at runtime, but it requires a bit of scripting.
There is an example here: http://assure.ly/hVcqlj, if you have a look at the radio buttons on page 2. There is script in the click event that should help you.