Print Page | Close Window

Missing Data

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2022
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2571
Printed Date: 18 Apr 2025 at 10:48pm


Topic: Missing Data
Posted By: bobbabuoy
Subject: Missing Data
Date Posted: 10 Mar 2008 at 4:55pm
I am a CR newbie and I have a report that I am trying to insert a formula field into.  It is a conditional field and I am not getting the data to show up.  Here is the conditional statement in the field.

if {Accounts.account #} = '@01' then 'SAVVI-SOUTHDALE'
else if {Accounts.account #} = '@02' then 'SAVVI-MAPLEWOOD'
else if {Accounts.account #} = '@03' then 'SAVVI-ROSEDALE'
else if {Accounts.account #} = '@04' then 'SAVVI-ARBOR LAKES'
else if {Accounts.account #} = '@05' then 'SAVVI-BURNESVILLE'
else if {Accounts.account #} = '@08' then 'SAVVI-WOODBURY'
else if {Accounts.account #} = '@11' then 'SAVVI-RIDGEDALE'
else if {Accounts.account #} = '@12' then 'SAVVI-NORTHTOWN'
else if {Accounts.account #} = '@13' then 'SAVVI-EAGAN'
else ''


I should point out that the Report Fields display does not show the Accounts table.



Replies:
Posted By: fusion
Date Posted: 14 Mar 2008 at 11:10am

What is '@01' ?    Seems like another formula.

What do you mean by "Report Fields display does not show the Accounts table" ?


Posted By: bobbabuoy
Date Posted: 14 Mar 2008 at 1:26pm
Ok, I am embarrassed but, hey, look at the number of posts I have authored. Yeah, the @ should not be there and now that problem is solved.
 
Sorry....


Posted By: fusion
Date Posted: 14 Mar 2008 at 4:25pm
http://www.crystalreportsbook.com/forum/member_profile.asp?PF=3901&FID=6 - bobbabuoy ,
I do not know why you must be embarassed. We ask what we do not know. Sometimes we find the solution ourselves but sometimes we need help.
Most important thing is that you solved the problem yourself. Thanks to you.


Posted By: bobbabuoy
Date Posted: 14 Mar 2008 at 5:45pm
Thanks a ton.  I think I am going to like this forum.



Print Page | Close Window