I want to display every march month from 2017 and then after march March 2021, I want to display quarter months appearing after march 2021 till today’s date i.e june, september and december. Plzz help I cant solve this problem.
If the CurrentDate=1/03/2017
and if you need to display upto 1/03/2021
CurrentDate.AddYears(count)
Should put this command in assign activity with taking a new variable, Right?