I have created a cross tab report with customers as rows and the months across the columns. I have concatenated two field to make the row header. However, it appears as:
CUSTOMERID CUSTOMER NAME
I would like it to place the first field, then the next field directly below it:
CUSTOMERID
CUSTOMER NAME
Also, in my summarized fields, I have 3 fields which display in each column:
sum(Qty)
sum(Cost)
sum(Price)
I would like to now create a formula based on these summarized values ie sum(Price)-Sum(Cost) but the summarized fields are not available in the formula editor.
CUSTOMERID CUSTOMER NAME
I would like it to place the first field, then the next field directly below it:
CUSTOMERID
CUSTOMER NAME
Also, in my summarized fields, I have 3 fields which display in each column:
sum(Qty)
sum(Cost)
sum(Price)
I would like to now create a formula based on these summarized values ie sum(Price)-Sum(Cost) but the summarized fields are not available in the formula editor.