Print Page | Close Window

Quotes around numbervar

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=21277
Printed Date: 18 May 2024 at 10:53pm


Topic: Quotes around numbervar
Posted By: nhopp4
Subject: Quotes around numbervar
Date Posted: 14 Jan 2015 at 8:21am
Hello,
I have a table that I want to add quotes around every value. The table is employee ID and I was trying to figure out a display string that would give me "12345" for all values of the table.

I am seriously stumped on this and should be pretty easy but I am at a loss. Please help!

Thanks,
Nick



Replies:
Posted By: DBlank
Date Posted: 14 Jan 2015 at 8:28am

'"'+totext(field,0,'')+'"'



Posted By: nhopp4
Date Posted: 15 Jan 2015 at 4:54am
As always you are great help! Had to edit it a bit because it had too many arguments.

'"'+totext({LISTING.EMPLOYEE_ID})+'"'

Thanks again!



Print Page | Close Window