I have the following condition:
=MAX(Fields!CodeCount.Value, "Query1") & " " & First(Fields!CodeVal.Value, "Query1")
Which yields 3 ABC
Now I need to find the MAX and three is the correct answer but I don't need it beyond evaluating so what I want to stuff into a report variable is "ABC".
So how do I eval for the MAX but only assign the CodeVal.Value into my report variable?
TIA JB