Focal Point
[CLOSED] Issue with across + over + pageno

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4057028776

August 14, 2015, 08:59 AM
Dave
[CLOSED] Issue with across + over + pageno
Hi all...

Can anybody please test this on a different version then mine? ( 8009 )

TABLE FILE CAR
 SUM SALES OVER
     SEATS
 ACROSS COUNTRY
ON TABLE PCHOLD FORMAT PDF 
ON TABLE SUBFOOT
"<TABPAGENO"
END


In the ouput the TABPAGENO is 30200 ( which is the SALES amount for ITALY ! )

#TABPAGENO

This message has been edited. Last edited by: <Kathryn Henning>,


_____________________
WF: 8.0.0.9 > going 8.2.0.5
August 14, 2015, 09:33 AM
Tony A
Hmm, looks like a bug to me! Time for you to raise a case Smiler

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
August 14, 2015, 09:48 AM
Tom Flynn
Hi Dave,
Get the same in 8.07(PROD), 8.1.04(QA) - workaround, works in both,(as these are becoming the norm):

  
DEFINE FILE CAR
  DUMMY/A1 = '';
END
TABLE FILE CAR
 SUM SALES OVER
     SEATS
 ACROSS COUNTRY
BY DUMMY NOPRINT
ON TABLE PCHOLD FORMAT PDF 
ON DUMMY SUBFOOT
"Page: <TABPAGENO"
END
-EXIT



Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
August 14, 2015, 10:51 AM
MartinY
I have the same issue even in 7.7.03

So you've found an old bug Dave


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
August 15, 2015, 02:18 PM
Danny-SRL
Workaround:
  
TABLE FILE CAR
ON TABLE SUBFOOT
"<TABPAGENO"
 SUM SALES OVER
     SEATS
 ACROSS COUNTRY
ON TABLE PCHOLD FORMAT PDF
END



Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

August 17, 2015, 02:56 AM
Dave
I found a bug Big Grin



...and thanks for the workarounds. But I just wanted to confirm the bug.

I'm working with WF some years now...
...I know how to workaround Roll Eyes


_____________________
WF: 8.0.0.9 > going 8.2.0.5