Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Forumula Help Please Post Reply Post New Topic
Author Message
CarrieFisher
Newbie
Newbie
Avatar

Joined: 05 Sep 2011
Location: Canada
Online Status: Offline
Posts: 1
Quote CarrieFisher Replybullet Topic: Forumula Help Please
    Posted: 25 Nov 2011 at 9:28am
Good Morning,
 
In Crystals 2010, I need to make the following forumla field.
 
I am very junior, your help is much appreciated!
 
I have a sum field (where I have asked it to sum up a coloumn of numbers)
 
I would like this formula to look at the sum field and determine the following..
 
 
if less than 15,000 calculate 11% of sumfield
If greater than or equal to 15,001 and less than or equal to 30K calculate 1650+Sumfield*.23
If greater than or equal to 30,001 and less than or equal to 60,000K calculate 5100+sumfield*.35
If greater than 60,000k calculate 15600 +sumfield*.40
 
 
Please help!

Cheers,
Carrie
Thank you in advance,
Carrie Fisher
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 28 Nov 2011 at 3:57am
if sum(table.field)<=15000 then sum(table.field)%11 else
if sum(table.field) in 15001 to 30000 then 1650 + sum(table.field) *.23 else
if sum(table.field) in 30001 to 60000 then 5100 + sum(table.field)*.35 else
if sum(table.field)> 60000 then sum(table.field)*.4
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.