Grouping problem

Hello,

Does someone know how to group records following this scheme :

I have a field (Etat) which can have 4 differents values (0,1,2,3)

I need to group my records on this field but only with two differents groups : 0 or above 0

How can I achieve this


Thanks for your help

Philippe

Comments

  • edited 7:06PM
    First you must prepare the data... order records by "Etat", than put GroupHeader band on report and add the code to condition:
    [[xxData."Etat"]>0]
    

Leave a Comment