Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Remove * (asterisk) from a field Post Reply Post New Topic
Author Message
chudok
Groupie
Groupie


Joined: 18 May 2010
Online Status: Offline
Posts: 70
Quote chudok Replybullet Topic: Remove * (asterisk) from a field
    Posted: 18 Nov 2011 at 4:18am
I have some part #'s that have an * (asterisk) in front of them.  I need to remove the asterisk from the field when I place it on the report. 

Example:
*10012
needs to be
10012
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 18 Nov 2011 at 8:51am
if left({table.field}, 1) = "*" then
 mid({table.field},2)
else
 {table.field}
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.