I'm not sure if this should go in a new thread. I need to ask another question.
I want to do a quarry that makes a calculation based on my Universities table.
The calculation should:
• Use only the records that have Apply = True
• Subtotal by Country value
• Subtotal = Sum([Application costs] where Centralized = False) + [Application cost] where Centralized = True counted only once
I'm having trouble with the last clause above. I want the records with Centralized ON to be counted only once in the total. The only solution I could think of is to create two quarries, one for Centralized ON and one for OFF, each calculating the total (or just stating the [Application costs] value in the Centralized ON case). Then a third quarry to sum the costs from these two quarries.
I'm sure there is a better way.
I want to do a quarry that makes a calculation based on my Universities table.
The calculation should:
• Use only the records that have Apply = True
• Subtotal by Country value
• Subtotal = Sum([Application costs] where Centralized = False) + [Application cost] where Centralized = True counted only once
I'm having trouble with the last clause above. I want the records with Centralized ON to be counted only once in the total. The only solution I could think of is to create two quarries, one for Centralized ON and one for OFF, each calculating the total (or just stating the [Application costs] value in the Centralized ON case). Then a third quarry to sum the costs from these two quarries.
I'm sure there is a better way.