Focal Point
[CLOSED] displaying chained data on the launch page

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

May 16, 2011, 11:45 AM
Bob G.
[CLOSED] displaying chained data on the launch page
I have a launch page (.htm) containing hierarchical chained data – Organization/Market/Region/Territory – passing values to a .fex report.
I need to use the ‘Organization’ value in the original chained data to be used for a different hierarchical dataset. How can I do this?

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


WebFOCUS 711
WebFOCUS 761
Windows 2003 Server
Formats: PDF, EXCEL, HTML
May 16, 2011, 02:25 PM
Tony A
Bob,

Check out this previous post which may help?

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 
May 17, 2011, 02:09 AM
Rajna Nannat
We can chain n number of listboxes from one parent fex. I am not sure if there is any limitations to this.

A->B->C
A->D
A->E
...
A->Z

I have done upto 3 chaining from one parent procedure for example A.

Examples for populating B and D from A:
[CODE]
Procedure for A
----------------
TABLE FILE A
PRINT
FLD_1A
BY FLD_2A
....
Procedure for B
----------------
TABLE FILE B
PRINT
FLD_1B
BY FLD_2B
WHERE FLD_1B EQ &FLD_1A
.........
Procedure for D
----------------
TABLE FILE D
PRINT
FLD_1D
BY FLD_2D
WHERE FLD_1D EQ &FLD_1A
.........


WebFOCUS 8.1.05
Windows
Excel, PDF, HTML