Focal Point
Gadget to display perspectives and measures

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1461084022/m/686102873

February 23, 2010, 09:22 AM
Stefan
Gadget to display perspectives and measures
Hi there,

I'm looking for a gadget that gives me a brief overview of all perspectives and their corresponding measures.

I do not want to see the "goals" (hope this is the right translation as I use another language).


It should look like a table, a little bit like "gadget_rpt_persp_obj01.fex":


2010/01 2010/02
%reached actual target %reached actual target ...
Perspective 1
Measure a
Measure b
Perspective 2
Measure c
Measure d
...
Perspective 3
Measure e
Measure f



Any ideas are welcome.


Kind regards,

Stefan


WF 7.6.9
PMF 5.1.3
BID 7.6.9

Win XP
HTML, PDF, Excel, PowerPoint
February 23, 2010, 10:19 AM
Bob Jude Ferrante
I think there might already a gadget that does this. Have a look at Metric - Pct Reached for Perspective. Does that work for you?

If not...

You might be looking for a summary at the BOTH perspective level AND the measure level, in which case, you'll need to build your own. You won't be able to use a template in Analysis Designer because those all summarize at one level only.

Your custom gadget will use PMF_BOOKLET_DATA.FEX as its base INCLUDE. Follow the steps in the developer guide. It will use a
&RPT_TYPE
of PERSP_AND_OBJ_AND_MEAS. Decide what fields to use from the taxonomy - the Parameter Extractor tool can help you get the field types from the taxonomy (see related post on today's PMF FocalPoint forum).

Your gadget will need to display data fields at the Perspective level and the Measure level, both of which will be present at the PASS3 summarization level.

Then you can save it as a gadget_[whatever name you like], name it as a class in PMF, put it in your PMFCUSTOM folder, snap and link a preview PNG file, and save it all out. Now you can drag and drop it on your dashboards, size it, set the defaults, and let your end users set up their preferences on what it can show.

If you like your work (and who doesn't?), you can share it with the world by Exporting it to a GDG file and sending that to us for inclusion in the soon-to-be-public PMF Gadget App Store. This way other PMF users will be able to use your work (we believe in sharing and reuse).

thanks


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

February 23, 2010, 10:48 AM
Stefan
Bob,

this looks nearly like what I've been looking for.

I'll play around with it a little bit.

Thanks for your help.

Kind regards,

Stefan


WF 7.6.9
PMF 5.1.3
BID 7.6.9

Win XP
HTML, PDF, Excel, PowerPoint