SefServiceReport : How to display several column (Group by dedicated property) instead of several lignes

オフライン

hello, let show you my use case

I've

  • ITEM A with _Name as property
  • relationShipType Null with Classification, _Value as properties

By using SSR, I got the result :

| _Name      | Classification     | _Value    |

================================

| Name1     | X                        | V1          |

| Name1     | Y                        | V2          |

| Name2     | X                        | V3          |

| Name3     | Y                        | V4          |

.......

I would like to display like that as many columns as there are "classification" rows 

| _Name      | _Value for Classification X    |  _Value for Classification Y    |

=========================================================

| Name1     | V1                                         | V2                                           |

| Name2     | V3                                         |                                                |

| Name3     |                                              | V4                                            |

Else, I must change my datamodel and create as many relationShipType Null as there are classification !
Thanks for your feedback

Parents Reply Children
No Data