A newbie here:
I am trying to convert a numeric field into a date field. I created individual formulas for the month, day, year. When I go to combine those results, I receive the error, 'The string is non-numeric"
Here's what I have:
The formulas for month, day, year follow this format: ToText ({LACTG04.AG4_TRANS_RELS_DAT})[8 to 9]
The formula to combine look like this:
Date(ToNumber({@month}),ToNumber({@DAY}),ToNumber({@year}))
What am I doing wrong???
Any assistance is greatly appreciated.
I am trying to convert a numeric field into a date field. I created individual formulas for the month, day, year. When I go to combine those results, I receive the error, 'The string is non-numeric"
Here's what I have:
The formulas for month, day, year follow this format: ToText ({LACTG04.AG4_TRANS_RELS_DAT})[8 to 9]
The formula to combine look like this:
Date(ToNumber({@month}),ToNumber({@DAY}),ToNumber({@year}))
What am I doing wrong???
Any assistance is greatly appreciated.