SlideShare a Scribd company logo
1 of 35
Download to read 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

More Related Content

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

Iptim
IptimIptim
IptimIptim
 
Business Utility Application
Business Utility ApplicationBusiness Utility Application
Business Utility ApplicationIRJET Journal
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training finalNupur Mishra
 
Gunavathi_Resume
Gunavathi_ResumeGunavathi_Resume
Gunavathi_Resumeguna vathi
 
Measurement Studio by Mr. Ashish chandiok
Measurement Studio by Mr. Ashish chandiokMeasurement Studio by Mr. Ashish chandiok
Measurement Studio by Mr. Ashish chandiokmayank agarwal
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports ReviewJustin R. Rue
 
My First Report slide support
My First Report slide supportMy First Report slide support
My First Report slide supportSpagoWorld
 
IRJET - College Event Management System
IRJET - College Event Management SystemIRJET - College Event Management System
IRJET - College Event Management SystemIRJET Journal
 
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 FeaturesIRJET Journal
 
Real estate management system
Real estate management systemReal estate management system
Real estate management systemSouvikSarkar75
 
PVsyst_Tutorials_V7_Grid_Connected.pdf
PVsyst_Tutorials_V7_Grid_Connected.pdfPVsyst_Tutorials_V7_Grid_Connected.pdf
PVsyst_Tutorials_V7_Grid_Connected.pdfFREELANCER
 
Accel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxAccel_Series_2023Autumn_En.pptx
Accel_Series_2023Autumn_En.pptxNTTDATA INTRAMART
 
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 2019Laurent Destailleur
 
BizController User's Manual
BizController User's ManualBizController User's Manual
BizController User's ManualBizController
 
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
 
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 ComparisonSemetis
 

Similar to 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
 

More from LetsConnect

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.6LetsConnect
 
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 situationsLetsConnect
 
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
 
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 coursesLetsConnect
 
IBM Connections 6 Component Pack
IBM Connections 6 Component PackIBM Connections 6 Component Pack
IBM Connections 6 Component PackLetsConnect
 
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 FeaturesLetsConnect
 
10 years of IBM Connections
10 years of IBM Connections10 years of IBM Connections
10 years of IBM ConnectionsLetsConnect
 
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 storiesLetsConnect
 
Design for the Digital Workspace
Design for the Digital WorkspaceDesign for the Digital Workspace
Design for the Digital WorkspaceLetsConnect
 
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 CollaborationLetsConnect
 
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 ...LetsConnect
 
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 theoryLetsConnect
 
Kubernetes Basics for Connections Admins
Kubernetes Basics for Connections AdminsKubernetes Basics for Connections Admins
Kubernetes Basics for Connections AdminsLetsConnect
 
Intelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital TransformationIntelligent Collaboration driving Digital Transformation
Intelligent Collaboration driving Digital TransformationLetsConnect
 
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 DominoLetsConnect
 
IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!IBM Connections - Have it YOUR Way!
IBM Connections - Have it YOUR Way!LetsConnect
 
You Get What You Give
You Get What You GiveYou Get What You Give
You Get What You GiveLetsConnect
 
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...LetsConnect
 
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 SourceLetsConnect
 
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 learningLetsConnect
 

More from 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
 

Recently uploaded

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
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
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
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
 
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
 

Recently uploaded (20)

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
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
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
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
 
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)
 

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