jizzycrystal
IS-IT--Management
I am trying to get the total amount for all three values in my parameter range. My parameter range is period say 08 (start of range) to say period 10 (end of range). My parameters are fields from a table {nltran11.trans_period}
My attempted formula is
If {?period} = (['08' '09’ '10']) then +{bud11.base_amount08}+ {bud11.base_amount09} + {bud11.base_amount10}
but this is not pulling the correct total, it is just pulling the value of bud11.base_amount08.
I think my syntax is incorrect. Any ideas? From a non tech finance person!
My attempted formula is
If {?period} = (['08' '09’ '10']) then +{bud11.base_amount08}+ {bud11.base_amount09} + {bud11.base_amount10}
but this is not pulling the correct total, it is just pulling the value of bud11.base_amount08.
I think my syntax is incorrect. Any ideas? From a non tech finance person!