Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Print null records Post Reply Post New Topic
<< Prev Page  of 3
Author Message
rlivermore
Groupie
Groupie


Joined: 27 Sep 2012
Online Status: Offline
Posts: 70
Quote rlivermore Replybullet Posted: 03 Dec 2014 at 11:34am
Source is sql and I have full access to the db
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 03 Dec 2014 at 11:40am
a view allows you to use a graphic interface and not really write much code. It is about the same as adding tables and a select criteria to Crystal.
IN Crystal you can then replace your one table with a view that is filtering out the records you do not want.
the trick is you need to filter it before you join it to the other tables, hence using the view in lieu of the table.
try and make a view with a where clause that has the IS NULL or <> 'value' then use it as your source instead of the original table.
 
This is less efficient than the a stored proc but it might be what you need for now.
Learning how to make views and stored procs will increase your crystal options quite a bit.
IP IP Logged
<< Prev Page  of 3
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.