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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Customize Sort
 Login/Join
 
<We_Focus>
posted
Hi All

How to Customize SORT if my data is JAN,FEB,MAR,APR MAY......DEC .
If i am doing lowest sort data is displayed as below

APR
AUG
DEC
FEB
JAN
JUL
...
...
SEP

If i am doing HIGHEST sort data is displayed as below

SEP
OCT
NOV
MAY
MAR
JUN
JUL
JAN
FEB
DEC
AUG
APR

But I want to display as below

JAN
FEB
MAR
APR
MAY
JUN
JUL
AUG
SEP
OCT
NOV
DEC

THANKS IN ADVANCE
 
Report This Post
Member
posted Hide Post
There might be a better way to do this but how about creating a defined field, decoding JAN to 1, FEB to 2, MAR to 3, etc.

Then your defined field can be your primary BY field, with NOPRINT. Your months should then appear in order.

Cheers

Andrew W
 
Posts: 27 | Location: Sydney, Australia | Registered: May 27, 2003Report This Post
<We_Focus>
posted
Hi andrew

That i have done
thanks for reply
 
Report This Post
<Joseph Coule>
posted
Sounds like your MONTH field is described as USAGE=A3 (alpha) instead of as an actual MONTH date field. If the field is three bytes long, then you can change your master file so that the USAGE is "MT" (Month Translate) and you will get exactly what you want without a DEFINE.

FIELD=MONFIELD, ALIAS=MF, USAGE=MT, ACTUAL=A3,$
 
Report This Post
Platinum Member
posted Hide Post
See it this helps. You can do the following.

ACROSS FISCAL_MONTH AS ''
COLUMNS Oct AND Nov AND Dec AND Jan AND Feb AND Mar AND Apr AND May AND Jun AND Jul AND Aug AND Sep

The values of my FISCAL_MONTH are Jan, Feb, ...
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders