Back
Header Navigation
Help Articles Community Get Certified
Sign In
Help Articles Community Get Certified Sign In
Interpret the Resource Management Analytics page and create various types of reports designed to help you make more informed decisions. Completion of this course earns you 0.5 PDUs.
Begin
Already registered? Sign In
- Resource Management Path
About this course
As a Project Manager in Resource Management, you need to understand the big picture of your organization's performance. With Resource Management's analytics and reporting capabilities, you can visualize complex data to spot project trends, understand performance across the business and plan for growth. In this course, you will learn how to interpret the Analytics page and create various types of reports designed to help you make more informed decisions.
For best performance during this course, please useGoogle Chrome. This course will take approximately 30 minutes to complete. This course has been pre-approved for .5 PDU by the Project Management Institute.
By the end of this course, you will be able to:
- Interpret the Analytics page
- Create reports
- Share and export reports
Curriculum
-
Resource Management: Analytics and Reports
-
Course Evaluation
-
Course PDU Information for PMI
As a Project Manager in Resource Management, you need to understand the big picture of your organization's performance. With Resource Management's analytics and reporting capabilities, you can visualize complex data to spot project trends, understand performance across the business and plan for growth. In this course, you will learn how to interpret the Analytics page and create various types of reports designed to help you make more informed decisions.
For best performance during this course, please useGoogle Chrome. This course will take approximately 30 minutes to complete. This course has been pre-approved for .5 PDU by the Project Management Institute.
By the end of this course, you will be able to:
- Interpret the Analytics page
- Create reports
- Share and export reports
-
Resource Management: Analytics and Reports
-
Course Evaluation
-
Course PDU Information for PMI
'+tileCat+''); } } //Hide the price of the course if you already registered or completed the course if ($(this).find('.sj-course-ribbon-text').html() != '') { $(this).find('.sj-course-ribbon-wrapper').siblings('.storefront-price').addClass('custom-hide-price'); } //Hide a course until it's registered. This is used for instruction courses in bundled packages. The Instruction course is auto registered when a user buys the bundle. if ($(this).find('span.sj-course-ribbon-text').html() == "" && $(this).attr('data-tags').indexOf('hideuntilregistered') > -1) { $(this).css('display','none'); } //Featured Course Blade check for featuredcourse-fullbanner if ($(this).attr('data-tags').indexOf('featuredcourse-fullbanner')>-1 && $(this).attr('class').indexOf('search-only')==-1) { featuredCounter++; var url = $(this).find('.coursebox-image').children('img').attr('src'); //var url = 'https://everpath-course-content.s3-accelerate.amazonaws.com/instructor%2Fmarkus_mckay_fleisch_smartsheet_com_nkb6dn%2Fpublic%2Ffeatured-track.1601064142227.png'; feauturedCourse = $(this); var featuredTitle = feauturedCourse.attr('title'); var feautredLink = feauturedCourse.attr('href'); var feauturedCourseDesp = feauturedCourse.find('.coursebox-text-description').text(); var feauturedCoursePrice = feauturedCourse.find('.storefront-price').text(); //define button text based on the ribbon on the course- FIX THIS -perhaps because ribbon text is not on the same page? if ($(this).find('.sj-ribbon-text').text() == 'Active') { var featuredButtonText = 'Start Learning'; } else { var featuredButtonText = 'Activate the path'; } // Heading and description for two-up blade 3 layer div nest if (featuredCounter > 1) { //var siblings = $(this).nextAll(); $("
", { class: "catalog-center-width catalog-center-width" +featuredCounter, id: "catalog-content catalog-content" + featuredCounter, html: '
' }).insertBefore('#catalog-stubs'); /*$("
", { class: "course-listing", id: "catalog-courses catalog-course" + featuredCounter }).prepend(".catalog-center-width" +featuredCounter);*/ $("
", { class: "two-up extraTop", id: "two-up" + featuredCounter }).insertBefore(".catalog-center-width" + featuredCounter); $(this).nextAll().appendTo('.course-listing'+featuredCounter); } else { $("
", { class: "two-up", id: "two-up" + featuredCounter }).insertBefore("#catalog-content"); } $("
", { class: "container", id: "container" + featuredCounter }).appendTo("#two-up" + featuredCounter); $("
", { class: "text", id: "text" + featuredCounter, }).appendTo("#container" + featuredCounter); $("
", { class: "field-text-body", id: "field-text-body" + featuredCounter }).appendTo("#text" + featuredCounter); $("
", { class: "featured-course-title", id: "featured-course-title" + featuredCounter, text: featuredTitle }).appendTo("#field-text-body" + featuredCounter); $("
", { class: "featured-course-description", id: "featured-course-description" + featuredCounter, text: feauturedCourseDesp }).appendTo("#field-text-body" + featuredCounter); //only show the price if the course isn't purchased yet if (featuredButtonText.indexOf('Purchase') > -1) { $("
", { class: "featured-course-price", id: "featured-course-price" + featuredCounter, text: feauturedCoursePrice }).insertAfter("#featured-course-description" + featuredCounter); } $('', { class: 'course-url', id: "course-url" + featuredCounter, href: feautredLink }).appendTo("#field-text-body" + featuredCounter); $('', { class: "featured-course-button", id: "featured-course-button" + featuredCounter, text: featuredButtonText, }).appendTo("#course-url" + featuredCounter); //Add an invoicing button if ($(this).attr('data-tags').indexOf('featuredbutton-invoice')>-1) { $('', { class: "featured-course-button", text: "Buy multiple seats - request an invoice", }).appendTo("#course-url" + featuredCounter); } // Images for two up blade $("
", { class: "graphic", id: "graphic" + featuredCounter }).appendTo("#container" + featuredCounter); var image = new Image(); image.src = url; $('#graphic' + featuredCounter).append(image); //Hide the original course $(this).css('display','none');}});