SlideShare a Scribd company logo
1 of 38
Download to read offline
CA Project and Porfolio Management 14.x -
Advanced Reporting for the End User
Linda Wray
Agile Management
CA Technologies
Services Architect - GD
AMX02E
@CAPPM
#CAWorld
2 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
© 2015 CA. All rights reserved. All trademarks referenced herein belong to their respective companies.
The content provided in this CA World 2015 presentation is intended for informational purposes only and does not form any type of
warranty. The information provided by a CA partner and/or CA customer has not been reviewed for accuracy by CA.
For Informational Purposes Only
Terms of this Presentation
3 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Abstract
CA PPM Advanced Reporting has been
redesigned to use Jaspersoft Business
Intelligence tools. The new architecture and
available features provide business users access
to data in a more dynamic and empowering
reporting options.
Linda Wray
CA Technologies
Software Architect –
Global Delivery
4 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Agenda
OVERVIEW OF CA PPM REPORTING
ADVANCED REPORTING FEATURES AND CAPABILITIES
OVERVIEW OF CA PPM DOMAIN SECURITY
ADVANCED REPORTING SCHEDULING
ADVANCED REPORTING DOMAIN ASSISTANCE TOOL
1
2
3
4
5
Overview of CA PPM Reporting
6 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Reporting
 Source System
– database which stores application data
– used as the source for data content by the data warehouse (CA PPM)
 Data Warehouse
– subject-oriented, time-variant, collection of data stored to provide
efficient reporting
Common Terminologies
7 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Reporting
 ETL - Extract Transform & Load
– Extract – refers pulling data content from a source system
– Transform – relates to the transformation or references made to the
data allowing the content to be stored in a simplistic fashion
– Load – the population of the data into the data warehouse tables
 Domain – Jaspersoft semantic layer
– Semantic layer – the business representation of database content
Common Terminologies
8 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Reporting
CA PPM Data Architecture
CA PPM
Database ETL Process
CA PPM
Data
Warehouse
Jaspersoft Domains
(Semantic Layer)
Reports
Embedded: Pentaho
Data Integrator drives
ETL Load
Both Web Based Ad-
Hoc Reporting and Full-
Client reports
Business Logic and
Labels which allow Ad-
Hoc Analysis without
technical expertise
9 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Reporting
CA PPM Reports Architecture
Advanced Reporting
Features and Capabilities
11 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Portal used to access reports and manage users
in a central location
– Data Sources
 Connection to data for reporting tools
– Domains
 Business logic to structure data for report output
– Ad Hoc Views
 Use domains to organize data into report views
 Tables, Charts, and Cross-tabs
Advanced Reporting
Features and Capabilities
12 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Reports (Interactive and Studio)
 Use Ad Hoc Views to create interactive reports
– Dashboards
 Use reports to create dashboard layouts
– Administration
 Manage objects and users within the
JasperReports Engine
Advanced Reporting
Features and Capabilities
13 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Home Page – Available items based on user security
Advanced Reporting
Features and Capabilities
14 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– OOTB Data Sources
 CA PPM BEAN
– Data connection to the CA PPM transactional database system
 CA PPM DWH BEAN
– Data connection to the CA PPM data warehouse database system
Advanced Reporting
Features and Capabilities
15 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– OOTB Domains
Advanced Reporting
Features and Capabilities
16 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Ad-Hoc View Select Data Content
Advanced Reporting
Features and Capabilities
17 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Initial Ad-Hoc View Design
Advanced Reporting
Features and Capabilities
18 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Ad-Hoc View Design
Advanced Reporting
Features and Capabilities
19 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Web-Based Report
Advanced Reporting
Features and Capabilities
20 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting
Features and Capabilities
 Jaspersoft Studio
– Full Client report development tool
21 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
 JasperReports Server
– Shared and Personal Folder options
Advanced Reporting
Features and Capabilities
22 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
23 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
Row Level Security Architecture
JasperReports
Server
JasperReports
Server
Security Files
JasperReports
Server
Advanced Reporting
CA PPM Web
Application
DWH
Security Views
CA PPM Security
Views
CA PPM
Database
Security Views
Data Warehouse (DWH)
CA PPM DWH
Database
Domains
24 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
CA PPM OOTB Domains
 Domain security files are mapped to CA PPM domains
Domain Security File
Application Management Domain Application Management Security
Custom Master Objects Domain Custom Master Object Security
Financial Management Domain Financial Management Security
Idea Management Domain Idea Management Security
Investment Management Domain Investment Management Security
Project Management Domain Project Management Security
Resource Management Domain Resource Management Security
Time Management Domain Time Management Security
25 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
Security File Content
 Each security file references the associated security view
defined within the domain using the data warehouse schema
Investment Security File:
<securityDefinition xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema" version="1.0" itemGroupDefaultAccess="granted">
<resourceAccessGrants>
<!-- Row level security -->
<resourceAccessGrantList id="JoinTree_1_List" label="aLabel" resourceId="JoinTree_1">
<resourceAccessGrants>
<resourceAccessGrant id="Jointree_1_row_access_grant_1">
<principalExpression>authentication.principal.username!=null</principalExpression>
<filterExpression>DWH_INV_SECURITY_V.USER_UID == groovy('authentication.principal.username')</filterExpression>
</resourceAccessGrant>
</resourceAccessGrants>
</resourceAccessGrantList>
</resourceAccessGrants>
<!-- Column level grants -->
</securityDefinition>
26 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
Domain Security Data Access
 The ‘Display’ tab within the Domain Designer shows the
‘Resources’ (Tables/Views) available for use within the
Domain.
Column referenced in
security file to be used
for row level security
Join Tree referenced in
security file
27 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Overview of CA PPM Domain Security
Resource Security File Content
Resource Security File:
<securityDefinition xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema" version="1.0" itemGroupDefaultAccess="granted">
<resourceAccessGrants>
<!-- Row level security -->
<resourceAccessGrantList id="JoinTree_1_List" label="aLabel" resourceId="JoinTree_1">
<resourceAccessGrants>
<resourceAccessGrant id="Jointree_1_row_access_grant_1">
<principalExpression>authentication.principal.username!=null</principalExpression>
<filterExpression>DWH_RES_SECURITY_V.USER_UID == groovy('authentication.principal.username')</filterExpression>
</resourceAccessGrant>
</resourceAccessGrants>
</resourceAccessGrantList>
</resourceAccessGrants>
<!-- Column level grants -->
</securityDefinition>
28 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Scheduling
29 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Scheduling
Dynamic Report Delivery
 Jaspersoft Scheduler ‘Schedule’ tab
30 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Scheduling
Dynamic Report Delivery
 Jaspersoft Scheduler ‘Parameters’ tab
31 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Scheduling
Dynamic Report Delivery
 Jaspersoft Scheduler ‘Output Options’ tab
32 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Scheduling
Dynamic Report Delivery
 Jaspersoft Scheduler ‘Output Options’ tab
33 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting
Domain Assistance Tool
34 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Advanced Reporting Domain Assistance Tool
Domain Content Locator
 Advanced Reporting Domain Field Descriptions
35 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Q & A
36 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Recommended Sessions
SESSION # TITLE DATE/TIME
AMT07S CA PPM for Business Transformation at Philips 11/19/2015 at 3:45 pm
AMT34S Managing Demand Across Organizations at Amway 11/19/2015 at 3:45 pm
AMT19S
Panel Discussion: Migrating to 14.2; New Advanced
Reporting
11/19/2015 at 4:30 pm
37 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
Must-See Demos
Simplify your
Application
Portfolio
CA PPM
Theater - Agile
Management
Identify the
Right
Investments
CA PPM
Theater – Agile
Management
Align Resources
to Meet
Demand
CA PPM
Theater – Agile
Management
Business
Transformation
CA PPM
Theater – Agile
Management
38 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD
For More Information
To learn more, please visit:
http://cainc.to/Nv2VOe
CA World ’15

More Related Content

What's hot

Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardCA Technologies
 
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...CA Technologies
 
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!CA Technologies
 
See Mainframe Data in a New Way With CA File Master™ Plus
See Mainframe Data in a New Way With CA File Master™ PlusSee Mainframe Data in a New Way With CA File Master™ Plus
See Mainframe Data in a New Way With CA File Master™ PlusCA Technologies
 
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...CA Technologies
 
Boost Your Content Strategy for REST APIs
Boost Your Content Strategy for REST APIsBoost Your Content Strategy for REST APIs
Boost Your Content Strategy for REST APIsMarta Rauch
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmapvasuballa
 
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...CA Technologies
 
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017Alen Leit
 
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...Steven Davelaar
 
CA ACF2 and CA Top Secret Part 2: r16 is Here - More Capabilities to Better ...
CA ACF2 and CA Top Secret Part 2:  r16 is Here - More Capabilities to Better ...CA ACF2 and CA Top Secret Part 2:  r16 is Here - More Capabilities to Better ...
CA ACF2 and CA Top Secret Part 2: r16 is Here - More Capabilities to Better ...CA Technologies
 
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...CA Technologies
 
Progress application server for openedge best practices - PUG Baltic Annual C...
Progress application server for openedge best practices - PUG Baltic Annual C...Progress application server for openedge best practices - PUG Baltic Annual C...
Progress application server for openedge best practices - PUG Baltic Annual C...Alen Leit
 
Let's Talk Mobile
Let's Talk MobileLet's Talk Mobile
Let's Talk MobileChris Muir
 
NetQoS Performance Center Overview
NetQoS Performance Center OverviewNetQoS Performance Center Overview
NetQoS Performance Center OverviewDenny K
 
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....vasuballa
 
OOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best PracticesOOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best Practicesvasuballa
 

What's hot (20)

Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
Google Technical Webinar - Building Mashups with Google Apps and SAP, using S...
 
Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM Dashboard
 
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...
Sneak Peak into Self-Service, Cross-Enterprise, Job Scheduling with CA Worklo...
 
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
W8/WP8 App Dev for SAP, Part 1B: Service Generation with NetWeaver Gateway Fr...
 
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
Goodbye Crontab, Hello CA Workload Automation DE - Verizon Style!
 
See Mainframe Data in a New Way With CA File Master™ Plus
See Mainframe Data in a New Way With CA File Master™ PlusSee Mainframe Data in a New Way With CA File Master™ Plus
See Mainframe Data in a New Way With CA File Master™ Plus
 
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
Upgrade and Unleash the Power of CA Workload Automation AutoSys (AE) and CA W...
 
Boost Your Content Strategy for REST APIs
Boost Your Content Strategy for REST APIsBoost Your Content Strategy for REST APIs
Boost Your Content Strategy for REST APIs
 
OOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and RoadmapOOW15 - EBS Certification and Roadmap
OOW15 - EBS Certification and Roadmap
 
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...
Test Data Management 101—Featuring a Tour of CA Test Data Manager (Formerly G...
 
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017
Progress OE Roadmap and Vision - PUG Baltic Annual Conference 2017
 
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
The Mobile Enterprise in Action: Managing Business Processes from Your Mobile...
 
CA ACF2 and CA Top Secret Part 2: r16 is Here - More Capabilities to Better ...
CA ACF2 and CA Top Secret Part 2:  r16 is Here - More Capabilities to Better ...CA ACF2 and CA Top Secret Part 2:  r16 is Here - More Capabilities to Better ...
CA ACF2 and CA Top Secret Part 2: r16 is Here - More Capabilities to Better ...
 
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...
Mobility, Self Service and Knowledge Management: A Modern Approach to End-Use...
 
Progress application server for openedge best practices - PUG Baltic Annual C...
Progress application server for openedge best practices - PUG Baltic Annual C...Progress application server for openedge best practices - PUG Baltic Annual C...
Progress application server for openedge best practices - PUG Baltic Annual C...
 
Let's Talk Mobile
Let's Talk MobileLet's Talk Mobile
Let's Talk Mobile
 
NetQoS Performance Center Overview
NetQoS Performance Center OverviewNetQoS Performance Center Overview
NetQoS Performance Center Overview
 
An Unbiased Look: Oracle SOA Suite 12c
An Unbiased Look: Oracle SOA Suite 12cAn Unbiased Look: Oracle SOA Suite 12c
An Unbiased Look: Oracle SOA Suite 12c
 
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
OOW16 - Migrating and Managing Customizations for Oracle E-Business Suite 12....
 
OOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best PracticesOOW15 - Testing Oracle E-Business Suite Best Practices
OOW15 - Testing Oracle E-Business Suite Best Practices
 

Viewers also liked

MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...
MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...
MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...MediaAgility
 
Project portfolio management comparison of microsoft epm and primavera p6 v...
Project portfolio management   comparison of microsoft epm and primavera p6 v...Project portfolio management   comparison of microsoft epm and primavera p6 v...
Project portfolio management comparison of microsoft epm and primavera p6 v...p6academy
 
CA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep DiveCA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep DiveCA Technologies
 
Hands-On Lab: CA PPM Data Warehouse
Hands-On Lab: CA PPM Data WarehouseHands-On Lab: CA PPM Data Warehouse
Hands-On Lab: CA PPM Data WarehouseCA Technologies
 
CA Project & Portfolio Management—Jaspersoft Studio for the Report Developer
CA Project & Portfolio Management—Jaspersoft Studio for the Report DeveloperCA Project & Portfolio Management—Jaspersoft Studio for the Report Developer
CA Project & Portfolio Management—Jaspersoft Studio for the Report DeveloperCA Technologies
 
Accelerated Quality with CA Technologies Testing Solutions
Accelerated Quality with CA Technologies Testing SolutionsAccelerated Quality with CA Technologies Testing Solutions
Accelerated Quality with CA Technologies Testing SolutionsCA Technologies
 

Viewers also liked (8)

MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...
MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...
MediaAgility defines holistic BI roadmap to deliver a dynamic reporting and a...
 
Project portfolio management comparison of microsoft epm and primavera p6 v...
Project portfolio management   comparison of microsoft epm and primavera p6 v...Project portfolio management   comparison of microsoft epm and primavera p6 v...
Project portfolio management comparison of microsoft epm and primavera p6 v...
 
CA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep DiveCA Project and Portfolio Management - A Data Warehouse Deep Dive
CA Project and Portfolio Management - A Data Warehouse Deep Dive
 
Hands-On Lab: CA PPM Data Warehouse
Hands-On Lab: CA PPM Data WarehouseHands-On Lab: CA PPM Data Warehouse
Hands-On Lab: CA PPM Data Warehouse
 
CA Project & Portfolio Management—Jaspersoft Studio for the Report Developer
CA Project & Portfolio Management—Jaspersoft Studio for the Report DeveloperCA Project & Portfolio Management—Jaspersoft Studio for the Report Developer
CA Project & Portfolio Management—Jaspersoft Studio for the Report Developer
 
Accelerated Quality with CA Technologies Testing Solutions
Accelerated Quality with CA Technologies Testing SolutionsAccelerated Quality with CA Technologies Testing Solutions
Accelerated Quality with CA Technologies Testing Solutions
 
Project Metrics & Measures
Project Metrics & MeasuresProject Metrics & Measures
Project Metrics & Measures
 
Project Management KPIs
Project Management KPIsProject Management KPIs
Project Management KPIs
 

Similar to CA Project and Portfolio Management 14.x - Advanced Reporting for the End User

Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...CA Technologies
 
Explore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsExplore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsCA Technologies
 
Why and How to Monitor Application Performance in Azure
Why and How to Monitor Application Performance in AzureWhy and How to Monitor Application Performance in Azure
Why and How to Monitor Application Performance in AzureRiverbed Technology
 
Why and How to Monitor App Performance in Azure
Why and How to Monitor App Performance in AzureWhy and How to Monitor App Performance in Azure
Why and How to Monitor App Performance in AzureIan Downard
 
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...CA Technologies
 
Case Study: Learn How Expeditors Uses APM as Both a Technology and Process T...
Case Study:  Learn How Expeditors Uses APM as Both a Technology and Process T...Case Study:  Learn How Expeditors Uses APM as Both a Technology and Process T...
Case Study: Learn How Expeditors Uses APM as Both a Technology and Process T...CA Technologies
 
How to Use the CA Application Performance Management Command Center for Appli...
How to Use the CA Application Performance Management Command Center for Appli...How to Use the CA Application Performance Management Command Center for Appli...
How to Use the CA Application Performance Management Command Center for Appli...CA Technologies
 
Technology Primer: Customize CA Application Performance Management With Tip...
Technology Primer: Customize CA Application Performance Management  With Tip...Technology Primer: Customize CA Application Performance Management  With Tip...
Technology Primer: Customize CA Application Performance Management With Tip...CA Technologies
 
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...CA Technologies
 
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...CA Technologies
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Technologies
 
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...CA Technologies
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12CA Technologies
 
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance Management
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance ManagementGo Deep and Wide: No It’s Not a Football, It’s End-to-End Performance Management
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance ManagementCA Technologies
 
Be the Data Hero in Your Organization with SAP and CA Analytic Solutions
Be the Data Hero in Your Organization with SAP and CA Analytic SolutionsBe the Data Hero in Your Organization with SAP and CA Analytic Solutions
Be the Data Hero in Your Organization with SAP and CA Analytic SolutionsCA Technologies
 
CA Performance Management 2.6 Deep Dive
CA Performance Management 2.6 Deep DiveCA Performance Management 2.6 Deep Dive
CA Performance Management 2.6 Deep DiveCA Technologies
 
Case Study: Digital Transformation Through Successful, Large-scale Identity M...
Case Study: Digital Transformation Through Successful, Large-scale Identity M...Case Study: Digital Transformation Through Successful, Large-scale Identity M...
Case Study: Digital Transformation Through Successful, Large-scale Identity M...CA Technologies
 
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...CA Technologies
 
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionPre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionCA Technologies
 
CA Service Virtualization 9.0—What's the Latest and Greatest
CA Service Virtualization 9.0—What's the Latest and GreatestCA Service Virtualization 9.0—What's the Latest and Greatest
CA Service Virtualization 9.0—What's the Latest and GreatestCA Technologies
 

Similar to CA Project and Portfolio Management 14.x - Advanced Reporting for the End User (20)

Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
 
Explore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsExplore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration Topics
 
Why and How to Monitor Application Performance in Azure
Why and How to Monitor Application Performance in AzureWhy and How to Monitor Application Performance in Azure
Why and How to Monitor Application Performance in Azure
 
Why and How to Monitor App Performance in Azure
Why and How to Monitor App Performance in AzureWhy and How to Monitor App Performance in Azure
Why and How to Monitor App Performance in Azure
 
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...
Pre-Con Education: Building ITSM Reports and Dashboards with CA Business In...
 
Case Study: Learn How Expeditors Uses APM as Both a Technology and Process T...
Case Study:  Learn How Expeditors Uses APM as Both a Technology and Process T...Case Study:  Learn How Expeditors Uses APM as Both a Technology and Process T...
Case Study: Learn How Expeditors Uses APM as Both a Technology and Process T...
 
How to Use the CA Application Performance Management Command Center for Appli...
How to Use the CA Application Performance Management Command Center for Appli...How to Use the CA Application Performance Management Command Center for Appli...
How to Use the CA Application Performance Management Command Center for Appli...
 
Technology Primer: Customize CA Application Performance Management With Tip...
Technology Primer: Customize CA Application Performance Management  With Tip...Technology Primer: Customize CA Application Performance Management  With Tip...
Technology Primer: Customize CA Application Performance Management With Tip...
 
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...
Technology Primer: New Cloud Monitoring Capabilities in CA Unified Infrastruc...
 
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...
Practical Reporting for Effective Analytical Data Intelligence with CA Worklo...
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
 
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...
See It Live - Single Pane of Glass Enterprise Monitoring with CA Unified Infr...
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
 
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance Management
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance ManagementGo Deep and Wide: No It’s Not a Football, It’s End-to-End Performance Management
Go Deep and Wide: No It’s Not a Football, It’s End-to-End Performance Management
 
Be the Data Hero in Your Organization with SAP and CA Analytic Solutions
Be the Data Hero in Your Organization with SAP and CA Analytic SolutionsBe the Data Hero in Your Organization with SAP and CA Analytic Solutions
Be the Data Hero in Your Organization with SAP and CA Analytic Solutions
 
CA Performance Management 2.6 Deep Dive
CA Performance Management 2.6 Deep DiveCA Performance Management 2.6 Deep Dive
CA Performance Management 2.6 Deep Dive
 
Case Study: Digital Transformation Through Successful, Large-scale Identity M...
Case Study: Digital Transformation Through Successful, Large-scale Identity M...Case Study: Digital Transformation Through Successful, Large-scale Identity M...
Case Study: Digital Transformation Through Successful, Large-scale Identity M...
 
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...
TechTalk: Extend Existing Architectures to Digital Endpoints with CA API Mana...
 
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionPre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
 
CA Service Virtualization 9.0—What's the Latest and Greatest
CA Service Virtualization 9.0—What's the Latest and GreatestCA Service Virtualization 9.0—What's the Latest and Greatest
CA Service Virtualization 9.0—What's the Latest and Greatest
 

More from CA Technologies

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Technologies
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceCA Technologies
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...CA Technologies
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCA Technologies
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...CA Technologies
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCA Technologies
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...CA Technologies
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCA Technologies
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramCA Technologies
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageCA Technologies
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementCA Technologies
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...CA Technologies
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...CA Technologies
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...CA Technologies
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...CA Technologies
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentCA Technologies
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseCA Technologies
 

More from CA Technologies (20)

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource Intelligence
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software Development
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on Time
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital Government
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security Program
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive Advantage
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access Management
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of Deployment
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital Enterprise
 

Recently uploaded

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

CA Project and Portfolio Management 14.x - Advanced Reporting for the End User

  • 1. CA Project and Porfolio Management 14.x - Advanced Reporting for the End User Linda Wray Agile Management CA Technologies Services Architect - GD AMX02E @CAPPM #CAWorld
  • 2. 2 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD © 2015 CA. All rights reserved. All trademarks referenced herein belong to their respective companies. The content provided in this CA World 2015 presentation is intended for informational purposes only and does not form any type of warranty. The information provided by a CA partner and/or CA customer has not been reviewed for accuracy by CA. For Informational Purposes Only Terms of this Presentation
  • 3. 3 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Abstract CA PPM Advanced Reporting has been redesigned to use Jaspersoft Business Intelligence tools. The new architecture and available features provide business users access to data in a more dynamic and empowering reporting options. Linda Wray CA Technologies Software Architect – Global Delivery
  • 4. 4 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Agenda OVERVIEW OF CA PPM REPORTING ADVANCED REPORTING FEATURES AND CAPABILITIES OVERVIEW OF CA PPM DOMAIN SECURITY ADVANCED REPORTING SCHEDULING ADVANCED REPORTING DOMAIN ASSISTANCE TOOL 1 2 3 4 5
  • 5. Overview of CA PPM Reporting
  • 6. 6 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Reporting  Source System – database which stores application data – used as the source for data content by the data warehouse (CA PPM)  Data Warehouse – subject-oriented, time-variant, collection of data stored to provide efficient reporting Common Terminologies
  • 7. 7 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Reporting  ETL - Extract Transform & Load – Extract – refers pulling data content from a source system – Transform – relates to the transformation or references made to the data allowing the content to be stored in a simplistic fashion – Load – the population of the data into the data warehouse tables  Domain – Jaspersoft semantic layer – Semantic layer – the business representation of database content Common Terminologies
  • 8. 8 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Reporting CA PPM Data Architecture CA PPM Database ETL Process CA PPM Data Warehouse Jaspersoft Domains (Semantic Layer) Reports Embedded: Pentaho Data Integrator drives ETL Load Both Web Based Ad- Hoc Reporting and Full- Client reports Business Logic and Labels which allow Ad- Hoc Analysis without technical expertise
  • 9. 9 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Reporting CA PPM Reports Architecture
  • 11. 11 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Portal used to access reports and manage users in a central location – Data Sources  Connection to data for reporting tools – Domains  Business logic to structure data for report output – Ad Hoc Views  Use domains to organize data into report views  Tables, Charts, and Cross-tabs Advanced Reporting Features and Capabilities
  • 12. 12 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Reports (Interactive and Studio)  Use Ad Hoc Views to create interactive reports – Dashboards  Use reports to create dashboard layouts – Administration  Manage objects and users within the JasperReports Engine Advanced Reporting Features and Capabilities
  • 13. 13 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Home Page – Available items based on user security Advanced Reporting Features and Capabilities
  • 14. 14 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – OOTB Data Sources  CA PPM BEAN – Data connection to the CA PPM transactional database system  CA PPM DWH BEAN – Data connection to the CA PPM data warehouse database system Advanced Reporting Features and Capabilities
  • 15. 15 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – OOTB Domains Advanced Reporting Features and Capabilities
  • 16. 16 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Ad-Hoc View Select Data Content Advanced Reporting Features and Capabilities
  • 17. 17 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Initial Ad-Hoc View Design Advanced Reporting Features and Capabilities
  • 18. 18 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Ad-Hoc View Design Advanced Reporting Features and Capabilities
  • 19. 19 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Web-Based Report Advanced Reporting Features and Capabilities
  • 20. 20 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Features and Capabilities  Jaspersoft Studio – Full Client report development tool
  • 21. 21 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD  JasperReports Server – Shared and Personal Folder options Advanced Reporting Features and Capabilities
  • 22. 22 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security
  • 23. 23 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security Row Level Security Architecture JasperReports Server JasperReports Server Security Files JasperReports Server Advanced Reporting CA PPM Web Application DWH Security Views CA PPM Security Views CA PPM Database Security Views Data Warehouse (DWH) CA PPM DWH Database Domains
  • 24. 24 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security CA PPM OOTB Domains  Domain security files are mapped to CA PPM domains Domain Security File Application Management Domain Application Management Security Custom Master Objects Domain Custom Master Object Security Financial Management Domain Financial Management Security Idea Management Domain Idea Management Security Investment Management Domain Investment Management Security Project Management Domain Project Management Security Resource Management Domain Resource Management Security Time Management Domain Time Management Security
  • 25. 25 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security Security File Content  Each security file references the associated security view defined within the domain using the data warehouse schema Investment Security File: <securityDefinition xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema" version="1.0" itemGroupDefaultAccess="granted"> <resourceAccessGrants> <!-- Row level security --> <resourceAccessGrantList id="JoinTree_1_List" label="aLabel" resourceId="JoinTree_1"> <resourceAccessGrants> <resourceAccessGrant id="Jointree_1_row_access_grant_1"> <principalExpression>authentication.principal.username!=null</principalExpression> <filterExpression>DWH_INV_SECURITY_V.USER_UID == groovy('authentication.principal.username')</filterExpression> </resourceAccessGrant> </resourceAccessGrants> </resourceAccessGrantList> </resourceAccessGrants> <!-- Column level grants --> </securityDefinition>
  • 26. 26 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security Domain Security Data Access  The ‘Display’ tab within the Domain Designer shows the ‘Resources’ (Tables/Views) available for use within the Domain. Column referenced in security file to be used for row level security Join Tree referenced in security file
  • 27. 27 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Overview of CA PPM Domain Security Resource Security File Content Resource Security File: <securityDefinition xmlns="http://www.jaspersoft.com/2007/SL/XMLSchema" version="1.0" itemGroupDefaultAccess="granted"> <resourceAccessGrants> <!-- Row level security --> <resourceAccessGrantList id="JoinTree_1_List" label="aLabel" resourceId="JoinTree_1"> <resourceAccessGrants> <resourceAccessGrant id="Jointree_1_row_access_grant_1"> <principalExpression>authentication.principal.username!=null</principalExpression> <filterExpression>DWH_RES_SECURITY_V.USER_UID == groovy('authentication.principal.username')</filterExpression> </resourceAccessGrant> </resourceAccessGrants> </resourceAccessGrantList> </resourceAccessGrants> <!-- Column level grants --> </securityDefinition>
  • 28. 28 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Scheduling
  • 29. 29 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Scheduling Dynamic Report Delivery  Jaspersoft Scheduler ‘Schedule’ tab
  • 30. 30 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Scheduling Dynamic Report Delivery  Jaspersoft Scheduler ‘Parameters’ tab
  • 31. 31 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Scheduling Dynamic Report Delivery  Jaspersoft Scheduler ‘Output Options’ tab
  • 32. 32 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Scheduling Dynamic Report Delivery  Jaspersoft Scheduler ‘Output Options’ tab
  • 33. 33 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Domain Assistance Tool
  • 34. 34 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Advanced Reporting Domain Assistance Tool Domain Content Locator  Advanced Reporting Domain Field Descriptions
  • 35. 35 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Q & A
  • 36. 36 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Recommended Sessions SESSION # TITLE DATE/TIME AMT07S CA PPM for Business Transformation at Philips 11/19/2015 at 3:45 pm AMT34S Managing Demand Across Organizations at Amway 11/19/2015 at 3:45 pm AMT19S Panel Discussion: Migrating to 14.2; New Advanced Reporting 11/19/2015 at 4:30 pm
  • 37. 37 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD Must-See Demos Simplify your Application Portfolio CA PPM Theater - Agile Management Identify the Right Investments CA PPM Theater – Agile Management Align Resources to Meet Demand CA PPM Theater – Agile Management Business Transformation CA PPM Theater – Agile Management
  • 38. 38 © 2015 CA. ALL RIGHTS RESERVED.@CAPPM #CAWORLD For More Information To learn more, please visit: http://cainc.to/Nv2VOe CA World ’15