Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: Duplicate Rows in Details Section

$
0
0

Hi Curt, practical examples for suppressing duplicate rows that Brain mentioned are:

 

Database Side:

1. SELECT DISTINCT * FROM table_name;

2. SELECT column_name, column_name2

   FROM (

    SELECT column_name, column_name2

    FROM table_name

    WHERE column_name operator value

   )

   GROUP BY column_name, column_name2;

  

Crystal Report:

  INSERT > INSERT GROUP

 

 

 

Crystal Report (Section Expert):

     Right Click (Details Section) > Section Expert > Suppress (No Drill-Down) > Formula Editor >{Command.Doc No} = Previous({Command.Doc No})


Viewing all articles
Browse latest Browse all 9091

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>