In this section: |
The following are known issues in the WebFOCUS language.
The following is a known issue with Accordion reports:
The following are known issues with Table of Contents (TOC) reports:
The following are known issues with EXL2K FORMULA:
In the following example, the field UNITS will be represented twice in the internal matrix: for UNITS and PCT.UNITS. When the COMPUTE that follows references the UNITS field, it is passed the last instance of UNITS, which in this case, is PCT.UNITS, rather than the first instance, which would be UNITS.
TABLE FILE GGSALES
SUM UNITS
BUDUNITS
PCT.UNITS
COMPUTE PERC_BUD/D12.6 = UNITS/BUDUNITS; AS 'Percent of Budget'
BY REGION
BY ST
ON TABLE PCHOLD FORMAT EXL2K FORMULA
END 
The following issues apply to FORMAT EXL07:
The following browser specific issue occurs when using the HTML HFREEZE reporting feature:
The following issue applies to compound layout reports using document composer syntax:
MARKUP=ON, TEXT='Page <ibi-page-number/> of <ibi-total-pages/>',$
would display
Page 1 of 100
In WebFOCUS Server Release 7.7 Version 05 gen 115, the space can be removed from the text object with WRAP=OFF and no embedded styling between the page number variables. For example, the following code produces a page number string without the extra spaces:
MARKUP=ON, WRAP=OFF, TEXT='<font face="ARIAL" size=10><i>Page <ibi-page-number/> of <ibi-total-pages/> of Sales Report </i>', $
would display
Page
1 of 100The extra space will continue to be presented within text objects where WRAP=ON or styling is embedded in the text string. For example:
WRAP=ON,MARKUP=ON, TEXT='<i>Page</i> <ibi-page-number/> of <ibi-total-pages/>', $
would display
Page 1 of
100 | WebFOCUS |