Sweetworks
MIS
In a Table I have 2 fields
ACCT_YEAR and ACCT_PERIOD
I would like to convert that data to a Date in the following format mm/1/yyyy to assume it is the first of the month.
I use the concatenate function '&' in the following formula.
____
{ACCOUNT_BALANCE.ACCT_PERIOD} & '/1/' & {ACCOUNT_BALANCE.ACCT_YEAR}
_____
The problem is that I get the Month and Year in Decimal Format i.e. my date is 6.00/1/2003.00
Any suggestions?
ACCT_YEAR and ACCT_PERIOD
I would like to convert that data to a Date in the following format mm/1/yyyy to assume it is the first of the month.
I use the concatenate function '&' in the following formula.
____
{ACCOUNT_BALANCE.ACCT_PERIOD} & '/1/' & {ACCOUNT_BALANCE.ACCT_YEAR}
_____
The problem is that I get the Month and Year in Decimal Format i.e. my date is 6.00/1/2003.00
Any suggestions?