Hi Ales
I do not believe that you will be able to get the desired affect by using expressions as the provided expression methods do not have the ability to convert to currency, however if you are able to get it do display your expression would then be quite huge.
I have however played with the styling of the text box control and managed to get the value of 1000.1 displayed as 1.000,10 € by using just styling in the following manner:
- Select the text box on which you would like the result to be displayed.
- In the text box properties select the ellipse for styles.
- Select the Format tab and then the Currency option.
- From the Currency option under Language /Region I selected "Use" and "Spanish (Spain)"
- Then in the Decimal Places I entered the value of "2"
- I then made sure that the Symbol is the "€" symbol
- In the Negative Numbers I selected the "-1234.10" option
- After doing the above I statically provided the text box with the value 1000.1 which is the same as passing the value into the control by other means and then I ran the view. The value was displayed as 1.000,10 € instead of 1000.1
Kind Regards
Raymond