I have fltrte_P1_Plt_Per_Id_Fk (Pilot) and fltrte_P2_Plt_Per_Id_Fk (Co-Pilot) 2 column
when displaying data in report I need to group based pilot name ,he may be pilot or co-pilot it should come in same group.how to achieve grouping in birt report
|
I have fltrte_P1_Plt_Per_Id_Fk (Pilot) and fltrte_P2_Plt_Per_Id_Fk (Co-Pilot) 2 column when displaying data in report I need to group based pilot name ,he may be pilot or co-pilot it should come in same group.how to achieve grouping in birt report
| |||||||||||
feedback
|
|
I suggest amending your query from:
to:
then amend your report to group on the new group_By field in the query. | |||||
feedback
|