Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Data No Populating Post Reply Post New Topic
Author Message
nkoch1047
Newbie
Newbie


Joined: 03 Dec 2015
Online Status: Offline
Posts: 3
Quote nkoch1047 Replybullet Topic: Data No Populating
    Posted: 03 Dec 2015 at 12:35pm
Anyone have a solution that will bring in the name field even though they do not have that data in field ? The data is not required nor is it populated, you have to manually add. I was told to write if then else statement.
If anyone utilizing is Morrisey, MSOW, might understand this.
Nora
IP IP Logged
kevlray
Admin Group
Admin Group
Avatar

Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Quote kevlray Replybullet Posted: 04 Dec 2015 at 6:49am
What would the if - else statement be for.  Maybe to display something if there is no data in the field?!?
IP IP Logged
nkoch1047
Newbie
Newbie


Joined: 03 Dec 2015
Online Status: Offline
Posts: 3
Quote nkoch1047 Replybullet Posted: 06 Dec 2015 at 12:54am
Yes, to populate if no data exists in that field.
Nora
IP IP Logged
kevlray
Admin Group
Admin Group
Avatar

Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Quote kevlray Replybullet Posted: 07 Dec 2015 at 3:58am
Then in the formula editor.  I would do something like this.  Make sure in the formula editor the dropdown (near the top of the formula editor)  is set to Default values for Nulls.

if len({somefield}) = 0 then 'Display for no value'
else {somefield}
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.