Support formula wildcard characters so that formulas dont need to be constantly updated

Options
luvazquez
luvazquez Member, ALL USERS, GroupMember Posts: 4 Master Anaplanner of the Year

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.