SSRS Tutorial 61 - Highlight Columns in Chart for Max and Min Values in SSRS Report

In this video of SSRS Tutorial " How to Highlight Columns in Chart for Max and Min values"
we will learn


  1. How to write Group by Select Query for Dataset
  2. How to create Column Chart Report in SSRS
  3. How to use Expressions on Data Series to change the color of Column for Max and Min Values


Expressions used in this video
=IIF(Fields!TotalItemsSold.Value=max(Fields!TotalItemsSold.Value,"DSET_Sales"),"Green",IIF(Fields!TotalItemsSold.Value=min(Fields!TotalItemsSold.Value,"DSET_Sales"),"RED","YELLOW"))


How to Highlight Columns for Max and Min Values in Column Chart in SSRS Report - SQL Server Reporting Services ( SSRS) Tutorial


  Check out related Posts / Videos in this Chapter  

No comments:

Post a Comment