Originally posted this in the numbering newsgroup, but no responses
so I'm going to give this NG a shot.
--


I'm trying to use If statements to do conditional numbering, but
have not had any luck so far. This is what I'm trying:

{ If BkMrk1=True "Recommendation1 {ListNum}" "" }
{ If BkMrk2=True "Recommendation2 {ListNum}" "" }
{ If BkMrk3=True "Recommendation3 {ListNum}" "" }
{ If BkMrk4=True "Recommendation4 {ListNum}" "" }

So, if BkMrk1 and BkMrk4 are True, I want:

Recommendation1 1.01
Recommendation4 2.01

I'm only getting the text, with no numbers.

Recommendation1
Recommendation4


Thanks for any suggestions.

Re: Conditional ListNum by Word

Word
Tue Jun 29 20:32:16 CDT 2004

G'day "Garth Wells" <nobody@ishome.com>,

Are you using {Listnum "SomeListName"}?


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Garth Wells reckoned:

>Originally posted this in the numbering newsgroup, but no responses
>so I'm going to give this NG a shot.


Re: Conditional ListNum by Garth

Garth
Wed Jun 30 12:31:29 CDT 2004

I tried that and it did not help.


"Word Heretic" <myfullname@tpg.com.au> wrote in message
news:fv54e0dmvmc2anhfbnn16hfhpgv3lfpss6@4ax.com...
> G'day "Garth Wells" <nobody@ishome.com>,
>
> Are you using {Listnum "SomeListName"}?
>
>
> Steve Hudson - Word Heretic
> Want a hyperlinked index? S/W R&D? See WordHeretic.com
>
> steve from wordheretic.com (Email replies require payment)
>
>
> Garth Wells reckoned:
>
> >Originally posted this in the numbering newsgroup, but no responses
> >so I'm going to give this NG a shot.
>



Re: Conditional ListNum by Jean-Guy

Jean-Guy
Wed Jun 30 11:33:33 CDT 2004

Bonjour,

Dans son message, < Garth Wells > écrivait :
In this message, < Garth Wells > wrote:

|| Originally posted this in the numbering newsgroup, but no responses
|| so I'm going to give this NG a shot.
|| --
||
||
|| I'm trying to use If statements to do conditional numbering, but
|| have not had any luck so far. This is what I'm trying:
||
|| { If BkMrk1=True "Recommendation1 {ListNum}" "" }
|| { If BkMrk2=True "Recommendation2 {ListNum}" "" }
|| { If BkMrk3=True "Recommendation3 {ListNum}" "" }
|| { If BkMrk4=True "Recommendation4 {ListNum}" "" }
||
|| So, if BkMrk1 and BkMrk4 are True, I want:
||
|| Recommendation1 1.01
|| Recommendation4 2.01
||
|| I'm only getting the text, with no numbers.
||
|| Recommendation1
|| Recommendation4
||
||

I do not think you can embedd LISTNUM fields (They do not even work in QUOTE
fields).

Try SEQ fields instead.

Also, What is "BkMrk1"...

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org




Re: Conditional ListNum by Garth

Garth
Wed Jun 30 16:02:17 CDT 2004

BkMrk stands for bookmark...the appearance of the Recommendations
depends on the value of the associated bookmark.


"Jean-Guy Marcil" <no-spam@leaveme.alone> wrote in message
news:O#5to#rXEHA.2868@TK2MSFTNGP09.phx.gbl...
> Bonjour,
>
> Dans son message, < Garth Wells > écrivait :
> In this message, < Garth Wells > wrote:
>
> || Originally posted this in the numbering newsgroup, but no responses
> || so I'm going to give this NG a shot.
> || --
> ||
> ||
> || I'm trying to use If statements to do conditional numbering, but
> || have not had any luck so far. This is what I'm trying:
> ||
> || { If BkMrk1=True "Recommendation1 {ListNum}" "" }
> || { If BkMrk2=True "Recommendation2 {ListNum}" "" }
> || { If BkMrk3=True "Recommendation3 {ListNum}" "" }
> || { If BkMrk4=True "Recommendation4 {ListNum}" "" }
> ||
> || So, if BkMrk1 and BkMrk4 are True, I want:
> ||
> || Recommendation1 1.01
> || Recommendation4 2.01
> ||
> || I'm only getting the text, with no numbers.
> ||
> || Recommendation1
> || Recommendation4
> ||
> ||
>
> I do not think you can embedd LISTNUM fields (They do not even work in QUOTE
> fields).
>
> Try SEQ fields instead.
>
> Also, What is "BkMrk1"...
>
> --
> Salut!
> _______________________________________
> Jean-Guy Marcil - Word MVP
> jmarcilREMOVE@CAPSsympatico.caTHISTOO
> Word MVP site: http://www.word.mvps.org
>
>
>