Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: @LineItemTotal Post Reply Post New Topic
Author Message
grant21
Newbie
Newbie


Joined: 17 Jan 2008
Location: Canada
Online Status: Offline
Posts: 2
Quote grant21 Replybullet Topic: @LineItemTotal
    Posted: 17 Jan 2008 at 12:26pm
Hi guys, complete newbie question here,
 
I'm working with the default invoice report in Crystal Reports 9 (Integrated version with ServiceCEO 6.1). Is there any way to have @LineItemTotal not show a number for items included in a kit?  (Under "Amount".) @RateAsCur  so far is doing exactly what I want.  ("Price")
 
Here's a link to an example pic of where I'm at so far. 
 


Edited by grant21 - 17 Jan 2008 at 12:42pm
IP IP Logged
Lugh
Senior Member
Senior Member
Avatar

Joined: 14 Nov 2007
Online Status: Offline
Posts: 377
Quote Lugh Replybullet Posted: 18 Jan 2008 at 5:37am
Sure, that's just a conditional suppression.  Easy as pie.

Right-click on the field.
Go to Format Field.
Go to the Common tab.
Click on the "x-2" button next to where it says "Suppress".
Enter the criteria to suppress the field.  This might look like:

@LineItemTotal = 0

or
Instr({MyReport.PartID},"kit") > 0
//This would indicate that the part ID had the word "kit" in it, if that's the indicator you want to use.


That should pretty much do it.  The last step is to go buy Brian's book.  Because it will help with all the newbie questions, and even answer ones you haven't thought to ask yet.  Wink
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.