Hi, I am trying to create a new row for the "maintenance" field and calculate rates based on the "maintenance" row? Is it possible?
Solved! Go to Solution.
Yes it's possible.
Text Input with the maintenance row
Union that on to your data
Formula tool to work out the rates: IF [Service]="Maintenance" THEN <insert formula> ELSE <insert formula> ENDIF
Thanks for that. I replaced the first step with the text input but now I'm not sure how the calculations would work without the Cat1 and Rates1 column. Any idea?