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 3:15AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.