Crystal Reports group wise suppress field -


  name         rupees          company group 1st                50                b            70             b    c            45             c    group 2nd   d             150            d   e             100            e   g             60             f 

and want result

name         rupees          company group 1st                50                 b            70             b    c            45                 group 2nd   d             150            d   e             100               g             60              

i want suppress company filed on maximum rupees filed , group wise.

yo can write supress condition of company column.

code looks this.

if(maximum(filed))=group1 (ruppes) false else true 

by if maximum of required filed matches max of group1 company part display..rest of others supressed.

this should work let me know if still face issue.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -