I have a form that is going to be used by our Finance Department. It queries the GSA Per Diem API https://www.gsa.gov/technology/government-it-initiatives/digital-strategy/per-diem-apis/api-for-per-diem-rates
And gets rates for Meals, Lodgings, etc. Whenever the user types in the Zip code automatically.
The user then can select from a drop down list what their expenses are, and the data populates from the Table that is populated by the API as such.
And uses this formula in Calculations.
And this works great, Until I try to add in a Nested IF statement for Lunch and Dinner(IF Breakfast is Selected, IF Lunch Is Selected, or IF Dinner is Selected). So My question is, how do I add a nested IF Statement using Laserfiche Calculations to successfully pull back the lunch and dinner rate from the table above and populate in the table below.