Forum Discussion
JoãoRodrigues
11 months agoNew Contributor
So, it's not possible to concatenate 2 functions?
The way you propose, I would have to have 2 buttons for time.
TGG_Alex
10 months agoContributor
Based on your syntax, are you trying to essentially get the prior year of the same month?
E.g., |!Jumia_Conso_Act!| = 2024M4
Desired result = 2023M4
If so, you can try T#PeriodPrior12(|!Jumia_Conso_ACT!|)
There are numerous Time Functions available to achieve different dynamically derived time members so experiment with those?