Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: numeric only not displaying in string Post Reply Post New Topic
Author Message
jgray
Newbie
Newbie


Joined: 17 Sep 2013
Online Status: Offline
Posts: 1
Quote jgray Replybullet Topic: numeric only not displaying in string
    Posted: 17 Sep 2013 at 11:06pm
Hi there

Does anyone know why when there is just numeric characters in a string field it doesn't display. I've tried the following but it still doesnt work

if numerictext({'Data_1__'.Address: line 1}) then totext({'Data_1__'.Address: line 1}) else {'Data_1__'.Address: line 1}

Any advice welcome
Thanks
Julie
IP IP Logged
kostya1122
Senior Member
Senior Member
Avatar

Joined: 13 Jun 2011
Online Status: Offline
Posts: 475
Quote kostya1122 Replybullet Posted: 18 Sep 2013 at 6:43am
that is weird
try
if isnumeric({'Data_1__'.Address: line 1})= true then totext({'Data_1__'.Address: line 1}) else {'Data_1__'.Address: line 1}

or just

 totext({'Data_1__'.Address: line 1})
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.