Hi all,
Is there possible to make a select record in CR10 by that way :
@selRecord
if table.status = "OK" and date(table.date) = "10/25/05"
then print table.location
else "" ;
What is wrong with that function 'cause it prompts me an error and don't show the expected result.
Any help !
Thx
Is there possible to make a select record in CR10 by that way :
@selRecord
if table.status = "OK" and date(table.date) = "10/25/05"
then print table.location
else "" ;
What is wrong with that function 'cause it prompts me an error and don't show the expected result.
Any help !
Thx