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)    Controlling or Modifying Output from Analysis Designer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Controlling or Modifying Output from Analysis Designer
 Login/Join
 
Member
posted
Is there a way to control the display order of fields on a report generated by analysis designer? For instance, if I run a report with three measures - Net Revenue, COGS and Gross Profit - sorted across quarter I will see the three measures with a quarter to quarter comparision, but they are listed alphabetically by measure.
COGS
Gross Profit
Net Revenue

It would be more readable to see:
Net Revenue
COGS
Gross Profit

listed in that order. I don't see any way to control that in Analysis Designer so what is the best way to use it as the parameter selection screen, then pass those parameters to a report that I could code to display the measures in a specific order? Or is there a simpler way that I am missing/

Thanks


WebFOCUS is 7.6.11
Windows
all output (Excel, HTML, PDF)
 
Posts: 6 | Registered: July 22, 2010Report This Post
Master
posted Hide Post
Reports you create with Analysis Designer go through a HOLD file pass - if it's a Measures level report that's called PASS1. You can TABLE off PASS1. If you use the parameter analysis tool as detailed in the PMF Developer's Guide you'll see the consistent parameters used by PMF as filters, groupings, and field prints.

Probably you want to test things out using the vertical sort template for measures. Sort by one or two dimensions (if you're printing more than one point in Time, always sort by Time in there).

Internally the end result for a Measure level report would be a HOLD file called PASS1; the templates used by Analysis Designer then reports off it.

Or you could simply go lower down and run the extract using pmf_booklet_data. This way you can write yourself a nice compact FOCEXEC that doesn't go through any unnecessary formatting steps until you're ready to format your output.

Have a look at the PMF Developer's Guide for more details. There are entire chapters on these internals of PMF. They will stand you in good stead, and will provide far more detail than can be typed into this annoying FocalPoint text box ;-)

enjoy
bjf


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    Controlling or Modifying Output from Analysis Designer

Copyright © 1996-2020 Information Builders