Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables /...

7
SNAP Reporting Using your ConnectSMART data store.

description

Open Ticket Information Sample

Transcript of Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables /...

Page 1: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

SNAP ReportingUsing your ConnectSMART data

store.

Page 2: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

Today’s topicsStarting a new reportOverview of tables / views / fieldsCreating / updating your queryAdding contentAdding a tableFiltering dataAdding a HeaderAdding a chartPrint Preview

Page 3: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

Open Ticket Information Sample

Page 4: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

DatabaseMySQLHeidiTablesViews

Page 5: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

Query constructionQuery example:

Select * from v_cw_service Filter keyword: whereBoard selection:

board_name = ‘Connectsmart – helpdesk’Date filter:

Date(date_entered_local) >= date_add(curdate(), interval -7 day)

Closed onlyClosed_flag = 0 (0=false; 1=true)

Page 6: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

select v_cw_tickets.ticketnbr, v_cw_tickets.closed_flag, v_cw_tickets.parent, v_cw_tickets.resource_list, v_cw_tickets.resolved_by, v_cw_tickets.team_name, v_cw_tickets.date_entered_utc, v_cw_tickets.date_entered_local from v_cw_tickets where date(v_cw_tickets.date_entered_local)

>= date_add(curdate(), interval -7 day) and v_cw_tickets.closed_flag = 0 and v_cw_tickets.board_name = 'ConnectSMART - Helpdesk'

Page 7: Using your ConnectSMART data store.. Today’s topics Starting a new report Overview of tables / views / fields Creating / updating your query Adding content.

Getting Started with SNAP Report DesignerDocs.connectsmart.com Search ‘snap’http://docs.connectsmart.com/display/CS4/

Getting+Started+with+Snap+Report+Designer

CredentialsRead-only Access Credential hot link from

Quick Tour