bring up report that you want

12
1 BMC SOFTWARE Copyright Bring up report that you want

Upload: fai

Post on 06-Jan-2016

28 views

Category:

Documents


0 download

DESCRIPTION

Bring up report that you want. Right click on report frame and chose ‘properties’. Copy the url address to get the string for creating the report. Add &r=pdf in you shell script. Report is automagically produced in PDF. Embedded Perceive. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Bring up report that you want

1 BMC SOFTWARE Copyright

Bring up report that you want

Page 2: Bring up report that you want

2 BMC SOFTWARE Copyright

Right click on report frame and chose ‘properties’

Page 3: Bring up report that you want

3 BMC SOFTWARE Copyright

Copy the url address to get the string for creating the report

Page 4: Bring up report that you want

4 BMC SOFTWARE Copyright

Add &r=pdf in you shell script.

Page 5: Bring up report that you want

5 BMC SOFTWARE Copyright

Report is automagically produced in PDF.

Page 6: Bring up report that you want

6 BMC SOFTWARE Copyright

Embedded PerceiveEmbedded Perceive

Problem: Customer has existing internal website which has been highly developed. Provides Security and directed views. Perceive has data and the look but not the heart.

Solution: Combine the two sites.

- Or wait until the ESM Common reporting portal…

Page 7: Bring up report that you want

7 BMC SOFTWARE Copyright

Embedding URL’sEmbedding URL’s

All created views have an associated number - See reports.xml

Right-click on any view and create shortcut on desktop

http://localhost:8080/qtv/report2.jsp?report-id=6&ver=1&node-id=twhite2&sd=1082696400000&ed=1083024000000&domain-id=3&theme-id=pwc&width=815&height=509&isSaveAs=nullModified=C0C1104A042CC401D0

Page 8: Bring up report that you want

8 BMC SOFTWARE Copyright

Embedding URL’sEmbedding URL’s

Important fieldshttp://localhost:8080/qtv/report2.jsp?

report-id=6& ver=1&

node-id=twhite2& sd=1082696400000&

ed=1083024000000&width=815&height=509&isSaveAs=null

Page 9: Bring up report that you want

9 BMC SOFTWARE Copyright

Embedding URL’sEmbedding URL’s

Important fieldshttp://localhost:8080/qtv/report2.jsp?

report-id=6& Maps to reports.xml

ver=1&node-id=twhite2&

sd=1082696400000& milliseconds since

ed=1083024000000& EPOCH

width=815&height=509&isSaveAs=null

Page 10: Bring up report that you want

10 BMC SOFTWARE Copyright

EPOCH timeEPOCH time

Limitation with the embedding method is time is fixed!

sd=1082696400000& milliseconds since

ed=1083024000000& EPOCH

1083024000000 – 1082696400000 = 327600000 327600000 ms = 327600 sec = 5460 min = 91 hrs

EPOCH was 01/01/1970 12:00am

Page 11: Bring up report that you want

11 BMC SOFTWARE Copyright

Embed just the graphics Embed just the graphics

Use ‘chartimg’ http://localhost:8080/qtv/chartimg.jsp?chart-id=86&sd=1068121260000&ed=1068124860000&report-id=21&width=325&height=97&node-id=s400i.bmc.com&theme-id=pwc

To get quick links, in Perceive browse to the graphic you want to embed and in IE right-click-->Properties and copy the "Address" field into the address of your browser. Then play with the width/height, say, to change it.

Page 12: Bring up report that you want

12 BMC SOFTWARE Copyright

Other optionsOther options

Html output infers interaction with non-existent top frame. (Not good)

Use r=pdf to output pdfOthers are xml, csv, excel