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     [SOLVED] Multiple Sort Fields

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Multiple Sort Fields
 Login/Join
 
Silver Member
posted
I have a report procedure created in Developer Studio. I want to perform a primary sort, secondary sort and tertiary sort. The primary sort (i.e. first By field) on the workdate field works fine but, when I add a secondary sort (i.e. second By field) on the nurse type field and tertiary sort (i.e. third By field)
on the seniority date field I get duplication of data. How do I rectify this issue so that I can have 3 sort of by fields without data duplication?

This message has been edited. Last edited by: BKR,


7.6.8, Windows XP
Excel, PDF, Active HTML, HTML, PDF
 
Posts: 39 | Registered: May 27, 2010Report This Post
Expert
posted Hide Post
What is the structure of the source ?

Are there joins involved ?

Is the master a multisegemtn master ?

Some more information woul dbe handy.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Silver Member
posted Hide Post
Take a glance at this link

Similar multiple sort fields were discussed in this post.


product release:8203
o/s: windows 10
expected o/p formats: HTML,EXCEL,PDF
 
Posts: 34 | Location: Kearney, Nebraska | Registered: December 14, 2011Report This Post
Silver Member
posted Hide Post
What is the structure of the source ? 1 SQL table

Are there joins involved ? No joins are involved

Is the master a multisegemtn master ? single segment master


7.6.8, Windows XP
Excel, PDF, Active HTML, HTML, PDF
 
Posts: 39 | Registered: May 27, 2010Report This Post
Expert
posted Hide Post
Can you post the code ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Silver Member
posted Hide Post
-SET &ECHO=ALL;
DEFINE FILE NUR_TIMECARDS
location/A10=IF LOCATION EQ ' ' THEN 'OTHER' ELSE LOCATION;
jobcode/A10=IF JOB_CODE EQ ' ' THEN DEFAULT_JOB_CODE ELSE JOB_CODE;
paidhours/P8.2=IF EARNING_MNEMONIC EQ 'D' OR 'OT1.5' OR 'SP' OR 'RSRCH' OR 'CLR' OR 'PLC' OR 'MDF' OR 'PLC/MGMT' OR 'INS' OR 'PEP' OR 'TRAINING' OR 'MM' OR 'CLP' OR 'CAP1.5' OR 'HLTH' OR 'ILL' OR 'ORIENT' OR 'OSW' OR 'PEP1.5' OR 'W/L' OR 'WMDF' OR 'SMDF-PT' OR 'ED-PIP' OR 'P4R' OR 'CAPITAL' OR 'OT-B P/O' OR 'OT1.5' OR 'OT2.5' OR 'CB1.5' OR 'CB2' OR 'CB2.5' OR 'OT2.0' OR 'CBONA1.5' OR 'RSRCH1.5' OR 'CPI 1.5' OR 'SP1.5' OR 'CBOPS1.5' OR 'NYW' OR 'HDW' OR 'GFW' OR 'VDW' OR 'JNW' OR 'CDW' OR 'CVW' OR 'LDW' OR 'TGW' OR 'RDW' OR 'XMW' OR 'BDW' OR 'EMW' OR 'WW' OR 'PL' OR 'JD' OR 'BRV' OR 'EDU' OR 'UL' OR 'SWCB' OR 'SMDF-PT' OR 'SC' OR 'S' OR 'V' OR 'VAC-P/O' OR 'STAT-P/O' OR 'NYT' OR 'F1T' OR 'HDT' OR 'GFT' OR 'VDT' OR 'F2T' OR 'JNT' OR 'CDT' OR 'CVT' OR 'LDT' OR 'TGT' OR 'RDT' OR 'XMT' OR 'BDT' OR 'ADT' OR 'EMT' OR 'SAL-CONT' OR 'MISC' OR 'MET' THEN TC_HOURS ELSE 0.00;
-* EMPDUP/A10=IF EARNING_MNEMONIC EQ EARNING_MNEMONIC THEN ' ' ELSE EARNING_MNEMONIC;
END
TABLE FILE NUR_TIMECARDS
PRINT
DISPLAY_NAME
EARNING_MNEMONIC
SCHEDULE_CODE
jobcode AS 'CHG JOB CODE'
TC_HOURS AS 'TOTALS'
paidhours AS 'PAID HOURS'
-* COMPUTE EMPDUP/A10 = IF EARNING_MNEMONIC EQ LAST EARNING_MNEMONIC THEN '' ELSE EARNING_MNEMONIC;
BY WORK_DATE
BY NURSE_TYPE
BY SENIORITY_DATE
ON TABLE SUBHEAD
"Detailed Timecard Hours by Cost Centre<+0> "
" "
"Cost Centre: <+0> &DEPARTMENT "
" "
"Date Range: &DATE_START - &DATE_END "
" "
ON TABLE SUBFOOT
" "
"Run date: WHERE WORK_DATE GE '&DATE_START.(FIND WORK_DATE IN NUR_TIMECARDS).Start Date.';
WHERE WORK_DATE LE '&DATE_END.(FIND WORK_DATE IN NUR_TIMECARDS).End Date.';
WHERE CHARGE_DEPT EQ &DEPARTMENT.(OR(FIND CHARGE_DEPT IN nur_timecards)).Department.;
ON TABLE SET PAGE-NUM OFF
ON TABLE COLUMN-TOTAL AS 'TOTAL' TC_HOURS paidhours
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
LINES-PER-PAGE=20,
$
TYPE=DATA,
COLUMN=N1,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N7,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N8,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N9,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N10,
JUSTIFY=CENTER,
$
TYPE=DATA,
COLUMN=N4,
JUSTIFY=CENTER,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=14,
BACKCOLOR='WHITE',
STYLE=BOLD,
$
TYPE=TABHEADING,
LINE=1,
JUSTIFY=CENTER,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
SIZE=18,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=2,
SIZE=16,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=3,
SIZE=18,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=FIELD,
ITEM=1,
SIZE=18,
BACKCOLOR=RGB(205 205 205),
$
TYPE=TABHEADING,
LINE=2,
JUSTIFY=CENTER,
$
TYPE=TABHEADING,
LINE=3,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(155 155 155),
$
TYPE=TABHEADING,
LINE=3,
OBJECT=TEXT,
ITEM=3,
SIZE=16,
$
TYPE=TABHEADING,
LINE=4,
OBJECT=TEXT,
ITEM=1,
SIZE=18,
$
TYPE=TABFOOTING,
SIZE=12,
BACKCOLOR='WHITE',
STYLE=BOLD,
$
TYPE=TABFOOTING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=TABFOOTING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
$
TYPE=SUBTOTAL,
BY=1,
SIZE=10,
STYLE=BOLD+ITALIC,
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
ENDSTYLE
END


7.6.8, Windows XP
Excel, PDF, Active HTML, HTML, PDF
 
Posts: 39 | Registered: May 27, 2010Report This Post
Silver Member
posted Hide Post
I just attached the current code for my report procedure.


7.6.8, Windows XP
Excel, PDF, Active HTML, HTML, PDF
 
Posts: 39 | Registered: May 27, 2010Report This Post
Virtuoso
posted Hide Post
Change your PRINT to SUM and report back.
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Silver Member
posted Hide Post
Thanks Prairie, There is no data duplication now but, the Total Hours and Paid Hours are incorrect now. Sometimes doubled, tripled, etc from what they should be.


7.6.8, Windows XP
Excel, PDF, Active HTML, HTML, PDF
 
Posts: 39 | Registered: May 27, 2010Report This Post
Expert
posted Hide Post
Add a MAX. to the TC_HOURS and paidhours.

When you added the SUM, the request summed up the numeric values for each sort field combination. By adding a MAX, MIN, FST or LST, you should get a non aggregated amount.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report 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     [SOLVED] Multiple Sort Fields

Copyright © 1996-2020 Information Builders