Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 22, 2013 05:43 AM by nkd1083
Member
397 Points
298 Posts
Jan 22, 2013 04:43 AM|LINK
I want to show colored rows(both) when duplicate record found , i know i can do this like:
=IIf(Fields!customer_code.Value = previous(Fields!customer_code.Value),"Yellow","")
but i want to color both rows not only last:
Participant
1468 Points
332 Posts
Jan 22, 2013 05:33 AM|LINK
Refer below link,
http://forums.asp.net/p/1654794/4657253.aspx/1?Re+Highlight+duplicate+values+in+gridview
Jan 22, 2013 05:43 AM|LINK
I am using ssrs..
nkd1083
Member
397 Points
298 Posts
color duplicate rows both
Jan 22, 2013 04:43 AM|LINK
I want to show colored rows(both) when duplicate record found , i know i can do this like:
=IIf(Fields!customer_code.Value = previous(Fields!customer_code.Value),"Yellow","")
but i want to color both rows not only last:
amolpandit22
Participant
1468 Points
332 Posts
Re: color duplicate rows both
Jan 22, 2013 05:33 AM|LINK
Refer below link,
http://forums.asp.net/p/1654794/4657253.aspx/1?Re+Highlight+duplicate+values+in+gridview
nkd1083
Member
397 Points
298 Posts
Re: color duplicate rows both
Jan 22, 2013 05:43 AM|LINK
I am using ssrs..