Condtional ListNum

G

Garth Wells

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.
 
S

Stefan Blom

LISTNUM fields don't seem to work correctly when nested with other
fields. Have you considered using SEQ fields instead?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top