Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Expanding a 6 month scorecard to a 12 month scorecard

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Expanding a 6 month scorecard to a 12 month scorecard
 Login/Join
 
Guru
posted
I created an a_12_meas.fex cloned from the a_6_meas.fex and added six months in each instance where there had been six months previously:
D07_LEVEL07_VALUE_Edit = '&D07_LEVEL07_VALUE_Edit' \
D08_LEVEL08_VALUE_Edit = '&D08_LEVEL08_VALUE_Edit' \
D09_LEVEL09_VALUE_Edit = '&D09_LEVEL09_VALUE_Edit' \
D10_LEVEL10_VALUE_Edit = '&D10_LEVEL10_VALUE_Edit' \
D11_LEVEL11_VALUE_Edit = '&D11_LEVEL11_VALUE_Edit' \
D12_LEVEL12_VALUE_Edit = '&D12_LEVEL12_VALUE_Edit' \

I also added these lines to this newly-cloned fex - ibi\apps\mainstreet\a_meas_detail01x.fex
and changed the -set to
-SET &THIS_DRILL_RPT = 'A_MEAS_DETAIL01X'.

The report runs for a few seconds and then the error message:

0 ERROR AT OR NEAR LINE 181 IN PROCEDURE ??YYLE01_DATA
(FOC295) A VALUE IS MISSING FOR: &D07_LEVEL07_VALUE_Edit

appears.

I opened a case with TechSupport but wondered if there was an a_meas_12.fex that should have been included in mainstreet.

Sandy Kadish
(904) 874-4713


Sandy Kadish
Dev: 8.2.04- PostgreSQL
Test: 8.2.04 - PostgreSQL
Prod: 8.2.04 - PostgreSQL
 
Posts: 238 | Location: Atlanta, GA/Rehovot, Israel | Registered: May 06, 2003Report This Post
Master
posted Hide Post
You're assuming you have to design this report using brute force and magic. Of course you don't.

You would change the range of time values displayed on a report in PMF *not* by editing the report itself, but rather by using Time Range object on the report. There is already a 12 month Time Range object you can use. Otherwise you'd have to create one, which would have taken about a minute.

You can pass &TIME_RANGE to a report as a parameter. PMF_BOOKLET_DATA uses this parameter during extraction. If it is an inclusive (rather than point-to-point) time range, it includes all time buckets from the start to the end of the range as discrete buckets.

You'd then print these are columns on the report to display these. That woudl be the editing you'd do on the report. Although you could design an Analysis Designer report to break data out across any Time Dimension levels. It's only if you want this report to work with the navigation tree that you would need to design it in code, since trees are not a standard component you can just drop into a report on analysis designer (not yet anyway).

My advice:

Try designing the right-hand side of your report using Analysis designer. Have a look at how it works. There is already a 12-month trending period set up, just use that. Then turn ECHO ON in the PMF Settings and have a look at the FOCUS that was generated. Use that as your guideline for what column names to use in your fixed report design.

Meanwhile, the LEVELnn values you were trying to use refer to Dimension levels. Not points in time. There are up to 16 dimension levels in PMF so that number goes up to LEVEL16, not LEVEL12. You also have to provide the Dimension name or use a concatenation with a passed Dimension name. But that is not what you want to do. The values contained in these would be a single value displaying the value of the dimension level to which you were referring. Say it's location and you have location level 1 defined as country, level 2 as region, level 3 as state, level 4 as city. Then for Boston, LOCATION_LEVEL01_VALUE = US, LOCATION_LEVEL02_VALUE = EAST, LOCATION_LEVEL03_VALUE = MASS, LOCATION_LEVEL04_VALUE = BOSTON. Got it?

Time has only three levels. Typically these are Year, Quarter, and Month for Time AutoGen, which most of our customers are using.

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!

 
Posts: 919 | Registered: March 26, 2003Report This Post
Guru
posted Hide Post
Bob - your advice worked like a charm. I backed out the half-dozen additional lines and changed the time measure to '12MM'. The report is out there for the client to review.


Sandy Kadish
Dev: 8.2.04- PostgreSQL
Test: 8.2.04 - PostgreSQL
Prod: 8.2.04 - PostgreSQL
 
Posts: 238 | Location: Atlanta, GA/Rehovot, Israel | Registered: May 06, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Expanding a 6 month scorecard to a 12 month scorecard

Copyright © 1996-2020 Information Builders