web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Separate row for parent Data item in report

(1) ShareShare
ReportReport
Posted on by 458
 
Hello mentors 
 
I have a requirement where i need a separate row for G/L Account Data item without any child item values.
 
Example :
row 1 = GL-1
row2 = GL-1 , Dimension Code-1 ...
 
and so on..
 
please guide me how can i achieve it..
 
 
 dataset
    {
        dataitem("G/L Account"; "G/L Account")
        {
            DataItemTableView = sorting("No.");
            column(No_; "No.") { }
            column(Name; Name) { }
            column(Account_Type; "Account Type") { }
            dataitem("Default Dimension"; "Default Dimension")
            {
                DataItemLink = "No." = field("No.");
                column(Dimension_Code; "Dimension Code") { }
                column(SystemId; SystemId) { }
 
                dataitem("Dimension Value"; "Dimension Value")
                {
                    DataItemLink = "Dimension Code" = field("Dimension Code");
                    column(Dimension_Value_Name;
                    Name)
                    { }
 
                }
            }
 
            trigger OnPreDataItem()
            var
                LookupTable: Record "Dimension Trial Setup";
            begin
                "G/L Account".SetRange("Account Type", "Account Type"::Posting);
            end;
        }
    }
I have the same question (0)
  • Sagar Dangar, MCP Profile Picture
    799 Super User 2025 Season 2 on at
     
    You can take dataitem GL account and Default dimensions parallel and take 2 rows in RDLC layout.
  • Verified answer
    KP - Solution Architect Technical Profile Picture
    658 on at
    Hi,
     
    You can use parent and child grouping in the RDLC report layout.
     
     
    Thanks,
    KP

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,785

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,007 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 948 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans