When a user selects from Year, I want the min of Year & Month to be displayed. I can't use min(Year & Month) because it's a text field, I can't use minstring(Year & Month) because it always returns xxxx Apr.
Is it possible to use indirect set analysis using the min of Year & Month_mm but return the value from Year & Month?
I'm having a complete mind-block on this one so hopefully someone will provide the solution.