Announcements
Hi All,
How to merge rows into a single row based on a column which has same values.while merging, new column should (new column name) be added so that no data values will be missed.Please Refer below image.
I am trying to achive same result Reservation entry Table(Query) in busniess central.
Regrads,
Janarthanan.v
Hi, If you use Query Object, you can test whether the Join Type below is suitable for you.
Value | Description |
---|---|
LeftOuterJoin | The resulting dataset contains every record from the upper data item table, even if a record does not have a matching value in the lower data item for fields that are linked by the DataItemLink Property (Query). |
InnerJoin | The resulting dataset contains records from data item tables where a match is found between the fields that are linked by the DataItemLink property of the lower data item. |
RightOuterJoin | The resulting dataset set contains every record from the lower data item table, even if a record does not have a matching value in the upper data item for fields that are linked by the DataItemLink property. |
FullOuterJoin | The resulting dataset contains all the records from the upper data item table, and all records from the lower data item, including records that do not have a matching value for columns that are linked by the DataItemLink property. |
CrossJoin | The resulting dataset contains rows that combine each row from the upper data item table with each row from a lower data item table. Cross joins are also called Cartesian products. Important: Cross Join does not require any comparisons between fields of data items, so the DataItemLink property must be left blank. |
Hope this helps.
Thanks.
ZHU
Do you mean you’re extracting the data from the reservation entry table and want it to display in this format?
If so, I think you could do this with power pivot. You’ll either need to use power query or power bi to use power pivot.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156