I've got the following table and the text field "Extra Airfare Expense type:
I'd like Extra Airfare Expense Type to populate with the word "Reimbursable" if ANY of the rows has an Expense Type value of "Reimbursable". The code I currently have in the Advanced section of the Extra Airfare Expense Type is:
=IF(tabExtraAirfare.drpExAirfareExpense="Reimbursable","Reimbursable","FALSE")
Obviously, it's only looking at the very first row of the table and seeing the value "City-Paid". I'd like to avoid using JS because I'm no very familiar with it yet. Is there any code I can use in the Advance section that will look at all the rows to see if there is a "Reimbursable" value?