Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI i had a requirement where i need to compare two values and change the color of the marker ,one dataset has like 15 rows and other has 1 row , what i need to do is compare the value of 1 row dataset with other dataset and have to change it , the expression i am using now is like this

iif(Fields!Time.Value=First(Fields!chart_endtime.Value, "dset_lowcosttrade"),"Black","#00ffffff")

but i am having problem here it is only taking the first row value, but my value will be some wehre in th nth row , so is there any way i can compare the endtime value(single row datasetvalue) with time (dataset with 15 rows), is there nay way to acieve it ,please let me know thanks in advance
Posted
Updated 25-May-11 3:40am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900