Click here to Skip to main content
15,921,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
type amount
---- ------
ISSUE 2000
ISSUE 2000
RATE FIX 1000
DEPOSITE 500
DEPOSITE 500

What I have tried:

if {Bills.type}='ISSUE'
then Sum ({Bills.amount})
else 0

if {Bills.type}='DEPOSITE'
then Sum ({Bills.amount})
else 0

if {Bills.type}='RATE FIX'
then Sum ({Bills.amount})
else 0
Posted
Updated 26-Jul-17 3:38am

1 solution

Have you try Group feature?

Here is an article about CrystalReport and contain example on how to do grouping
Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]

More from Google
Google[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900