Group lines

Hi!

I need to create a report that groups more than one line. 

For example, I have this records: 

A  - B – (Bitmap) – 1 – 2 – 3

A – B – (Bitmap) – 4 – 5 – 6

A – B – (Bitmap) – 7 – 8 – 9

D  - E – (Bitmap) – 1 – 2 – 3

D  - E – (Bitmap) – 4 – 5 – 6

I need to create a report thal looks like this:

 ------------------------------------------

                                 | 1 | 2 | 3 |

                                  ---------------

 | A | B | (Bitmap) | 4 | 5 | 6 |

                                  ---------------

                                 |7 | 8 | 9 |

 ------------------------------------------

                                 | 1 | 2 | 3 |

| D | E | (Bitmap)   ---------------

                                 | 4 | 5 | 6 |

------------------------------------------

This is possible?

Best Regards

Amélia

Comments

Leave a Comment