0

How to use Filter Function

I am in the process of attempting to design some reports and filter the output via the status of the job.

Job to have very basic details of job no, description and status.

I am attempting to run a report of all jobs ordered by the status. I wish to order the list of job numbers based on the status of the job whereby the jobs are ordered by status in the order of Completed, Order, Planning and Quote.

=NL("Rows","Job","No.")

When attempting to order the output from the above query based on the status of each job, I cant seem to get the outcome that I was hoping.

=NL("Rows","Job","No.","Status","Completed|Order|Planning|Quote")

I look forward to assistance in due course as I imagine this would be a simple filter that needs to be applied.

1 comment

Please sign in to leave a comment.