satyakumar
Programmer
Hello Tech People,
I have a small Question...
I am getting data from database as like this to the crystal reports...
NBR Name Amount Date
1 ABC 3000.00 01/01/11
1 ABC 3000.00 03/01/11
1 ABC 3000.00 02/01/11
2 DEF 4000.00 04/01/11
2 DEF 4000.00 05/01/11
2 DEF 4000.00 03/01/11
3 GHI 3000.00 01/01/11
3 GHI 3000.00 02/01/11
3 GHI 3000.00 03/01/11
---------
30,000.00
----------
In the Crystal reports the Users want to see data like this
NBR Name Amount Date
1 ABC 3000.00 03/01/11
2 DEF 4000.00 05/01/11
3 GHI 3000.00 03/01/11
---------
10,000.00
---------
So they dont want to see the Duplicate data Each month thats rolling.
What i have done is: in the detail section i wrote a supress formulae --- {date} <> maximum{date}
So its working good. But i am not able to do the Summary.
How do i do the summary to get the 10,000 amount as i described in the example.
Appreciate your help.....
I have a small Question...
I am getting data from database as like this to the crystal reports...
NBR Name Amount Date
1 ABC 3000.00 01/01/11
1 ABC 3000.00 03/01/11
1 ABC 3000.00 02/01/11
2 DEF 4000.00 04/01/11
2 DEF 4000.00 05/01/11
2 DEF 4000.00 03/01/11
3 GHI 3000.00 01/01/11
3 GHI 3000.00 02/01/11
3 GHI 3000.00 03/01/11
---------
30,000.00
----------
In the Crystal reports the Users want to see data like this
NBR Name Amount Date
1 ABC 3000.00 03/01/11
2 DEF 4000.00 05/01/11
3 GHI 3000.00 03/01/11
---------
10,000.00
---------
So they dont want to see the Duplicate data Each month thats rolling.
What i have done is: in the detail section i wrote a supress formulae --- {date} <> maximum{date}
So its working good. But i am not able to do the Summary.
How do i do the summary to get the 10,000 amount as i described in the example.
Appreciate your help.....