I have an Analytic app that requires one parameter, the current database to extract data from. For example, the user would enter 'A2019' and the wizard will update the input tools accordingly to extract from the A2019 database.
However, in this app I also want to extract from the previous year's database, without having to enter a second parameter. So the user would enter 'A2019' and then some tool would calculate the previous database is 'A2018' and then update another input tool accordingly. All my databases follow the structure A2016, A2017, A2018 etc.
Is this possible? Or do I definitely need a second parameter for the previous database?