I am using CR XI and I have created the following formula to evaluate and return the value of the previous period plus one. While it works to return the correct values, it returns them as numbers with the format of $2007.00-2. I am hoping someone out there can help me convert this to a format more like 2007-02.
Here is the formula:
ToText(ToNumber(Mid({@FirstPeriod},1,4)) & '-' & (ToNumber(Mid({@FirstPeriod},6,2))+1))
Thanks in advance,
Donald
Here is the formula:
ToText(ToNumber(Mid({@FirstPeriod},1,4)) & '-' & (ToNumber(Mid({@FirstPeriod},6,2))+1))
Thanks in advance,
Donald