
Signature
William F. O'Neill
wfoneill@bellsouth.net
Not sure I have interpreted the problem correctly, but see the "Multiple
items per condition" item under the "Special merges" section of fellow MVP
CIndy Meister's website at
http://homepage.swissonline.ch/cindymeister/MergFram.htm

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Am using Powerbuilder 8.0.4 and Sybase 12.5 , Word 97, on WINNT
>
[quoted text clipped - 10 lines]
> report, this appears to be a different animal all together. Hope I've made
> myself clear. If not, please ask.
William F. O'Neill - 15 May 2004 07:56 GMT
HI Doug:
That site wasn't very helpful. Thanks anyway. I was wondering if I could
use an IF clause, something like this pseudocode: If Mergefield issue4
exists, then get and place same in bookmark, else, move on to next bookmark.
Let me know what you think.
> Not sure I have interpreted the problem correctly, but see the "Multiple
> items per condition" item under the "Special merges" section of fellow MVP
[quoted text clipped - 17 lines]
> made
> > myself clear. If not, please ask.
Doug Robbins - Word MVP - 15 May 2004 11:08 GMT
Is there a field in the data source for the maximum number of issues and
objectives but in some cases, not all of the fields are populated.
If that's the case, for each mergefield that might be blank, you would need
to use the following field construciton
{IF {Mergefield name} <> "" "{Mergefield name}¶
" }
where the ¶ is inserted by pressing the enter key. Note that the { } are
not entered by using the key with those symbols on the keyboard, you must
use Ctrl+F9

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> HI Doug:
>
[quoted text clipped - 30 lines]
> > made
> > > myself clear. If not, please ask.
William F. O'Neill - 15 May 2004 20:57 GMT
Thanks Doug, that's very helpful, and will try out at work on Monday.
> Is there a field in the data source for the maximum number of issues and
> objectives but in some cases, not all of the fields are populated.
[quoted text clipped - 52 lines]
> > > made
> > > > myself clear. If not, please ask.
Doug Robbins - Word MVP - 16 May 2004 02:35 GMT
Your later re-statement of the situation makes me think that this is
probably not the solution. That would be the case if the data is in the
following format
Corporation Objective
A Objective 1
A Objective 2
A Objective 3
A Objective 4
A Objective 5
A Objective 6
B Objective 1
B Objective 2
B Objective 3
C Objective 1
C Objective 2
C Objective 3
C Objective 4
The If..Then..Else could be made to work if you had
Corporation Objective1 Objective2 Objective3 Objective4
Objective5 Objective6
A Data Data Data
Data Data Date
B Data Data Date
No Data No Data No Data
C Data Data Data
Data No Data No Data
Even then it's a pain to set up.

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
> Thanks Doug, that's very helpful, and will try out at work on Monday.
>
[quoted text clipped - 9 lines]
> >
> > where the ¶ is inserted by pressing the enter key. Note that the { }
are
> > not entered by using the key with those symbols on the keyboard, you must
> > use Ctrl+F9
[quoted text clipped - 52 lines]
> > > > made
> > > > > myself clear. If not, please ask.