Hello everyone, new poster here. I come from a SQL background so using Webi feels a bit like having one hand tied behind my back… but I am learning to work with it.
I’d be really grateful for some help with a problem: I would like to use a formula to return the minimum (date) value which is greater than the date value in another column. This is what I’m using, but it still returns a #multivalue error:
=Min([2 Actual Date]) Where (Min([2 Actual Date]) >= [Entered_Date])
[2 Actual Date] and [Entered_Date] are both detail variables based on date columns.