I'm new to Crystal reports 20111 and new to the Embedded Summary / Calculated member features.
I'm wondering if one or the other of these features can be used in a Crosstab in the following way.
I have a crosstab report, I have columns based on Category, summarized fields based on sales1$$. I used the insert column function to insert a new column, Column name AC at the Category level.
What I would like to do is create a new summary in this AC column that is
if GridRowColumnValue("Category") = "AC" then summary of sales2$$
else summary of sales1$$-sales2$$.
I probably haven't expressed this very well, but again I am completely new to these functions. Any insight would be appreciated.
I'm wondering if one or the other of these features can be used in a Crosstab in the following way.
I have a crosstab report, I have columns based on Category, summarized fields based on sales1$$. I used the insert column function to insert a new column, Column name AC at the Category level.
What I would like to do is create a new summary in this AC column that is
if GridRowColumnValue("Category") = "AC" then summary of sales2$$
else summary of sales1$$-sales2$$.
I probably haven't expressed this very well, but again I am completely new to these functions. Any insight would be appreciated.