Skip to main content

Notifications

Business Central forum
Suggested answer

Reservation entry Table in busniess central

Posted on by 87

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.

pastedimage1662897839010v1.png

Regrads,

Janarthanan.v

Categories:
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 69,510 Super User 2024 Season 2 on at
    RE: Reservation entry Table in busniess central

    Hi, If you use Query Object, you can test whether the Join Type below is suitable for you.

    https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-sqljointype-property

    Property Value

    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

  • Guy McKenzie Profile Picture
    Guy McKenzie 1,330 on at
    RE: Reservation entry Table in busniess central

    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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,522 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans