Assigning dynamic strings
Posted: Wed Mar 11, 2015 7:55 am
I would like to have a date string like this:
%date_1 = "2014:4"
and another one depending on former adding one quarter:
%date_2 = "2015:1"
Unfortunately %date_2 = {%date_1}+1 does not work although in: smpl %date_1 %date_2+1 it works.
How to make the second one dependant on the first one using a formula?
%date_1 = "2014:4"
and another one depending on former adding one quarter:
%date_2 = "2015:1"
Unfortunately %date_2 = {%date_1}+1 does not work although in: smpl %date_1 %date_2+1 it works.
How to make the second one dependant on the first one using a formula?