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  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]Webfocus 8.1

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]Webfocus 8.1
 Login/Join
 
Member
posted
Hello,
I am pulling degree information for employees that have more than one degree. HR does not have the degrees in Banner in a specific order. Therefore, an employee can have 3 degrees, the first one is Masters, the second Doctoral, and the third Bachelors. If I pull by highest it gives me the first which is Masters. When I attempt to do the last, it gives me the Masters. I need the Doctoral. I though of pulling the graduation date, because the last degree would be the one with the highest graduation date, but for whatever reason, is not giving me the Doctoral. Can someone assist?

TABLE FILE AREA
PRINT DEPT
BY PEBEMPL_PIDM
BY HIGHEST SORDEGR_DEGC_DATE
BY HIGHEST SORPCOL_SBGI_CODE
BY HIGHEST SORDEGR_DEGC_CODE
BY HIGHEST SORMAJR_MAJR_CODE_MAJOR
ON TABLE HOLD AS FOCUS2 FORMAT ALPHA
END

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8
Windows, All Outputs
 
Posts: 27 | Registered: January 10, 2017Report This Post
Virtuoso
posted Hide Post
Try this or something similar (with proper adjustment for SORDEGR_DEGC_CODE values)
DEFINE FILE AREA
DGRORD /I1 = DECODE SORDEGR_DEGC_CODE ('MASTERS' 3 'DOCTORAL' 2 'BACHELORS' 1 ELSE 4);
END
TABLE FILE AREA
PRINT DEPT
BY PEBEMPL_PIDM
BY DGRORD NOPRINT
BY HIGHEST SORDEGR_DEGC_DATE
BY HIGHEST SORPCOL_SBGI_CODE
BY HIGHEST SORDEGR_DEGC_CODE
BY HIGHEST SORMAJR_MAJR_CODE_MAJOR
ON TABLE HOLD AS FOCUS2 FORMAT ALPHA
END


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]Webfocus 8.1

Copyright © 1996-2020 Information Builders