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)    [PMFDEVGUIDE] Arrows for sorting on Gadget form don't appear in 5.2.2

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[PMFDEVGUIDE] Arrows for sorting on Gadget form don't appear in 5.2.2
 Login/Join
 
Master
posted
A user reported a typo in the Developer Guide to Customer Support, we're including it here for public consumption.

On page 25, in the section referring to setting up a sample template for modification, the guide refers to a UI to change the sort direction. No such capability exists in 5.2.2; that is going to be a capability in 5.2.3.

In V5.2.3 you will be able to specify a sort as an across in the GUI, thus you won't have to write any code at all to do this. Creating grid gadgets from any standard PMF template is this a point and click operation. But you can do it in 5.2.2, using code.

If you want to change the sort direction in 5.2.2, you can do it in PMF code and call the template, as documented, via a caller FOCEXEC. The syntax to use is:

-SET &SORTACROSS = &SORTBY[n]_FIELD ;


Where [n] is the positional parameter to pass for the sort field. You have up to three sorts in a typical PMF report, you can designate any one of these three to be a column-based sort.

For example, if you wanted the first sort parameter pass to be the across, you would use

-SET &SORTACROSS = &SORTBY1_FIELD ;


You can then include the template FOCEXEC and it will respect the across sort.

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

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    [PMFDEVGUIDE] Arrows for sorting on Gadget form don't appear in 5.2.2

Copyright © 1996-2020 Information Builders