Calc fields in Filter expression
Posted: Wed Jun 29, 2005 12:05 pm
Hi,__Looks like calculated fields in filter expresion don^t work.__What I did:__I read filter expression using Dll calls. __Got the expression MYALIAS->FIELD1=.T..AND.MYALIAS->CALFIELD=.T.__ALIAS->CALCFIELD is a calculated field, strange why it got prefixed with the alias.____In the asp I set__filterUsage=2__filter=MYALIAS->FIELD1=.T..AND.MYALIAS->CALFIELD=.T.____RRWRUN displayed the correct report, RattleRR didn^t.____Thanks,__Vladimir