Sum function with condition :?
Dimiter Tsukev
Sofia, Bulgaria
I'm wondering can I make [SUM(<frxDBDayRep."AMOUNT">,MasterData1)] but with the condition when frxDBDayRep."CURRENCY" = 'EUR' :? I can make it with code but I don't really want to ..
Comments
[SUM(IIF(<frxDBDayRep."CURRENCY"> = 'EUR', <frxDBDayRep."AMOUNT">, 0), MasterData1)]