Question
How do I use a Report SQL Filter to include time entries with non-blank notes?
Answer
Pacific Timesheet's reporting engine allows you to filter in time entries with non-blank notes values using a sql expression in its sql filter.
Here the steps to create this report:
- Navigate to the Reports tab
- Create a time entry notes report by scrolling down to the Timesheet Details template and clicking the Plus (+) button.
- Name the report and add/remove the fields you need using the report field +/- buttons.
- Scroll to the bottom of the report page.
- In the SQL Filter edit box enter the following sql: LEN(t_timeentry.notes)>0
- This sql expression will filter into the report all notes (t_timeentry.notes) with a character length greater than zero. In other words, the sql filter will exclude time entries with blank note values.
Comments
0 comments
Please sign in to leave a comment.