Focal Point
Possible to copy objective and measure alignment from one SC to another?

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

February 14, 2012, 04:16 PM
Moogle
Possible to copy objective and measure alignment from one SC to another?
Hi Team,

I know you won't like this question, but hear me out.

I have two parent scorecards and 20 child scorecards (10 for each parent). I made the child scorecards a while ago, and at the time I cascaded the setup from the parent to the children. Now, there's been some changes to the parent scorecard measure to objective alignment, and I wonder... is there a way to re-cascade them? I see nothing through the GUI, but is there a FEX or a SQL update string I can run? It would save me hours.

I'd delete the kids and re-create them, except I've already set dashboard prefs for each, and that'd be even more time-consuming.

Please let me know.

Cheers,

Joey


-WebFOCUS 8.2.01 on Windows
February 14, 2012, 04:29 PM
Bob Jude Ferrante
Cascading is a one-time copy operation. There's no way to re-copy changes from the parent back down to the children unless you just recreate them.

B


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 16, 2012, 09:25 AM
EricH
Joey,

I'm curious as to why you would need all these extra Scorecards if they're using the same underlying Objectives & Measures.

Eric

P.S. - We liked the question. Smiler
February 16, 2012, 11:16 AM
Moogle
Hi Eric,

Here's the story:

Each child scorecard is filtered for a different dimension value. Depending on the dimension filter, the setup of the single dashboard will vary. For instance, if Dimension_01 is filtered by 'Value_X' then the top left line chart must show Measure_A. If Dimension_01 is filtered by 'Value_Y' then the top left line chart must show Measure_B. I do not think this would be possible without so many child scorecards.

Users will be defaulted to a scorecard that is filtered to the way that they are used to viewing information.

Cheers,

Joey
February 16, 2012, 11:58 AM
Bob Jude Ferrante
Just a question.
Why not use the same scorecard but put the filtering at the Owner level or use Access Roles?


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 16, 2012, 01:07 PM
Moogle
Hi Bob,

I wonder if you can see a way to incorporate various dashboard preferences based on user/access roles, as described above?

I've very open to this concept, but it seems to me that I would not be able to do what I described above without child scorecards.

Cheers,

Joey


-WebFOCUS 8.2.01 on Windows
February 16, 2012, 01:58 PM
Bob Jude Ferrante
So you're letting the scorecard control the access, not the user. The limitation there is if the parent changes you have to manually propagate those changes down to the kids.

The question is, will the strategy map of the child always exactly match the strategy map of the parent? And will the measures linked to each objective or risk always match up? If so there's probably a way to customize a copy function...


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 16, 2012, 02:06 PM
Moogle
Hi Bob,

The child scorecard's measures to objectives/risks will always match the parent's scorecards.

If you can give me a lead on a way to pull this off in code, I'll run with it.

Cheers,

Joey


-WebFOCUS 8.2.01 on Windows
February 16, 2012, 02:24 PM
Bob Jude Ferrante
There's a scorecard clone function in the scorecard panel when you do a New and select a parent (it's labeled "cascade scorecard"). The underlying procedure is called pmf_panel_scrd_update_clone.fex

That procedure creates a new scorecard record, then clones all the components from the scorecard including perspectives, objectives, risks, compounds, all cause/effect linkages, all weights, and all measure linkages to the measure pool.

You could clone and modify the function to do this for an existing scorecard. First you'd have to delete all the existing components, then you could recreate them cloned from the parent. A few small mods to a copy and you'd have the function. You could call it from the console while logged in to PMF or add a button to the UI to "re-cascade from" a parent while in the child.


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!