I have a report with the following kind of headings.
"Tuition - Computer Fee"
"Interest Income"
I want to be left with "Tuition" and "Interest Income" as the heading but when I put the formula.
split({yourfield}, "-")[1]
It gives an error "A subscript must be between 1 and the size of the Array
"Tuition - Computer Fee"
"Interest Income"
I want to be left with "Tuition" and "Interest Income" as the heading but when I put the formula.
split({yourfield}, "-")[1]
It gives an error "A subscript must be between 1 and the size of the Array