Print Page | Close Window

how to remove , in the string

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=7561
Printed Date: 28 Apr 2024 at 9:45pm


Topic: how to remove , in the string
Posted By: ansai
Subject: how to remove , in the string
Date Posted: 01 Sep 2009 at 10:50pm
how can i remove the (,) in the given string
 
sample i have 1,2,3,5
how can i make it to have the output of 1235
 
 
TY!
 
 



Replies:
Posted By: lockwelle
Date Posted: 02 Sep 2009 at 6:20am
replace({table.field}, ",", "")


Posted By: ansai
Date Posted: 02 Sep 2009 at 6:37pm
thank you lockwelle! :D

really helps!



Print Page | Close Window