Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to show current values by deafault how to write the set analsis
Hello @Dolly123
More details please.
if values of current month you can :
1- create 2 variables:
vMaxMonth = max(NumMonthField)
vMaxYear =max(Year)
2- in you set analysis expression : {<NumMonthField={'$(vMaxMonth )'},Year={'$(vMaxYear )'}>}