Jump to content

Bullets


Recommended Posts

I have a client that needs the following as bullet points. They might be instances where they only need one or two of the points.

 

http://i105.photobucket.com/albums/m218/knotaro23/Capture_zpsbfed9e2c.png

Edited by knotaro
i am dumb
Link to comment
Share on other sites

What is the question?

 

The bullet is a label. The label should appear if content exists. The built-in HidePhoneNumberLabel rule is a good start.

 

if (Field("YourField") == "")
return "";
else
return '•<t>';

 

If your field is not blank, return a bullet character and a tab character.

 

The tab and indent settings can be applied in the Variable Text Editor.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...