December 2, 2005 at 2:53 pm
hey Friends,
This might be simple ,I have a scenario where i have same values in all the columns except one and i have to hide this row in report .
Cant be done in Database end as the present application cant restrict the data from being entered.
Can i use some group headers to solve this.
Any answers would be accepted.
Regards
Salu
December 5, 2005 at 7:33 am
Try specifying your condition as expression using IIF in Visibility – Hidden property of TableRow.
Something like:
=iif(Fields!Your_Field1.Value=Fields!Your_Field2.Value,True,False )
Hope this might help.
December 5, 2005 at 9:56 am
Hey Rookie,
As my problem i mentioned the columns are same .I was wrong in stating that,its the rows which have same values in all the columns except one colum with different values.
Yep what you specified earlier might help if my columns are same.
Thks
Salu Kurian
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply