bring up report that you want

Post on 06-Jan-2016

29 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

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

1 BMC SOFTWARE Copyright

Bring up report that you want

2 BMC SOFTWARE Copyright

Right click on report frame and chose ‘properties’

3 BMC SOFTWARE Copyright

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

4 BMC SOFTWARE Copyright

Add &r=pdf in you shell script.

5 BMC SOFTWARE Copyright

Report is automagically produced in PDF.

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…

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

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

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

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

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.

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

top related