Calc fields in Filter expression
Calc fields in Filter expression
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
=> Calc fields in Filter expression
I stripped master table alias in the filter expression and managed to make the report running.____Vladimir