Focal Point
Chained drop down boxes

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

November 30, 2007, 10:18 AM
UNCGTrainer
Chained drop down boxes
Does anyone have a good place for someone to learn about chained drop down boxes?

I am trying to incorporate this into my report.

The report is a class roster list but users want to be able to choose from a list that starts with the term code then based on that the subjects populate then based on that selection the course numbers for that subject then based on that selection the section number for that course.

I totally do not know javascript. Any help would be greatly appreciated.


WF v. 7.1.1
Windows XP
PDF, HTML
November 30, 2007, 10:24 AM
GinnyJakes
Please see the "Developing Reporting Applications" manual, chapter 6. It has a number of pages dedicated to this topic.

Also, please update your signature with your environment particualars, i.e. release, platform, etc., so that we can more easily help you.


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
November 30, 2007, 10:28 AM
UNCGTrainer
Ginny,

Thanks for helping me.

Where do I get that manual? I don't have it. Second, I updated the information in my profile why is it not showing up when I post something?


WF v. 7.1.1
Windows XP
PDF, HTML
November 30, 2007, 11:24 AM
Tony A
Because, unfortunately, it is the signature text that shows and not the platform details Frowner
A topic also seems to require editing before it will show after an edit of the signature in your profile FrownerFrowner

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 
November 30, 2007, 04:54 PM
GinnyJakes
To find the manual, log onto the IBI website and go to the Quick Links section, Tech Doc link. Eventually you will find your way to a list of WebFOCUS manuals and you can download it.


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
December 03, 2007, 08:47 AM
linus
One thing to keep in mind with chaining drop down boxes is that the fields being used to populate the drop down boxes must be in the same table in order to chain the boxes together. I needed to chain fields that were not in the same table so my work around was to join the tables and create a hold file. The hold file will then appear in your list of available master files in the HTML Layout Painter. Use the hold file when creating your drop down boxes. I then scheduled the job to run nightly that creates the hold file I mentioned previously. Hope this helps.


WF 7.7.05
HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files
HTML, Excel, PDF
December 03, 2007, 09:06 AM
GinnyJakes
Linus,

You can use a focexec to load your chained boxes and that might help with the problem of different sources. The doc is in the same section of the manual I referred to above. I haven't personally tried it but it might be worth looking into.


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
December 04, 2007, 10:30 AM
linus
This was at a previous job where I supported end-users who created their own reports. I needed a simple solution for them and I found this was the best solution.


WF 7.7.05
HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files
HTML, Excel, PDF