The graph on the main page provides a representation of the job count.
To view the pie chart
This pie chart is displayed on the main page as shown:
The job count represents the total number of active and inactive jobs. It is hard-coded into the system. This count includes only the jobs that have gone through workflows and does not account for jobs added manually.
To view the job workflow statistics
Select Workflow in the drop-down list.
The statistics of the jobs in the workflow are calculated as follows:
Auth Settings Sticky Flag Filters and FilterBySQL_TaggedText (Auth settings file is determined by which node is assigned to the Stats.)
Finalized
Not in Workflow
IsApproved = True
IsFinalized = True
In Review
In Workflow
Pending
Not in Workflow
IsFinalized = False OR IsApproved = False
To review jobs in the three categories, an expression can be added to the Job Management grid or an export. The column containing the expression will display the category (Finalized, In Review, or Pending). =if(@job.ReviewStatus@ <> 'NONE', 'In Review', if(@job.isApproved@ && @job.isFinalized@, 'Finalized', 'Pending'))
This expression does not take into account sticky filter flags or SQL.
For further information on workflow statistics, refer to the article, “Managing the Workflows.”
To view the Parent-Child statistics
Select Parent Child in the drop-down list.
Uses the sticky flag filters (auth settings) and FilterBySQL_TaggedText
Uses IsParent, IsChild, and IsIndependent job flags
To view the Career statistics
Select Career in the drop-down list.
Uses sticky flag filters (auth settings) and FilterBySQL_TaggedText
Splits the jobs by the job binding property CareerStream
To view the Employee Acknowledgement statistics
Scroll down the vertical bar and view the employee acknowledgment statistics.
Comments
0 comments
Please sign in to leave a comment.