COGNOS USER GROUP July 24, 2019 Agenda BICC Updates- Kelsie - - PowerPoint PPT Presentation

cognos user group
SMART_READER_LITE
LIVE PREVIEW

COGNOS USER GROUP July 24, 2019 Agenda BICC Updates- Kelsie - - PowerPoint PPT Presentation

COGNOS USER GROUP July 24, 2019 Agenda BICC Updates- Kelsie Newberry New Position Overview Zach Yater Boiler Insight Metadata HR and Finance - Monique Rawles Hardcoded filters for over 1,000 Sue Wilder Cognos How


slide-1
SLIDE 1

COGNOS USER GROUP

July 24, 2019

slide-2
SLIDE 2

Agenda

  • BICC Updates- Kelsie Newberry
  • New Position Overview – Zach Yater
  • Boiler Insight Metadata HR and Finance - Monique Rawles
  • Hardcoded filters for over 1,000 – Sue Wilder
  • Cognos How To - Josh Newberry
  • Data Cookbook Cognos Portal – Sarah Bauer
  • Q&A
slide-3
SLIDE 3

BICC Updates

slide-4
SLIDE 4

Cognos Resources

  • Upcoming Cognos Tool Trainings
  • COG 301 - Cognos Analytics Authoring Lite - 8/27
  • COG 101 - Cognos Analytics Navigation - 9/9
  • COG 401 - Cognos Analytics Authoring - 10/7 & 10/8
  • COG 111 - Cognos Analytics Scheduler - 10/21
  • Cognos Resources Page
  • Prompt Blank Row Workaround
  • Creating a Cognos Schedule Video
  • Located on the Cognos reporting tool training page
slide-5
SLIDE 5

WHO DO I CONTACT?

Boiler Insight

Data Questions/Issues: Data-related questions/issues should first be directed to your supervisor. Email: Finance: treasreporting@purdue.edu GM: spsrept@lists.purdue.edu HR: HR Data Request Form

Student

Data Questions/Issues: Data-related questions/issues should first be directed to your supervisor. Email:

CognosStudentHelp@purdue.edu

BICC

Reporting Tool Questions/Issues: Cognos tool issues - error messages, unexpected behavior, etc. Email:

BICC@purdue.edu

slide-6
SLIDE 6

New Features Security Best Practice

  • Best Practices Document
  • Creating reports, dashboards, or stories using new

features

  • Example - uploading a file to use in a data module and

then building a report from that module

  • Reference for how to secure “new features” content that

contains upload file, data set, and/or data module

slide-7
SLIDE 7

BI Consultant

Zach Yater

slide-8
SLIDE 8

TECHNICAL SKILL ENGAGEMENT INSIGHTS

slide-9
SLIDE 9

How to accomplish?

Build Skills

▪ Help with onboarding ▪ Provide resources – Videos, Articles, Best Practices

Develop Community

▪ Involved in user groups and advisory ▪ Communication & Resources

Improve Infrastructure

▪ Usage Statistics ▪ Testing methodology ▪ Database modifications

slide-10
SLIDE 10

What are my goals?

▪ Content Expert – Cognos – Tableau ▪ External Engagement – Evangelize Purdue Data – Bring outside knowledge in

slide-11
SLIDE 11

Boiler Insight Metadata

HR & Finance

slide-12
SLIDE 12

Boiler Insight Metadata HR and Finance

  • Field Metadata
  • HR updated - June, 2019
  • Finance updated - June, 2019 (more to come)
  • Metadata Report - standard report (Team content > Boiler Insight >

Standard Content)

  • Content Metadata
  • HR and Finance updated - June, 2019
  • BI Content Catalog - standard report (Team content > Boiler Insight

> Standard Content)

  • HR Data Training
  • Documentation published on the Cognos Resource page
  • Finance Data Training
  • Documentation - coming soon
  • Other Resources
slide-13
SLIDE 13

Hardcoded filters for

  • ver 1,000
slide-14
SLIDE 14

THE BASICS: HARD CODE 1,000+

[Student Detail].[Student].[ID] in (‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’) Or [Student Detail].[Student].[ID] in (‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’) Or [Student Detail].[Student].[ID] in (‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’, ‘123456789’)

  • Individual unit is '123456789',
  • Each group <1000
  • Note: These are plain quotes, remove autocorrect for smart quotes
slide-15
SLIDE 15

EXCEL CELL FORMAT TO ADD PUNCTUATION

"'"000000000"', "

  • Double Quote, Single Quote, Double Quote
  • Zero = Placeholder for Numbers(s)
  • Double Quote, Single Quote, Semicolon, SpaceBar,

Double Quote

  • Remove autocorrect for smart quotes, these need to

be plain quotes

slide-16
SLIDE 16

IN EXCEL AFTER FORMAT CHANGE

slide-17
SLIDE 17

CHANGE LIST TO PARAGRAPH IN WORD

  • Paste as text
  • Replace ^p with nothing. (Removes hard return)
  • This is case sensitive.
slide-18
SLIDE 18

PARAGRAPH FORMAT IN WORD

'123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789',

slide-19
SLIDE 19

FINALIZE FORMAT IN WORD

  • Add Package/Table/Column info
  • Add 'in', 'or', and parenthesis
  • Use Word Count in to keep groups <1000

[Student Detail].[Student].[ID] in ('123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789') Or [Student Detail].[Student].[ID] in ('123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789') Or [Student Detail].[Student].[ID] in ('123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789', '123456789')

slide-20
SLIDE 20

PASTE TO COGNOS FILTER AND CHECK FORMAT

If problems, check for matching and correct

  • Parenthesis ( )
  • 'or', 'in'
  • Quotes (straight quotes, not smart quotes)
slide-21
SLIDE 21

TIME SAVER

  • Add file description at top of file
  • Save
  • If same group is needed at another time:
  • If same package and table, just cut and paste
  • Use word Replace function to replace current source information with

new source

  • i.e., replace 'Student' table with 'Academic' table to use same list

against an academic table

slide-22
SLIDE 22

Cognos How To

slide-23
SLIDE 23

Visually Grouping Without Using Grouped Columns

slide-24
SLIDE 24

Through Use of Count/MOD function and Conditional Formatting

slide-25
SLIDE 25

Count Vs Count Distinct

slide-26
SLIDE 26

Running-Count Vs Running-Count Distinct

slide-27
SLIDE 27

All Counts Together

slide-28
SLIDE 28

MOD Function

slide-29
SLIDE 29

Data Cookbook Cognos Portal

slide-30
SLIDE 30

Community Feedback

Questions?

slide-31
SLIDE 31

THANK YOU

Sue Wilder Monique Rawles Leslie Rody Sabrina Tanner Julie Jang Katie Hendryx Kelsie Newberry