Hi All,
I have a formula @date in which i have converted date to a sting:
ie @date= if Stage.query1 = 'A' then totext({Finish date.query1},'MM/dd'yyyy') else ""
Now my concern is in my other formula I have to pick only month ie MM and compare it with months in numbers to get the respective quarter.
something like
if @date,MM in '01,02,03' then 1 else
if @date,MM in '04,05,06' then 2
but I am getting an error..
Can someone suggest me the formula for this?
Thanks
I have a formula @date in which i have converted date to a sting:
ie @date= if Stage.query1 = 'A' then totext({Finish date.query1},'MM/dd'yyyy') else ""
Now my concern is in my other formula I have to pick only month ie MM and compare it with months in numbers to get the respective quarter.
something like
if @date,MM in '01,02,03' then 1 else
if @date,MM in '04,05,06' then 2
but I am getting an error..
Can someone suggest me the formula for this?
Thanks