Unable to print resource reportsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Cannot print pdf resource reports. Resouce reports can only be exported as jpeg or png images. Release Istanbul Patch 10c Cause Enhacement to current functionality. Resolution This seems to be a limitation of our platform. That feature is not present in our platform. The table resource_reports does not hold any data. It is empty OOB. It is only used to generate on-demand report regarding the filter applies and at the moment can only be saved via the export feature to a JPEG and PNG. I have attached screenshots of the tables from where the on-demand report generates its data from in this update and have mentioned them below: ======= Resource management tables ======= Resource management adds the following tables. Resource Allocation [resource_allocation] Allocations for resources. Resource Allocation Daily [resource_allocation_daily] On a day-to-day basis, stores the events that are created through a resource plan. Also stores user created calendar events as records. Resource Aggregate Daily [resource_aggregate_daily] On a day-to-day basis, stores aggregated values, such as capacity, allocated hours in a project, confirmed hours in a project, non-project time, and availability of every user. Resource Aggregate Weekly [resource_aggregate_weekly] On a weekly basis, stores aggregated values, such as capacity, allocated hours in a project, confirmed hours in a project, non-project time, and availability of every user. The values in the table are asynchronously updated on every insert/update/delete to the Resource Allocation Daily [resource_allocation_daily] table. Resource Aggregate Monthly [resource_aggregate_monthly] On a monthly basis, stores aggregated values, such as capacity, allocated hours in a project, confirmed hours in a project, non-project time, and availability of every user. The values in the table are asynchronously updated on every insert/update/delete to the Resource Allocation Daily [resource_allocation_daily] table. Requested Allocation [requested_allocation] Allocations for resource plans. Resource Event Color [resource_event_color] The colors that the application displays for each event type. Resource Plan [resource_plan] All resource plans. These columns were added for Helsinki: top_task, program, portfolio. Resource Report [resource_report] Resource reports that you can generate and save. Resource Report Chart [resource_report_chart] This table is not used. Resource Report Daily [resource_report_daily] Daily resource reports that you can generate and save. Resource Report Export [resource_report_export] Saves JPG and PNG exports of resource management reports. Resource Report Monthly [resource_report_monthly] Monthly resource reports that you can generate and save. Resource Role [resource_role] Stores events that are created in the calendar of a user. ======== The above data was obtained from the following documentation: https://docs.servicenow.com/csh?topicname=r_InstalledWithProjectPortfolioSuiteWithFinancials.html&version If you wish to create a report you would have to pull the data from the resource allocation tables mentioned above.