Configuring Report Text Objects
Hello,
I am very new to Fast Reports, sorry if the is a simple or dumb question, we are converting some older Crystal Reports over to Fast Repots, and the Fast Reports builder is embedded with the software we are using (DMS). We have some formulas / expressions we are trying to convert over. We are having issue getting them to filter the data we want.
Below is the formula we pulled from the crystal report, to exclude some workcenters from the report.
This is the Dataset we need to pull from - [Job Updating Transactions."PoolsName"]
Below is the results we want to filter / remove.
Job Updating Transactions."Ident"] <> "1000" and [Job Updating Transactions."ReportResourceName"] <> "COMPLETEWO" and [Job Updating Transactions."EmployeeName"] <>"*BREAK"
Questions is, where do we put this query / expressions at? and how to we call it to the report? can this be configured in the memo box?
Thanks.