starbase59
MIS
This thread is similar to "Trying to sum by type" posted by frankone on 6/6. I have a string field, Fund_type, and a currency field, Amount. What I want is where fund_type in (equity, hybrid), then add the values in Amount.
Tried:
if {tblMonthlyRsmSummary.FundType} in["Equity", "Hybrid"] then
sum({tblMonthlyRsmSummary.Amount})
This adds all fund_types together, not just equity and hybrid.
Thanks for any solutions.
Tried:
if {tblMonthlyRsmSummary.FundType} in["Equity", "Hybrid"] then
sum({tblMonthlyRsmSummary.Amount})
This adds all fund_types together, not just equity and hybrid.
Thanks for any solutions.