0
Answer

how to compare the values in SSRS?

How to destroy the row when two columns value are same in report?
for example,
Student table
Name   Number   Number  diff
abc        10              10       0
def         12              11      1
ghi          20             20       0
jkl           25              15      10
mno       30               20      10
then result is display on Report only 3 rows.
Output :
Name   Number   Number  diff
def         12              11      1
jkl           25              15      10
mno       30               20      10

 How to posible this type of output?
please reply me.

Thanks 
HB