Create business logic for field calculations without needing to write custom code. You can select calculated field and create the formula that is automatically updated based on calculation you provide.
#3728 - Can the Calculated field us the currency symbol when adding two £ fields
Have a number of £ fields in a clients custom module that are added in pairs But the resultant Calculated field does not have the £ symbol Can't see how I can change that either at field level or globally in the Studio Thanks
3 years ago
Hi, As the calculated field having a currency datatype, You can add a calculated field type currency and in the label, you can add the £ symbol to that field name at the time of creation.
3 years ago
The client wishes the data in the field to be shown as currency, not the label, so that it shows in reports and exports in the correct format So it appears as £23,560.00 and NOT 23560.00
3 years ago
It is a specific condition so for this it's not possible from the studio. it can be done through the code level.
3 years ago
It is a specific condition so for this it's not possible from the studio. it can be done through the code level.