SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
Give your Community Owners the Reports
they really need!
©2013BelsoftAG|www.belsoft.ch
Legal disclaimer
§ This is a TECHNICAL session
§ You will see some lines of code
-> if you feel offended you can still leave the room
§ I‘m not a developer
-> my coding is awful
§  Views and opinions expressed are mine alone and do not represent the official views
of my employer (my boss has no clue what I’m talking about)
§ I’m a kind of Administrator but if you do Connections you will turn out to be a
-> see next slide
Get off the Visitors WiFi,
I need it for my live demo!
©2013BelsoftAG|www.belsoft.ch
About me
kbild.ch
xing.com/profile/Klaus_Bild
twitter.com/kbild
linkedin.com/in/kbild
©2013BelsoftAG|www.belsoft.ch
Agenda
§ Metrics overall system architecture
1.  Prepare your environment
2.  Define the custom report & check dimensions/events
3.  Create Report
4.  Insert Chart
5.  Define data items
6.  Add data items to axes
7.  Format the chart
8.  Filter data / work with parameters
9.  Add Report to Community Report list
§ Parameters / Expressions / Some examples
©2013BelsoftAG|www.belsoft.ch
Metrics overall system architecture
Connections
Activities
Communities
Files
Forums
Wikis
Blogs
Profiles
Dogear
Cognos BI Server
Content
Manager
Report Studio
Framework
Manager
Transformer
Cognos Metrics
Models & Reports
Metrics Component
Events
Capture Raw Metrics DB
Power Cube
User
©2013BelsoftAG|www.belsoft.ch
Before we start a performance trick
§ Yes, Cognos HW requirements are enormous
but there are some tricks to speed up report creation:
http://www-10.lotus.com/ldd/lcwiki.nsf/dx/
Reduce_the_community_metrics_request_waiting_time_in_IBM_Connections_4.0_Metrics
i.e. „last quarter“ and all people groups were removed...
©2013BelsoftAG|www.belsoft.ch
Before you start read this (aka RTFM)
§ Connections 4.0 Metrics Reports Introduction - http://goo.gl/CHSsn
Lists all 110 reports (50 community reports)
§ Using the Metrics application in IBM Connections 4.0 - http://goo.gl/r1oF7
Did you know that there are right click actions?
§ PowerCube dimensions - http://goo.gl/OR04d
§ Community report customization for
Connections 4.0 Metrics - http://goo.gl/ObcYF
§ Create new Cognos metrics report - http://goo.gl/ROFgt
§ Customizing reports based on the events
captured in Metrics4.0 - http://goo.gl/dvXF0
©2013BelsoftAG|www.belsoft.ch
1. Prepare your environment
§ Open http://cognosserver.example.com:port/cognos/servlet/dispatch/ext
§ Create a folder for your custom reports
©2013BelsoftAG|www.belsoft.ch
1. Prepare your environment
§ Look at the the actual reports and don‘t use same names for your custom reports
'jobtemplate’ & 'jobtemplate1’ in Public Folders > IBMConnectionsMetrics > Metrics > static & click on „Set properties“
©2013BelsoftAG|www.belsoft.ch
1. Prepare your environment
§ Start the Report Studio via Launch menu
§ Choose the Metrics folder as package source
-  If you don‘t see the link for
Report Studio or the welcome screen
use an alternative browser
-  I would recommend to use Firefox Version 3.5/3.6!
©2013BelsoftAG|www.belsoft.ch
2. Define the custom report & check dimensions/events
§ Define the report on paper
§  Data for Community Wiki/Blog/Forum
§  Number of visits per App
§  Date range (hours, day, week)
§  Line chart
#visits
Blogs, Forum, Wiki
©2013BelsoftAG|www.belsoft.ch
2. Define the custom report & check dimensions/events
§ Cross check Powercube dimensions http://goo.gl/OR04d
§ Regular dimensions
-  DATE: This is a time dimension, which indicates the time that an event was generated. This dimension break down time into year, month, week, and day levels.
-  SOURCE: This dimension indicates the application that generated the event.
-  SCOPE: This dimension indicates the scope of the content that is referred to by the event.
-  ITEM: This dimension indicates the type of the content that referred by the event.
-  EVENT: This dimension indicates the action of the event.
-  COMMUNITY: This dimension indicates the community that the event happens.
-  UNIQUE EVENT: This dimension indicates the action of the event in the calculation of unique people and content.
-  ATTRIBUTE1: The categories of this dimension comes from the specified attribute of profile, and this can be customized by system administrator.
-  ATTRIBUTE2: The categories of this dimension also comes from the specified attribute of profile, and this can be customized by system administrator.
-  ATTRIBUTE3: The categories of this dimension also comes from the specified attribute of profile, and this can be customized by system administrator.
§ Measure dimensions
-  EVENT_COUNT: This measure dimension is used for the calculation of event counting.
-  DAILY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in day level.
-  WEEKLY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in week level.
-  MONTHLY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in month level.
-  DAILY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in day level.
-  MONTHLY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in month level.
-  WEEKLY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in week level.
-  INITIAL_COUNT: This measure dimension is used for the calculation of initial count.
-  ZERO: This measure dimension represents 0 in the calculation.
No report for hour of day possible
©2013BelsoftAG|www.belsoft.ch
2. Define the custom report & check dimensions/events
§  Download „Events&Reports in Metrics.ods“, check if data is captured in events: http://goo.gl/So73x
Events List&Basic Reports
What? Details Which entries?
Which action?
Action type for calculations?
Used in which report? Source app?
Calculated Reports
©2013BelsoftAG|www.belsoft.ch
§  MEASURE : EVENT_COUNT
§  ITEM : DEFAULT
§  EVENT: VISIT
§  SOURCE : BLOGS, FORUMS, WIKIS
§  DATE : DAY/WEEK/MONTH/YEAR level from 'DATE' dimension
2. Define the custom report & check dimensions/events
y-axis
Series
x-axis
Number of visits
App
Date range
©2013BelsoftAG|www.belsoft.ch
3. Create Report
§ Start with an empty report
or
©2013BelsoftAG|www.belsoft.ch
4. Insert Chart
§ There are 81 different chart types!
(Column, Bar, Progressive, Pareto, Line, Pie/Donut, Area, Combination,Scatter/Bubble/Point, Radar/Polar, Gauge, Metrics
Range, Microchart)
©2013BelsoftAG|www.belsoft.ch
§ App (BLOG, FORUMS, WIKIS)
5. Define data items
set ([BLOGS],[FORUMS],[WIKIS])
©2013BelsoftAG|www.belsoft.ch
§ App (BLOG, FORUMS, WIKIS)
5. Define data items
©2013BelsoftAG|www.belsoft.ch
§ Number of visits (DEFAULT, VISIT, EVENT_COUNT)
5. Define data items
.../ITEM/ITEM/Members/DEFAULT
.../EVENT/EVENT/Members/VISIT
.../Measures/EVENT_COUNT
tuple([DEFAULT],[VISIT], [EVENT_COUNT])
©2013BelsoftAG|www.belsoft.ch
6. Add data items to axes
First we use all months as data range
©2013BelsoftAG|www.belsoft.ch
7. Format the chart
©2013BelsoftAG|www.belsoft.ch
8. Filter data / work with parameters
-> right now we have number of visits to all blogs/forums/
wikis for all months
We want to restrict the data to the actual community and
use the date range of the view selector
©2013BelsoftAG|www.belsoft.ch
8. Filter data / work with parameters
filter([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME] ,
[METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME].[COMMUNITY
NAME - Category Code]=?dcommunityid?)
?dcommunityid? -> this parameter will take the actual
community id and will pass it to the report
©2013BelsoftAG|www.belsoft.ch
8. Filter data / work with parameters
uplevel, upnum, endDate -> this expression will
give us the date range of the view selector
lastPeriods(?upnum?, ancestor(#'[METRICS_TRX_CUBE].[DATE].[DATE].
[DAY]->:[PC].[@MEMBER].['+ prompt('endDate', 'integer') +']'#,
#prompt('uplevel', 'integer')#))
©2013BelsoftAG|www.belsoft.ch
§ Date range
8. Filter data / work with parameters
©2013BelsoftAG|www.belsoft.ch
8. Filter data / work with parameters
©2013BelsoftAG|www.belsoft.ch
9. Add Report to Community Report list
§  On the Cognos dashboard find the 'jobtemplate1' under folder Public Folders >
IBMConnectionsMetrics > Metrics > static and click on „Set properties“
©2013BelsoftAG|www.belsoft.ch
9. Add Report to Community Report list
§  On the Connections server check out and edit the reports-config.xml file
§  Check in reports-config.xml
§  Add your custom labels to com.ibm.connections.metrics.ui.strings.ui.properties file
(inside the customization/strings folder)
Name of custom report
(case sensitive!)
Unique name Label string
©2013BelsoftAG|www.belsoft.ch
9. Add Report to Community Report list
§  Go to you Connections environment and open up the Metrics page of a Community, you
should now see the new Category and your custom report
§  Click on „Update metrics“ to see results of your custom report
©2013BelsoftAG|www.belsoft.ch
Parameters
§ dcommunityid = Category Code of actual Community
§ communityid = CommunityID of actual Community
§ endDate = Yesterday
§ coverinvaliddate, installedapps, lclocale, metricsstartdate, range, rangetype,
showuserinfo, sourceid, spanweeks, uplevel, upnum
§ Standard views:
-  Last 7 days -> upnum 7, uplevel 0, range 7, rangetype D
-  Last 4 weeks -> upnum 5, uplevel 1, range 4, rangetype W
-  Last 12 months -> upnum 12, uplevel 2, range 12, rangetype M
-  All years -> upnum 100, uplevel 3, range 0, rangetype A
©2013BelsoftAG|www.belsoft.ch
Parameters
§ i.e. installedapps -> create a report for all used apps inside a community
-  _-1_ -> Related Communities
-  _1_ -> Activities
-  _2_ -> Blog
-  _3_ -> Bookmarks
-  _5_ -> Files
-  _6_ -> Forum
-  _12_ -> Wiki
-  _15_ -> Ideation Blog
-  _19_ -> Media Gallery
§ i.e. lclocale -> use for language specific settings
if( ?installedapps? contains '_1_' )
then ([ACTIVITIES]) else (NULL)
©2013BelsoftAG|www.belsoft.ch
Expressions / Some examples
§ Show communities that were created in a certain week:
filter([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], tuple([COMMUNITIES],
[COMMUNITY], [CREATE], [EVENT_COUNT], [5/8])>0 )
§ Return "Last Week" as the week variable
prevMember(parent( #'[METRICS_TRX_CUBE].[DATE].[DATE].[DAY]->:[PC].[@MEMBER].['+
timestampMask($current_timestamp,'yyyymmdd') +']'# ))
§ Date Range - Show the last 6 months
lastPeriods(6, closingPeriod([METRICS_TRX_CUBE].[DATE].[DATE].[MONTH]))
§ Total in-/active communities (not created or updated within variable „Date Range“)
total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME],
total ((tuple([CREATE])+tuple([UPDATE])) within set [Date Range]) = 0))
total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME],
total ((tuple([CREATE])+tuple([UPDATE])) within set [Date Range]) > 0))
same and no vists within „Date Range“
total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME],
total ((tuple([CREATE])+tuple([UPDATE]) +tuple([VISIT])) within set [Date Range]) = 0))
total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME],
total ((tuple([CREATE])+tuple([UPDATE]) +tuple([VISIT])) within set [Date Range]) > 0))
§ How many people have updated the photo in their profile
tuple([PROFILES] , [PROFILE.PHOTO] , [USER_UPDATE] , [WEEKLY_UNIQUE_USER] , [4/7] )
©2013BelsoftAG|www.belsoft.ch
Additional remarks
§  Not all reports use the metrics reports package
-  That’s not a standard power cube dimension?!
-  MetricsCubeDS/MetricsDBQuery
-  Uses METRICS_CUBE_DS not
METRICS_TRX_CUBE & is not documented L
§  Look at the default reports to learn how to create advanced reports
§  Creation of a custom report is not simple
and I don’t think that a business user can do it (…should be possible)
§  Cognos offers endless possibilities
©2013BelsoftAG|www.belsoft.ch
©2013BelsoftAG|www.belsoft.ch
Contact me
kbild.ch
xing.com/profile/Klaus_Bild
twitter.com/kbild
linkedin.com/in/kbild

Mais conteúdo relacionado

Semelhante a Klaus Bild - Cognos, give your Community Owners the Reports they really need!

Iptim
IptimIptim
Iptim
Iptim
 
Gunavathi_Resume
Gunavathi_ResumeGunavathi_Resume
Gunavathi_Resume
guna vathi
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports Review
Justin R. Rue
 
ManageEngine ADAudit Plus - Active Directory audit software.
ManageEngine ADAudit Plus - Active Directory audit software.ManageEngine ADAudit Plus - Active Directory audit software.
ManageEngine ADAudit Plus - Active Directory audit software.
Ashok Kumar
 

Semelhante a Klaus Bild - Cognos, give your Community Owners the Reports they really need! (20)

Iptim
IptimIptim
Iptim
 
Business Utility Application
Business Utility ApplicationBusiness Utility Application
Business Utility Application
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training final
 
crystal report
crystal reportcrystal report
crystal report
 
Gunavathi_Resume
Gunavathi_ResumeGunavathi_Resume
Gunavathi_Resume
 
Measurement Studio by Mr. Ashish chandiok
Measurement Studio by Mr. Ashish chandiokMeasurement Studio by Mr. Ashish chandiok
Measurement Studio by Mr. Ashish chandiok
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports Review
 
My First Report slide support
My First Report slide supportMy First Report slide support
My First Report slide support
 
Learning%20%20 port
Learning%20%20 portLearning%20%20 port
Learning%20%20 port
 
IRJET - College Event Management System
IRJET - College Event Management SystemIRJET - College Event Management System
IRJET - College Event Management System
 
PowerBI Embedded in D365 Finance and Operations
PowerBI Embedded in D365 Finance and OperationsPowerBI Embedded in D365 Finance and Operations
PowerBI Embedded in D365 Finance and Operations
 
IRJET - An Event Management System with Post Event Features
IRJET - An Event Management System with Post Event FeaturesIRJET - An Event Management System with Post Event Features
IRJET - An Event Management System with Post Event Features
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 
PVsyst_Tutorials_V7_Grid_Connected.pdf
PVsyst_Tutorials_V7_Grid_Connected.pdfPVsyst_Tutorials_V7_Grid_Connected.pdf
PVsyst_Tutorials_V7_Grid_Connected.pdf
 
Accel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxAccel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptx
 
Dolibarr - information for developers and partners - devcamp lyon 2019
Dolibarr - information for developers and partners - devcamp lyon 2019Dolibarr - information for developers and partners - devcamp lyon 2019
Dolibarr - information for developers and partners - devcamp lyon 2019
 
BizController User's Manual
BizController User's ManualBizController User's Manual
BizController User's Manual
 
ManageEngine ADAudit Plus - Active Directory audit software.
ManageEngine ADAudit Plus - Active Directory audit software.ManageEngine ADAudit Plus - Active Directory audit software.
ManageEngine ADAudit Plus - Active Directory audit software.
 
SAC_Planning.pdf
SAC_Planning.pdfSAC_Planning.pdf
SAC_Planning.pdf
 
Omniture SiteCatalyst vs. Google Analytics - An Objective Comparison
Omniture SiteCatalyst vs. Google Analytics - An Objective ComparisonOmniture SiteCatalyst vs. Google Analytics - An Objective Comparison
Omniture SiteCatalyst vs. Google Analytics - An Objective Comparison
 

Mais de LetsConnect

Oh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situationsOh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situations
LetsConnect
 
It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...
LetsConnect
 
IBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success storiesIBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success stories
LetsConnect
 
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream CollaborationNew Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
LetsConnect
 

Mais de LetsConnect (20)

Installing Component Pack 6.0.0.6
Installing Component Pack 6.0.0.6Installing Component Pack 6.0.0.6
Installing Component Pack 6.0.0.6
 
Oh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situationsOh $h@# - How to deal with emotional outbursts and hate in social situations
Oh $h@# - How to deal with emotional outbursts and hate in social situations
 
It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...It is not About Connections vs Office 365 - You can have the best of the both...
It is not About Connections vs Office 365 - You can have the best of the both...
 
Using ibm connections to enhance university courses
Using ibm connections to enhance university coursesUsing ibm connections to enhance university courses
Using ibm connections to enhance university courses
 
IBM Connections 6 Component Pack
IBM Connections 6 Component PackIBM Connections 6 Component Pack
IBM Connections 6 Component Pack
 
IBM Connections 6.0 CR3 New Features
IBM Connections 6.0 CR3 New FeaturesIBM Connections 6.0 CR3 New Features
IBM Connections 6.0 CR3 New Features
 
10 years of IBM Connections
10 years of IBM Connections10 years of IBM Connections
10 years of IBM Connections
 
IBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success storiesIBM Collaboration Framework in action: Customer success stories
IBM Collaboration Framework in action: Customer success stories
 
Design for the Digital Workspace
Design for the Digital WorkspaceDesign for the Digital Workspace
Design for the Digital Workspace
 
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream CollaborationNew Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
New Ways to Deliver Business Outcomes with INtelligent Workstream Collaboration
 
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
Power up your Salesforce Opportunities by using IBM Watson Workspace as your ...
 
There is nothing more practical than a good theory
There is nothing more practical than a good theoryThere is nothing more practical than a good theory
There is nothing more practical than a good theory
 
Kubernetes Basics for Connections Admins
Kubernetes Basics for Connections AdminsKubernetes Basics for Connections Admins
Kubernetes Basics for Connections Admins
 
Intelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital TransformationIntelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital Transformation
 
Developing IBM Connections Community Apps using Domino
Developing IBM Connections Community Apps using DominoDeveloping IBM Connections Community Apps using Domino
Developing IBM Connections Community Apps using Domino
 
IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!
 
You Get What You Give
You Get What You GiveYou Get What You Give
You Get What You Give
 
Building Custom ibm Watson Workspace Templates to make you and your team more...
Building Custom ibm Watson Workspace Templates to make you and your team more...Building Custom ibm Watson Workspace Templates to make you and your team more...
Building Custom ibm Watson Workspace Templates to make you and your team more...
 
ICS INtegration with Node-RED and Open Source
ICS INtegration with Node-RED and Open SourceICS INtegration with Node-RED and Open Source
ICS INtegration with Node-RED and Open Source
 
Communities as the fundament of social learning
Communities as the fundament of social learningCommunities as the fundament of social learning
Communities as the fundament of social learning
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 

Klaus Bild - Cognos, give your Community Owners the Reports they really need!

  • 1. Give your Community Owners the Reports they really need!
  • 2. ©2013BelsoftAG|www.belsoft.ch Legal disclaimer § This is a TECHNICAL session § You will see some lines of code -> if you feel offended you can still leave the room § I‘m not a developer -> my coding is awful §  Views and opinions expressed are mine alone and do not represent the official views of my employer (my boss has no clue what I’m talking about) § I’m a kind of Administrator but if you do Connections you will turn out to be a -> see next slide Get off the Visitors WiFi, I need it for my live demo!
  • 4. ©2013BelsoftAG|www.belsoft.ch Agenda § Metrics overall system architecture 1.  Prepare your environment 2.  Define the custom report & check dimensions/events 3.  Create Report 4.  Insert Chart 5.  Define data items 6.  Add data items to axes 7.  Format the chart 8.  Filter data / work with parameters 9.  Add Report to Community Report list § Parameters / Expressions / Some examples
  • 5. ©2013BelsoftAG|www.belsoft.ch Metrics overall system architecture Connections Activities Communities Files Forums Wikis Blogs Profiles Dogear Cognos BI Server Content Manager Report Studio Framework Manager Transformer Cognos Metrics Models & Reports Metrics Component Events Capture Raw Metrics DB Power Cube User
  • 6. ©2013BelsoftAG|www.belsoft.ch Before we start a performance trick § Yes, Cognos HW requirements are enormous but there are some tricks to speed up report creation: http://www-10.lotus.com/ldd/lcwiki.nsf/dx/ Reduce_the_community_metrics_request_waiting_time_in_IBM_Connections_4.0_Metrics i.e. „last quarter“ and all people groups were removed...
  • 7. ©2013BelsoftAG|www.belsoft.ch Before you start read this (aka RTFM) § Connections 4.0 Metrics Reports Introduction - http://goo.gl/CHSsn Lists all 110 reports (50 community reports) § Using the Metrics application in IBM Connections 4.0 - http://goo.gl/r1oF7 Did you know that there are right click actions? § PowerCube dimensions - http://goo.gl/OR04d § Community report customization for Connections 4.0 Metrics - http://goo.gl/ObcYF § Create new Cognos metrics report - http://goo.gl/ROFgt § Customizing reports based on the events captured in Metrics4.0 - http://goo.gl/dvXF0
  • 8. ©2013BelsoftAG|www.belsoft.ch 1. Prepare your environment § Open http://cognosserver.example.com:port/cognos/servlet/dispatch/ext § Create a folder for your custom reports
  • 9. ©2013BelsoftAG|www.belsoft.ch 1. Prepare your environment § Look at the the actual reports and don‘t use same names for your custom reports 'jobtemplate’ & 'jobtemplate1’ in Public Folders > IBMConnectionsMetrics > Metrics > static & click on „Set properties“
  • 10. ©2013BelsoftAG|www.belsoft.ch 1. Prepare your environment § Start the Report Studio via Launch menu § Choose the Metrics folder as package source -  If you don‘t see the link for Report Studio or the welcome screen use an alternative browser -  I would recommend to use Firefox Version 3.5/3.6!
  • 11. ©2013BelsoftAG|www.belsoft.ch 2. Define the custom report & check dimensions/events § Define the report on paper §  Data for Community Wiki/Blog/Forum §  Number of visits per App §  Date range (hours, day, week) §  Line chart #visits Blogs, Forum, Wiki
  • 12. ©2013BelsoftAG|www.belsoft.ch 2. Define the custom report & check dimensions/events § Cross check Powercube dimensions http://goo.gl/OR04d § Regular dimensions -  DATE: This is a time dimension, which indicates the time that an event was generated. This dimension break down time into year, month, week, and day levels. -  SOURCE: This dimension indicates the application that generated the event. -  SCOPE: This dimension indicates the scope of the content that is referred to by the event. -  ITEM: This dimension indicates the type of the content that referred by the event. -  EVENT: This dimension indicates the action of the event. -  COMMUNITY: This dimension indicates the community that the event happens. -  UNIQUE EVENT: This dimension indicates the action of the event in the calculation of unique people and content. -  ATTRIBUTE1: The categories of this dimension comes from the specified attribute of profile, and this can be customized by system administrator. -  ATTRIBUTE2: The categories of this dimension also comes from the specified attribute of profile, and this can be customized by system administrator. -  ATTRIBUTE3: The categories of this dimension also comes from the specified attribute of profile, and this can be customized by system administrator. § Measure dimensions -  EVENT_COUNT: This measure dimension is used for the calculation of event counting. -  DAILY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in day level. -  WEEKLY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in week level. -  MONTHLY_UNIQUE_USER: This measure dimension is used for the calculation of unique user number in month level. -  DAILY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in day level. -  MONTHLY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in month level. -  WEEKLY_UNIQUE_CONTENT: This measure dimension is used for the calculation of unique content number in week level. -  INITIAL_COUNT: This measure dimension is used for the calculation of initial count. -  ZERO: This measure dimension represents 0 in the calculation. No report for hour of day possible
  • 13. ©2013BelsoftAG|www.belsoft.ch 2. Define the custom report & check dimensions/events §  Download „Events&Reports in Metrics.ods“, check if data is captured in events: http://goo.gl/So73x Events List&Basic Reports What? Details Which entries? Which action? Action type for calculations? Used in which report? Source app? Calculated Reports
  • 14. ©2013BelsoftAG|www.belsoft.ch §  MEASURE : EVENT_COUNT §  ITEM : DEFAULT §  EVENT: VISIT §  SOURCE : BLOGS, FORUMS, WIKIS §  DATE : DAY/WEEK/MONTH/YEAR level from 'DATE' dimension 2. Define the custom report & check dimensions/events y-axis Series x-axis Number of visits App Date range
  • 16. ©2013BelsoftAG|www.belsoft.ch 4. Insert Chart § There are 81 different chart types! (Column, Bar, Progressive, Pareto, Line, Pie/Donut, Area, Combination,Scatter/Bubble/Point, Radar/Polar, Gauge, Metrics Range, Microchart)
  • 17. ©2013BelsoftAG|www.belsoft.ch § App (BLOG, FORUMS, WIKIS) 5. Define data items set ([BLOGS],[FORUMS],[WIKIS])
  • 19. ©2013BelsoftAG|www.belsoft.ch § Number of visits (DEFAULT, VISIT, EVENT_COUNT) 5. Define data items .../ITEM/ITEM/Members/DEFAULT .../EVENT/EVENT/Members/VISIT .../Measures/EVENT_COUNT tuple([DEFAULT],[VISIT], [EVENT_COUNT])
  • 20. ©2013BelsoftAG|www.belsoft.ch 6. Add data items to axes First we use all months as data range
  • 22. ©2013BelsoftAG|www.belsoft.ch 8. Filter data / work with parameters -> right now we have number of visits to all blogs/forums/ wikis for all months We want to restrict the data to the actual community and use the date range of the view selector
  • 23. ©2013BelsoftAG|www.belsoft.ch 8. Filter data / work with parameters filter([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME] , [METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME].[COMMUNITY NAME - Category Code]=?dcommunityid?) ?dcommunityid? -> this parameter will take the actual community id and will pass it to the report
  • 24. ©2013BelsoftAG|www.belsoft.ch 8. Filter data / work with parameters uplevel, upnum, endDate -> this expression will give us the date range of the view selector lastPeriods(?upnum?, ancestor(#'[METRICS_TRX_CUBE].[DATE].[DATE]. [DAY]->:[PC].[@MEMBER].['+ prompt('endDate', 'integer') +']'#, #prompt('uplevel', 'integer')#))
  • 27. ©2013BelsoftAG|www.belsoft.ch 9. Add Report to Community Report list §  On the Cognos dashboard find the 'jobtemplate1' under folder Public Folders > IBMConnectionsMetrics > Metrics > static and click on „Set properties“
  • 28. ©2013BelsoftAG|www.belsoft.ch 9. Add Report to Community Report list §  On the Connections server check out and edit the reports-config.xml file §  Check in reports-config.xml §  Add your custom labels to com.ibm.connections.metrics.ui.strings.ui.properties file (inside the customization/strings folder) Name of custom report (case sensitive!) Unique name Label string
  • 29. ©2013BelsoftAG|www.belsoft.ch 9. Add Report to Community Report list §  Go to you Connections environment and open up the Metrics page of a Community, you should now see the new Category and your custom report §  Click on „Update metrics“ to see results of your custom report
  • 30. ©2013BelsoftAG|www.belsoft.ch Parameters § dcommunityid = Category Code of actual Community § communityid = CommunityID of actual Community § endDate = Yesterday § coverinvaliddate, installedapps, lclocale, metricsstartdate, range, rangetype, showuserinfo, sourceid, spanweeks, uplevel, upnum § Standard views: -  Last 7 days -> upnum 7, uplevel 0, range 7, rangetype D -  Last 4 weeks -> upnum 5, uplevel 1, range 4, rangetype W -  Last 12 months -> upnum 12, uplevel 2, range 12, rangetype M -  All years -> upnum 100, uplevel 3, range 0, rangetype A
  • 31. ©2013BelsoftAG|www.belsoft.ch Parameters § i.e. installedapps -> create a report for all used apps inside a community -  _-1_ -> Related Communities -  _1_ -> Activities -  _2_ -> Blog -  _3_ -> Bookmarks -  _5_ -> Files -  _6_ -> Forum -  _12_ -> Wiki -  _15_ -> Ideation Blog -  _19_ -> Media Gallery § i.e. lclocale -> use for language specific settings if( ?installedapps? contains '_1_' ) then ([ACTIVITIES]) else (NULL)
  • 32. ©2013BelsoftAG|www.belsoft.ch Expressions / Some examples § Show communities that were created in a certain week: filter([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], tuple([COMMUNITIES], [COMMUNITY], [CREATE], [EVENT_COUNT], [5/8])>0 ) § Return "Last Week" as the week variable prevMember(parent( #'[METRICS_TRX_CUBE].[DATE].[DATE].[DAY]->:[PC].[@MEMBER].['+ timestampMask($current_timestamp,'yyyymmdd') +']'# )) § Date Range - Show the last 6 months lastPeriods(6, closingPeriod([METRICS_TRX_CUBE].[DATE].[DATE].[MONTH])) § Total in-/active communities (not created or updated within variable „Date Range“) total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], total ((tuple([CREATE])+tuple([UPDATE])) within set [Date Range]) = 0)) total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], total ((tuple([CREATE])+tuple([UPDATE])) within set [Date Range]) > 0)) same and no vists within „Date Range“ total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], total ((tuple([CREATE])+tuple([UPDATE]) +tuple([VISIT])) within set [Date Range]) = 0)) total( 1 within set filter ([METRICS_TRX_CUBE].[COMMUNITY].[COMMUNITY].[COMMUNITY NAME], total ((tuple([CREATE])+tuple([UPDATE]) +tuple([VISIT])) within set [Date Range]) > 0)) § How many people have updated the photo in their profile tuple([PROFILES] , [PROFILE.PHOTO] , [USER_UPDATE] , [WEEKLY_UNIQUE_USER] , [4/7] )
  • 33. ©2013BelsoftAG|www.belsoft.ch Additional remarks §  Not all reports use the metrics reports package -  That’s not a standard power cube dimension?! -  MetricsCubeDS/MetricsDBQuery -  Uses METRICS_CUBE_DS not METRICS_TRX_CUBE & is not documented L §  Look at the default reports to learn how to create advanced reports §  Creation of a custom report is not simple and I don’t think that a business user can do it (…should be possible) §  Cognos offers endless possibilities