I have 4 formula fields that return text strings.
When I previously had two of them I grouped them into the same field, but first checking the existence of text in the field as follows:
if {@field1}="No Exception" then "<b>1.</B>"+{@field2}
else if {@field2} = "No Exception" then "<b>1.</B>"+{@field1}
else "<b>1.</b>"+{@field1}+
"<br><b>2.</B>"+{@field2}
as you can see if either of the formula fields have the text "No Exception" they are not displayed, and the remaining formula field (if any) will be positioned as number 1.
I now have 4 formula fields, each using the same principal, but I am getting into a complete mess when trying to apply the above principal to 4 values.
the fields are as above: {@field1}, {@field2}, {@field3},{@field4}
can anyone help me use all 4 fields in the above formula?
If any of the 4 fields have the value "No Exception" then they should not be displayed, but the remaining fields when grouped should be preceeded by sequetional number labels (1, 2, 3 etc)
many thanks,
Matt
London (UK)
When I previously had two of them I grouped them into the same field, but first checking the existence of text in the field as follows:
if {@field1}="No Exception" then "<b>1.</B>"+{@field2}
else if {@field2} = "No Exception" then "<b>1.</B>"+{@field1}
else "<b>1.</b>"+{@field1}+
"<br><b>2.</B>"+{@field2}
as you can see if either of the formula fields have the text "No Exception" they are not displayed, and the remaining formula field (if any) will be positioned as number 1.
I now have 4 formula fields, each using the same principal, but I am getting into a complete mess when trying to apply the above principal to 4 values.
the fields are as above: {@field1}, {@field2}, {@field3},{@field4}
can anyone help me use all 4 fields in the above formula?
If any of the 4 fields have the value "No Exception" then they should not be displayed, but the remaining fields when grouped should be preceeded by sequetional number labels (1, 2, 3 etc)
many thanks,
Matt
London (UK)