This problem is listed on the BO website and it basically say's that it's known problem in CR8 but is resolved on more recent versions.
I need a group which is based on a formula. I can't see the formula in the insert group pop up (any ideas?). If I try and force it, i.e set it to a formula that I can see and change the formula to what I want it to be I get an error message "Group specified on a non-recurring field".
The formula works a treat in details but I just can't group on it?
I'm using CR10
This is the formula info:
EvaluateAfter({@Period to Date});
Local StringVar TermDT := toText({HBM_PERSNL.TERMINATE_DATE});
Iif (length(TermDT) > 0 ,
Iif (Date(TermDT) > {@Period to Date} or
(Month(date(TermDT)) + Year(date(TermDT))) = (Month({@Period to Date}) + Year({@Period to Date}))
, 'A' , 'Ex-Employees'),'A')
I need a group which is based on a formula. I can't see the formula in the insert group pop up (any ideas?). If I try and force it, i.e set it to a formula that I can see and change the formula to what I want it to be I get an error message "Group specified on a non-recurring field".
The formula works a treat in details but I just can't group on it?
I'm using CR10
This is the formula info:
EvaluateAfter({@Period to Date});
Local StringVar TermDT := toText({HBM_PERSNL.TERMINATE_DATE});
Iif (length(TermDT) > 0 ,
Iif (Date(TermDT) > {@Period to Date} or
(Month(date(TermDT)) + Year(date(TermDT))) = (Month({@Period to Date}) + Year({@Period to Date}))
, 'A' , 'Ex-Employees'),'A')