Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value is != $NULL$ then I want to write the field title and the field value to a single, summary field I'm

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
) [mailto:arsl...@arslist.org] On Behalf Of Christine Sent: Wednesday, November 03, 2010 1:33 PM To: arsl...@arslist.org Subject: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Christine Sent: Wednesday, November 03, 2010 1:33 PM To: arsl...@arslist.org Subject: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
Subject: EXTERNAL: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value is != $NULL$ then I want to write the field title and the field

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
Thad - Thank you for your detail. Perhaps I should state for aesthetic purposes that the form has quite a few Page Fields, with some embedded Page Fields so that only a small portion of the form is presented to the user at any one time. Each portion has sections for Oracle Responsiblities - such

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Thad Esser
Table looping works pretty much as you described. Search for Table Loop in the workflow objects guide. Page 134 of the 7.1 guide has a section on Using filter guides in server-side table fields that might help. Basically, when the workflow hits the filter guide, it selects the first row in the

Re: Summarizing checkbox field titles and values to one field

2010-11-04 Thread Christine
Thanks for the clarification. I've been reading that section; I guess I'll have to give it a try. On Nov 4, 9:45 am, Thad Esser thad.es...@gmail.com wrote: Table looping works pretty much as you described.  Search for Table Loop in the workflow objects guide.  Page 134 of the 7.1 guide has a

Summarizing checkbox field titles and values to one field

2010-11-03 Thread Christine
I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value is != $NULL$ then I want to write the field title and the field value to a single, summary field I’m calling Record Summary. Imagine a form with

Re: Summarizing checkbox field titles and values to one field

2010-11-03 Thread Tommy Morris
To: arslist@ARSLIST.ORG Subject: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value is != $NULL$ then I want to write the field title and the field

Re: Summarizing checkbox field titles and values to one field

2010-11-03 Thread Rick Cook
works fine. -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Christine Sent: Wednesday, November 03, 2010 1:33 PM To: arslist@ARSLIST.ORG Subject: Summarizing checkbox field titles and values to one field I have

Re: Summarizing checkbox field titles and values to one field

2010-11-03 Thread Charles Baldi
To: arslist@ARSLIST.ORG Subject: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value is != $NULL$ then I want to write the field title

Re: Summarizing checkbox field titles and values to one field

2010-11-03 Thread Reiser, John J
: Wednesday, November 03, 2010 2:33 PM To: arslist@ARSLIST.ORG Subject: EXTERNAL: Summarizing checkbox field titles and values to one field I have a form with many, many checkboxes. When a person submits the form I want to walk just this record, evaluate each field for a value, if that value

Re: Summarizing checkbox field titles and values to one field

2010-11-03 Thread Thad Esser
Christine, I love a good puzzle, although many, many, hundreds of checkboxes scares me. Anyway, how about this: Create a New Form to hold information about the checkbox fields: Field ID Field Label Field Name Create a Table on your Request form that references the