Displaying most recent value available, even when other columns have a MORE recent value available
Hello,
I need to display the most recent value available, along with the date it is associated with, even when other values are associated with an even more recent date. (Then, second step: compare that value with another value associated with that date, to determine what color to display the first value in.) Attached is a sample qvw. Also below is a smaller set of sample data.
I am able to successfully do what is needed for the first two columns, using
=FirstSortedValue([OP MARGIN BCH],-DateKey)
since there are no later dates than the dates for the values I want.