Would like to be able to use wildcard characters in anaplan formulas, specifically in the SELECT function.
Ie. I have this:
IF Version Selection.Selection[SELECT: VERSIONS.'2018 Actuals'] THEN "SBUDGET"
I'd like something like this
IF Version Selection.Selection[SELECT: VERSIONS.'???? Actuals'] THEN "SBUDGET" where ???? can be any year and so that the formula doesn't have to be updated every year.