Download presentation
Presentation is loading. Please wait.
Published byNeil Townsend Modified over 9 years ago
1
May 10, 2012 Version 7 Release 7.03 Ira Kaplan WebFOCUS New Features 1
2
References 2 http://documentation.informationbuilders.com/masterindex/docdetail.asp?docid=2775 http://documentation.informationbuilders.com/masterindex/docdetail.asp?docid=2872 New Features Quick View Interactive Diagram 7.7.03 WebFOCUS New Features 7.7.03
3
3
4
Active Technologies for Mobile Web Apps 4
5
Full Screen View 5
6
Active Report on iPad in Web App View 6
7
Report Painter: Accordion Report 7
8
Accordion Report 8
9
9
10
Accordion Report Not Set 10
11
Accordion Report: Off 11 ON TABLE SET EXPANDBYROW OFF
12
Accordion Report: Only show top level 12 ON TABLE SET EXPANDBYROW ON
13
Accordion Report: Only show top level 13 ON TABLE SET EXPANDBYROW ON Gerry says: Only show top level is identical to InfoAssist behavior
14
Accordion Report: Expand n levels [1] 14 ON TABLE SET EXPANDBYROW 1
15
Accordion Report: Expand n levels [2] 15 ON TABLE SET EXPANDBYROW 2
16
Accordion Report: Checked, Automatic Expansion… Off 16 ON TABLE SET EXPANDABLE ON ON TABLE SET EXPANDBYROW OFF
17
Accordion Report: Expand Everything 17 ON TABLE SET EXPANDBYROW ALL
18
Report Painter: Active Reports Sizing a Grid Component with Respect to its Container 18
19
Active Report Size Is Not Bounded by Container 19
20
Active Report Size Is Bounded by Container 20
21
Document Composer Respects Style Settings 21
22
Document Composer Respects Style Settings 22 Gerry says: Ignore the scroll bars where ARREPORTSIZE = FLOWING. Will not appear on output.
23
Active Report Size: LINES-PER-PAGE 23
24
InfoAssist 24
25
Dynamic Reference Line 25
26
Dynamic Reference Line, continued 26 Where do I find it?
27
Developer Studio Enhancements 27
28
Empty Report: The Report 28
29
Empty Report: The Report 29
30
Empty Report: OFF 30
31
Empty Report: ON 31
32
Empty Report: ANSI 32
33
Empty Report 33 Controlling Output When TABLE Request Retrieves Zero Records ANSI Produces a single-line report and displays the missing data character or a zero if a COUNT is requested. In each case, &RECORDS will be 0, and &LINES will be 1. If the SQL Translator is invoked, ANSI automatically replaces OFF as the default setting for EMPTYREPORT. ON Produces an empty report (column headings with no content). This was the default behavior in prior releases. OFF Produces no report output. OFF is the default value except for SQL Translator requests. ANSI replaces OFF as the default setting for the EMPTYREPORT parameter, so the results are the same as for the ANSI setting.
34
Server Enhancements 34
35
App Move 35 Move the entire contents of one application to another. APP MOVE app1[/app1a...] app2[/app2a...] app1 is the source app2 is the destination (must be created first) Nested applications are supported APP MOVE is destructive, deletes source application May use APP COPY to retain source application APP PATH ibisamp ibidemo user_forum_originalAPP CREATE user_forum_movedAPP MOVE user_forum_original user_forum_moved
36
Reporting Language Enhancements 36
37
LCWORD3 37 The LCWORD3 function converts the letters in a character string to mixed-case by converting the first letter of each word to uppercase and converting every other letter to lowercase. In addition, a single quotation mark indicates that the next letter should be converted to uppercase as long as it is neither followed by a blank nor the last character in the input string. LCWORD3(length, string, output)
38
LCWORD3 Example 38 LCWORD3(length, string, output) DEFINE FILE EMPLOYEE MYVAL1/A10='O'CONNOR'S'; MYVAL2/A10='o'connor's'; LC1/A10 = LCWORD3(10, MYVAL1, 'A10'); LC2/A10 = LCWORD3(10, MYVAL2, 'A10'); END TABLE FILE EMPLOYEE SUM LAST_NAME NOPRINT MYVAL1 LC1 MYVAL2 LC2 END MYVAL1 LC1MYVAL2LC2 ------------------ O'CONNOR'SO'Connor'so'connor'sO'Connor's
39
Retrieving the Current Date in Any Valid Format Date-Time Value, too 39 {&DATE|&DATX}fmt &DATEKeeps trailing blanks &DATEXDrops trailing blanks FmtAny valid date or date-time format Dialog Manager Technique
40
&DATE Examples 40 -TYPE DATE = &DATE -TYPE MDYY = &DATEMDYY -TYPE YYM = &DATEYYM -TYPE MDY = &DATEMDY -TYPE YYQ = &DATEYYQ -TYPE MBDBYY = &DATEMBDBYY -TYPE YYMtr = &DATEYYMtr -TYPE HYYMDS = &DATEHYYMDS DATE = 05/09/11 MDYY = 05/09/2011 YYM = 2011/05 MDY = 05/09/11 YYQ = 2011 Q2 MBDBYY = 05 09 2011 YYMtr = 2011, May HYYMDS = 2011/05/09 14:06:26
41
Subtotals Below the Line (Default) 41 TABLE FILE CAR PRINT CAR.CARREC.MODEL CAR.BODY.SALES BY LOWEST CAR.ORIGIN.COUNTRY BY LOWEST CAR.COMP.CAR ON CAR.ORIGIN.COUNTRY SUBTOTAL AS '*TOTAL' ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ ENDSTYLE END
42
Subtotals Above the Line 42 SET SUBTOTALS = ABOVE TABLE FILE CAR PRINT CAR.CARREC.MODEL CAR.BODY.SALES BY LOWEST CAR.ORIGIN.COUNTRY BY LOWEST CAR.COMP.CAR ON CAR.ORIGIN.COUNTRY SUBTOTAL AS '*TOTAL' ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ ENDSTYLE END
43
Thank you 43
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.