Focal Point
[SOLVED] Chaining not working

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

February 23, 2009, 08:27 AM
MacLonghorn
[SOLVED] Chaining not working
OK, time to get the masters to help. I'm trying to get the chain feature to work for dropdowns. I'm trying in MRE and in the app folder as well. No luck.

I'm using CAR, two dropdowns (country and car). Without chaining they work, but as soon as I chain they both show up empty. Any ideas?

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


Thanks.

Mark
WF 7.6 Windows
February 23, 2009, 10:06 AM
Tony A
Mark,

Have you checked out the previous posts by various people?

For starters -
Link 1
Link 2
Link 3

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 23, 2009, 03:33 PM
MacLonghorn
Hi Tony
I've seen a number of posts, but they're all trying to do something special, such as one that you referenced, which is have multiple chains. I'm literally just doing a single chain from the CAR file, not a FEX. I'm using Dev Studio 764.


Thanks.

Mark
WF 7.6 Windows
February 23, 2009, 05:14 PM
ChannyS
I went through this too once... It's one of those things that you gotta wonder why it was developed this way.

When you select your field from the Master, only a value field is inserted, not a display field. Drag/Drop the field you want into the Display field edit box on top of the data source view.

I think that should fix it up for you.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv
February 24, 2009, 01:59 AM
Tony A
Mark,

The principle is just the same, however, a few questions -

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 24, 2009, 02:08 AM
arvind
hi,

There are no. of ways of doing chaining.

One - Hold the column values you wanna chain in a hold file. APP HOLD the hold file and create a master file. Then use that master file for populating both the dropdowns.

Then click the icon - add to the chain at the top.

Second - You can use Javascript functions like OnChange in the text editor.

Search for this function in the forum. You willget lots of examples.

Thank you

aravindan


WebFOCUS 714
Windows XP
Output: HTML,PDF,Excel
February 24, 2009, 04:38 PM
MacLonghorn
Tony, WF Dev Studio 764.

ChannyS...hero of the day. That's it...you have to drag the field into the value AND display fields.


Thanks.

Mark
WF 7.6 Windows
February 24, 2009, 11:10 PM
ChannyS
Glad to be of help. I went through the same thing not long ago and had to debug through IBI's JavaScript to figure out what the problem was.


Release: WebFOCUS 7.6.8
OS: Windows
Output formats: HTML, PDF, Excel, csv