Click here to Skip to main content
16,016,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,


I retrieved values from database. Values will look like this

Cover ID Bank Fromdate Todate BuyCCy BuyAmount Sellccy sellamt assignid
FC11-1 ND 27/12/2011 27/12/2011 INR 700000 USD 200000 CS12-11
FC11-2 ND 27/12/2011 27/12/2011 USD 700000 INR 200000 CS12-12
FC11-2 ND 27/12/2011 27/12/2011 USD 700000 INR 200000 CS12-13
FC11-6 SBI 06/03/2012 06/03/2012 INR 700000 USD 200000 CS12-13

In above example i have to suppress duplicate values upto sellamt. from assignid all values should be there. I gave suppress if duplicated checkbox as selected. But it suppressing entire row or column(if values are repeated) I want to display output like this.

Cover ID Bank Fromdate Todate BuyCCy BuyAmount Sellccy sellamt assignid
FC11-1 ND 27/12/2011 27/12/2011 INR 700000 USD 200000 CS12-11
FC11-2 ND 27/12/2011 27/12/2011 USD 700000 INR 200000 CS12-12
CS12-13
FC11-6 SBI 06/03/2012 06/03/2012 INR 700000 USD 200000 CS12-13

if anybody know this please help me.

Thanks in advance
Posted

1 solution

Hi,

Using Subreport we can rectify this problem. I got answer. Its working well.



Thanks to all
 
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