Unable to do Conditional Total on field (Text Data Type but have integer values) in RTF Template
Hi,
I have a column called "schedule_pre_response_minimum" marked in the below xml, the datatype of this field is text.
This column holds positive values. Below is my requirement.
1. Get the Overall Total for the "schedule_pre_response_minimum" and also there is a also a condition while getting this summation.
If schedule_pre_response_minimum = 0 or NULL then value is equal to 1
else schedule_pre_response_minimum value
I am unable to get this. Any suggestions or solution would help