Hi,
Using Cyrstal Reports 10. In the crosstab report, for each row need to change the background color for the minimum and maximum value in that row.
Using stored procedure as datasource.
Read couple of posts here in the forum and tried something like the following and it changes background color for one cell for the whole crosstab . Anyone know, is it possible to highlight the minmum and maximum summaryvalue for each row.
Format->border->background->X+2 :
if CurrentFieldValue in [ maximum ({ProcedureName.SummaryFieldName}) ]
then silver
else
white
-saj
Using Cyrstal Reports 10. In the crosstab report, for each row need to change the background color for the minimum and maximum value in that row.
Using stored procedure as datasource.
Read couple of posts here in the forum and tried something like the following and it changes background color for one cell for the whole crosstab . Anyone know, is it possible to highlight the minmum and maximum summaryvalue for each row.
Format->border->background->X+2 :
if CurrentFieldValue in [ maximum ({ProcedureName.SummaryFieldName}) ]
then silver
else
white
-saj