Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: maximum out of summarized field Post Reply Post New Topic
Author Message
Jyri
Newbie
Newbie


Joined: 19 Aug 2009
Location: Finland
Online Status: Offline
Posts: 13
Quote Jyri Replybullet Topic: maximum out of summarized field
    Posted: 26 Jan 2010 at 10:45pm
Hello everyone,
 
I have a problem now with a maximum function, because every got damn time I get error "This field cannot be summarized".
 
So I am trying to get a maximum out of grouped field.
I am trying to get largest order amount for every year.
Every order have multiple invoices so they have to be summarized first and then try get a maximum out of those.
 
This is the formula that gives error continously.
 
maximum(Sum ({@eur}, {MILLORDEROW.ORDECODE}))
 
So first I have a Group "Year" , that's GH1. After that I have a group called "OrdeCode" which is the group where I have summary out of field called "Invoval".
That {@eur} comes from detail section that is :
 
({BUDGREPO_DET.INVOVAL}*{BUDGREPO_DET.CURRRATE})/1000
 
So it's just amount converted to TEur.
 
The data should look something like this at the end :
 
Group 1 Year for example 2010
OrderCode 1                                 1500
OrderCode2                                  2000
OrderCode 3                                 3000
 
Largest Order for Year 2010 is : 3000 TEur
 
So I would just need the maximum formula to return the value 3000, but I cannot do that cause the field is summarized...hopefully someone could help with this issue.
 
Thank you,
Jyri
 
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.063 seconds.