How to sum two added fields with two conditions in BI rtf template
Hi, we're converting our Crystal reports to BI reports and have difficulty on converting these conditional summary in BI rtf template. How do you convert this in rtf template code?
if ACCOUNT >'49' and ACCOUNT<'59' sum(fld1 + fld2 - fld3)
I tried <?sum(current-group()/(fld1+fld2-fld3)[../(ACCOUNT>'49' and ACCOUNT<'59')])?> and <?sum(current-group()/(fld1+fld2-fld3)[../(ACCOUNT>'49' and ../ACCOUNT<'59')])?>. Both didn't work.
Any help is appreciated.
Shiying