Focal Point
Auto-Population Through procedure...

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

February 26, 2008, 05:12 AM
focuzsambit
Auto-Population Through procedure...
i am creating a drop-box in html-layout painter.
And it's a auto-populated dropbox via a procedure call.
What should be the hold format in the procedure.

on table hold as hld format alpha/xml >> not pulling the values in the drop-box...


any help for this ??

tks...sam


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
February 26, 2008, 08:08 AM
Tony A
Sam,

You need at least two data columns and the format must be XML -

TABLE FILE CAR
SUM FST.COUNTRY
 BY COUNTRY
ON TABLE PCHOLD FORMAT XML
END

As a sample

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 
February 26, 2008, 09:05 AM
Leah
To add to Tony's remark. The first column is the value that will be passed, the second column is what displays. Any sorting must be done prior to the creation of the output if you want the order of display different than how for example Tony shows it.


Leah
February 26, 2008, 09:25 AM
GinnyJakes
This process is well-documented in the "Developing Reporting Applications" manual, chapter 6.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
February 26, 2008, 10:51 PM
focuzsambit
thanks Tony...


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI