Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: "no record" message Post Reply Post New Topic
Author Message
bulluk
Newbie
Newbie


Joined: 07 Aug 2007
Online Status: Offline
Posts: 4
Quote bulluk Replybullet Topic: "no record" message
    Posted: 11 Jul 2008 at 12:55am
Hi,
 
I'm creating report (CrystalReport X) which is showing stock of different warehouses. Warehouse is a parameter introduced by user and also is grouped by warehouses. As a condition is that only items, which Balance is more than 0, are appearing (so as a Record Selection formula I have Balance>0). As a result, if there is warehouse which all related items have Balance=0, he is not appearing, even not just with no records.
So is it any easy method to project such a group anyway, for example with message "No records/No items for this warehouse."
 
I was looking in the internet for sth like that but I couldn't find. I thought also about using condition RecordNumber=0 but I have no idea where and how to use it.
 
So thank you in advance for any help.
 
Lukas   
IP IP Logged
rahulwalawalkar
Senior Member
Senior Member
Avatar

Joined: 08 Jun 2007
Location: United Kingdom
Online Status: Offline
Posts: 731
Quote rahulwalawalkar Replybullet Posted: 13 Jul 2008 at 2:14pm
Hi,
 
Try  
 
IF  isnull(count(table.fieldname))  then
'No Records'
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.016 seconds.