Skip to main content

Notifications

Community site session details

Community site session details

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

AL Query Object to Lookup Dimension Code Values

(1) ShareShare
ReportReport
Posted on by 3,841
Please give me example of AL Code to create Query Object that will give similar results as following simplified SQL Query. Basically need to lookup [Dimension Set Entry]Table to get Dimension values.
 
Select [No.], [Sell-to Customer No.],
(Select [Dimension Value Code] from [Dimension Set Entry] where [Dimension Set ID] = [Sales Invoice Header].[Dimension Set ID] and [Dimension Code] = 'CUSTOMERGROUP') as [Customer Group],
(Select [Dimension Value Code] from [Dimension Set Entry] where [Dimension Set ID] = [Sales Invoice Header].[Dimension Set ID] and [Dimension Code] = 'DEPARTMENT') as [Department]
From [Sales Invoice Header]
 
The expected results is like this:
 
Thank you
  • Suggested answer
    YUN ZHU Profile Picture
    81,534 Super User 2025 Season 1 on at
    AL Query Object to Lookup Dimension Code Values
    Hi, Unfortunately, as far as I know, it is not possible to use Query to do what you see in the Excel table.
    Because you mentioned Customer Group, Department is not a column in the table.
    You can do the following:
     
    Hope this helps.
    Thanks.
    ZHU

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,161 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,942 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans