I have a crosstab where the summarized data is in columns. There is a total for each column at the bottom of the crosstab. Is there a way to define the properties for the individual column totals? For example for one column I do not want a total to appear. In another I want to add some text with the total. And in another maybe even do some conditional formatting.
P1 P2
C1 D1 D2 D3 D1 D2 D3
C2 D1 D2 D3 D1 D2 D3
----- ---- ---- ---- ---- ----
T1 T2 T3 T1 T2 T3
The total T1, I do not want to display. T3 I would like to be bold and red if the total is negative.
Crosstab Total properties
Crosstab Total properties
- Attachments
-
- 1289.crosstab2.png (1.51 KiB) Viewed 2125 times
Crosstab Total properties
Hello,
Could you, please send us test data in the form you use them. We need them for analysis.
Thank you.
Could you, please send us test data in the form you use them. We need them for analysis.
Thank you.
Crosstab Total properties
Here you go. I would like it so that 1) the "Unit Price" column does not total and if the "Total Price" is below 750 then make the total bold and blue. I also would like to see an example of adding text to the total. For example in the "Total Price" total:
if ( total < 500 ) "Poor: "
else if ( total < 750 ) "Fair: "
else "Good: "
+ (the total)
So the totals for Bolts would be:
Unit Price: "empty"
Quantity: "750"
Total Cost: "Good: 937.50"
And the totals for Buts would be:
Unit Price: "empty"
Quantity: "750"
Total Cost: "Fair: 562.50" (and the text is blue)
if ( total < 500 ) "Poor: "
else if ( total < 750 ) "Fair: "
else "Good: "
+ (the total)
So the totals for Bolts would be:
Unit Price: "empty"
Quantity: "750"
Total Cost: "Good: 937.50"
And the totals for Buts would be:
Unit Price: "empty"
Quantity: "750"
Total Cost: "Fair: 562.50" (and the text is blue)
- Attachments
-
- 1293.CrossTabData.xsd
- (769 Bytes) Downloaded 216 times
-
- 1292.CrossTabData.xml
- (514 Bytes) Downloaded 206 times
-
- 1291.CrossTab.mrt
- (15.13 KiB) Downloaded 256 times
Crosstab Total properties
Hello.
Unfortunately, the condition for one of totals isn't supported now. You can set the condition formatting only for all Totals.
Thank you.
To switch off total in the "Unit Price" column, please, set the summary property to "None". See attached image.jmiller wrote:Here you go. I would like it so that 1) the "Unit Price" column does not total and if the "Total Price" is below 750 then make the total bold and blue. I also would like to see an example of adding text to the total.
Unfortunately, the condition for one of totals isn't supported now. You can set the condition formatting only for all Totals.
Thank you.
- Attachments
-
- 1294.cross.png (58.85 KiB) Viewed 2106 times