If/Then Merge with bullet points, but without blank lines

G

GMarkham

Hello,

I'm trying to create an if/then merge based on the following logic...

If Condition A = true, output "• <string A>", else check for Conditio
B
If Condition B = true, output "• <string B>", else check for Conditio
C
If Condition C = true, output "• <string C>", else check for Conditio
D
If Condition D = true, output "• <string D>", else end

So, in the case of all conditions being true, the output would look lik
this:

• <string A>
• <string B>
• <string C>
• <string D>

Whereas if just Condition B & D were true, it would look like:

• <string B>
• <string D>

However, it's coming out as follows:


• <string B>

• <string D>

How do I properly structure the merge fields to get this to output th
way I want?

Many thanks,

Gre
 
L

Lisa Wilke-Thissen

Hi,
Whereas if just Condition B & D were true,
it would look like:
. <string B>
. <string D>
However, it's coming out as follows:
.
. <string B>
.
. <string D>
How do I properly structure the merge fields
to get this to output the way I want?

Include the paragraph mark (press ENTER instead of ***) in your
IF-field:

If Condition A = true,
output ". <string A>***",
else check for Condition B ...
 

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