I have a field named Order_ID
from table Order
.
when value of Order_ID
starts with numeric value then it should exclude those records, otherwise it should include those records in the report.
For example: if the Order_ID
starts with a value 1ABC it should exclude that record from report .
If Order_ID
has a value A1BC it should not exclude those records.