Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Bullet Points in a Database Field Post Reply Post New Topic
Author Message
dallasf
Newbie
Newbie
Avatar

Joined: 11 Apr 2013
Online Status: Offline
Posts: 26
Quote dallasf Replybullet Topic: Bullet Points in a Database Field
    Posted: 06 Jul 2015 at 1:30pm
Hi,

I have a very simple crystal report where by I am showing a field from a database.

This field has multiple bullet points in it. If I were to query the field it would look like below.

• View everything we do from a customers perspective• Be the easiest company to do business with

However, this is not what the client requires.

They would like to appear as such:

• View everything we do from a customers perspective
• Be the easiest company to do business with

How can I do this in crystal or would i have to separate in SQL

Thanks for your help
IP IP Logged
dallasf
Newbie
Newbie
Avatar

Joined: 11 Apr 2013
Online Status: Offline
Posts: 26
Quote dallasf Replybullet Posted: 08 Jul 2015 at 1:04pm
Nobody?
IP IP Logged
kevlray
Admin Group
Admin Group
Avatar

Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Quote kevlray Replybullet Posted: 08 Jul 2015 at 1:28pm
If I am assuming that the first line is a continuous string.  I would use the replace function.  I do not know what the bullet symbol ascii code so I will use a dummy for the example formula.

replace({somestring}, chr(0), chr(0)+chr(13))

that should put a carriage return into the string.
IP IP Logged
dallasf
Newbie
Newbie
Avatar

Joined: 11 Apr 2013
Online Status: Offline
Posts: 26
Quote dallasf Replybullet Posted: 08 Jul 2015 at 5:37pm
Thanks!

I decided to create a formula for each field for each line. Not a great way of doing it but it worked.

Split ({field},"•")[2]
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.