I am using crystal XI.
I have two fields {tblA.year} and {tblA.period}. They are both strings.
I want to concatenate these strings like so: {tblA.year} & '/' & {tblA.period} and say call this field {@Period}
Then I need to have something like so in the rpt selection formula:
{@Period} >= 200310 and {@Period} <= 200411
This isn't working as I want as crystal sees 20032 as greater than 200710 and 20049 as being greater than 200410.
Anyone know a way round this?
Do I have to convert using tonumber?
I have two fields {tblA.year} and {tblA.period}. They are both strings.
I want to concatenate these strings like so: {tblA.year} & '/' & {tblA.period} and say call this field {@Period}
Then I need to have something like so in the rpt selection formula:
{@Period} >= 200310 and {@Period} <= 200411
This isn't working as I want as crystal sees 20032 as greater than 200710 and 20049 as being greater than 200410.
Anyone know a way round this?
Do I have to convert using tonumber?