Creating a Job Activity by Client Report in Bullhorn Reporting (Previously Canvas)

The following instructions will help you to create a report, grouped by client, that shows you counts for placements, submissions, and interviews, plus how many calendar days old your open jobs are.

Building the Base of the Report

We are going to use the Job Analysis package because the fields we’re reporting on are stored in the the job record.

Throughout these instructions we’re going to add our chosen fields. You can select other fields as desired to customize your own report.

For our example, we will add the Company Name, Company ID, Company Date Added, Company Name, Job ID, Job Title, Job Owner Name, Job Assignment Name, Submission Count, Client Submission Count, Interview Count, and Placement Count for our jobs.

Steps

  1. Under Insertable objects, from the Toolbox tab, double-click List.

  2. In the Object and Query Name pop-up, name your list as you like then click OK.
  3. Under Insertable objects, from the Sources tab, click Job Analysis > JobCompany.
  4. Double-click Company Name Company ID Date Added to add these fields to your table.

Grouping Results

To group our results by client, we need to take a specific action.

Steps

  1. Click on the Company Name data rows.
  2. Click Group/Ungroup.
    • Results will now be grouped by client.

Adding More Fields to the Report

Steps

  1. Back under Insertable objectsSources > Job Analysis, click Job.
  2. Double-click Job IDJob Title to add these fields to your table
  3. Still under Insertable objectsSources > Job Analysis, click Job Owner.
  4. Double-click Name > to add this field to the table.

Renaming and Adding Columns

We will be adding several names fields, so at this point we want to rename them as we add them.

Steps

  1. In the table, click the Name column header > More > Edit Data Item Label....

  2. In the Data item label pop-up, for the Data item name type "Job Owner" and click OK.
  3. Still under Insertable objectsSources > Job Analysis, click Job Assignment.
  4. Double-click Name > to add this field to the table.
  5. Follow the first two steps to change the title of this column to “Assigned To”.

Adding Count Fields

Now we’re going to add some count fields, so we can see more information about our jobs at a glance.

In Bullhorn Reporting we split Internal Submission information from Client Submission information, because we treat those submissions as separate from each other, even though they are closely related.

Steps

  1. Still under Insertable objectsSources > Job Analysis, click Job Submission.
  2. Double-click Submission Count > to add this field to the table.
  3. Follow the first two steps under Renaming and Adding Columns to change the title of this column to “# Submissions”.
  4. Still under Insertable objectsSources > Job Analysis, click Job Client Submission.
  5. Double-click Client Submission Count to add this field to the table.
  6. Follow the first two steps under Renaming and Adding Columns to change the title of this column to “# Client Submissions”.
  7. Still under Insertable objectsSources > Job Analysis, click Job Interview.
  8. Double-click Interview Count to add this field to the table.
  9. Follow the first two steps under Renaming and Adding Columns to change the title of this column to “# Interviews”.
  10. Still under Insertable objectsSources > Job Analysis, click Job Placement.
  11. Double-click PlacementCount to add this field to the table.
  12. Follow the first two steps under Renaming and Adding Columns to change the title of this column to “# Placements”.
  13. Rearrange the columns as you like.

Calculating Job Age

Now, we’re going to tell Bullhorn Reporting to compute the number of days between the day the job was added and the day the report is run.

Steps

  1. Double click the Date Added data rows. The Data item expression - Date Added screen will pop-up.
  2. In the Expression Definition box, put your cursor in front of the expression in the paste in the following expression:

    Copy
    _days_between (current_date,
    • This formula is telling Bullhorn Reporting to calculate how many days are between today’s date and the date the job was added.
  3. Click Validate to verify the expression.
  4. Fix any errors. See Untangling Validation Errors in Bullhorn Reporting (Previously Canvas) to determine where your mistake is and make any corrections.
  5. Click OK.
  6. In the table, Click the Date Added column header > More > Edit Data Item Label...
  7. In the Data item label pop-up, for the Data item name type “Job Age (in Days)" and click OK.

Applying Conditional Formatting

We want our results to highlight jobs older than 30 days. You may elect to choose a different number as your threshold.

Steps

  1. In the table, click Job Age (in Days).
  2. Under Show propertiesCONDITIONAL, click Conditional StylesMore.

  3. In the Conditional styles pop-up, select Add, then click Advanced Conditional Style….
  4. In the Conditional style - advanced pop-up, click New Advanced Condition.
  5. In the Report condition pop-up under Available Components >Query1, double-click Date Added.
  6. In the Expression Definition box, put your cursor after the expression and type ">30".
    • Query Definition: This tells Bullhorn Reporting to highlight any results over 30 days.
  7. Click Validate to verify the expression.
  8. Fix any errors. Read through this article to determine where your mistake is and make any corrections.
  9. Click OK.
  10. In the Conditional Style - advanced screen, find the Advanced Condition you created. Click Edit Style on that row.
  11. Click on the Background color drop down.
  12. Select a shade of red from any of the tabs.
    • This will be the background color of the results that are over 30 days old.
    • Alternately, you may choose to apply a red font color by clicking on Foreground Color instead of Background Color.
  13. Click OK three times so it closes all the conditional styles windows and you’re back on your Canvas studio.

Adding a Filter

We want to tell Bullhorn Reporting to only show us open jobs.

Steps

  1. Go to ReportQueries, click Query1.

  2. Under Insertable ObjectsSources > Job Analysis, click Job.

  3. Double-click Open/Closed to add it to Data Items.

  4. Still under Insertable objectsSources > Job Analysis > Job, right click Open/Closed then select Filter for report….

  5. In the Filter condition - Open/Closed pop-up > Available items, click Open. This will move it to the field Keep these Values.

    • You may add additional filters as desired at this point.

  6. Click OK.

Linking Results to Bullhorn Records

Finally, we want the results linked to their respective records. See Linking to Bullhorn Records in Bullhorn Reporting (Previously Canvas) for these steps.

Steps

  1. Create a new Company ID column that is linked to company records.
    • Check the URL and ensure it contains the ClientCorporation entity, for example https​://clsX.bullhornstaffing.​com/BullhornSTAFFING/OpenWindow.​cfm?Entity=ClientCorporation&id=
  2. ​Create a new Job ID column that is linked to job records.
    • Check the URL and ensure it contains the JobOrder entity, for example ​Example: https​://clsX.bullhornstaffing.​com/BullhornSTAFFING/OpenWindow.​cfm?Entity=JobOrder&id=
  3. Save and run your report.

You have now finished your Job Activity by Client report!

For more information about advanced Canvas techniques you can search for “Cognos Workspace Advanced” on your desired search engine.

To learn the basics of writing an expression, see Building Expressions in Bullhorn Reporting (Previously Canvas) .