I have a capex/depr expense cube where I use a picklist for the managers to select the asset type...I then use a cumulation function so I have that asset type value in all the subsequent months for reference.
I have a separate Depreciation Allocation cube where I need to bring in the total new depreciation expense by asset type. So...I need to reference the asset type in the asset type cumul field, where it is "A" or say "Office Equipment" in this example, then return the depreciation expense for that month for all capital purchases where "Office Equipment" is item purchased. Sounds simple...not for my feeble mind. I think it has something to do with 'Asset Type Cumul' being a String value.
This is what I tried...
['Total Office Equipment' ] = IF (DB('Capex', !Version, !Department, !Country, !Month, !Portfolio TBD, !Capital Exp, 'Asset Type Cumul') @= 'Office Equipment',
DB('Capex', !Version, !Department, !Country, !Month, !Portfolio TBD, !Capital Exp, 'Depreciation Expense on New Purchases'),
STET);
Please help!

Thanks,
Christian