G
Garth Wells
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.
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.