Hello
I have a formula in the group footer that displays all the detail results on one line:The formula is part of a 3 step formula.The final formula which displays the details all on one line is called @display formula.
Example
D1 A
D2 B
D3 C
// I now have them displaying on the group footer as A,B,c
what i would like to do, is if there is a B in the results then "good" will show.Can I do something like the following//
@display formula
if "B" then "good" else ""
// also I need to export to excel for final evaluation. so i need the report to be clean and on one line. That's why i have the A,B,C on one line.And if i used the filter selection to select only "B" the formula which sums the amount for A,B,C will only calculate the "B" amount..///
I'm i close????
Thanks
I have a formula in the group footer that displays all the detail results on one line:The formula is part of a 3 step formula.The final formula which displays the details all on one line is called @display formula.
Example
D1 A
D2 B
D3 C
// I now have them displaying on the group footer as A,B,c
what i would like to do, is if there is a B in the results then "good" will show.Can I do something like the following//
@display formula
if "B" then "good" else ""
// also I need to export to excel for final evaluation. so i need the report to be clean and on one line. That's why i have the A,B,C on one line.And if i used the filter selection to select only "B" the formula which sums the amount for A,B,C will only calculate the "B" amount..///
I'm i close????
Thanks