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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

search from dimension value

(0) ShareShare
ReportReport
Posted on by 2,050

Greetings everyone 

i have table name PayrollExpencesTrans and it relation with DimensionAttributeValueCombination

and i want search about Partial from the dimension value from PayrollExpencesTrans table

i want search about this value (M09001)

pastedimage1613457529298v2.png

so i did like this

select firstOnly  payrollExpencesTrans
            where dimensionAttributeValueCombination.DisplayValue like "*" this.text() "*"
            exists join dimensionAttributeValueCombination where payrollExpencesTrans.LedgerDimension==dimensionAttributeValueCombination.RecId;

but still give me nothing 

any idea how can i solve this problem

I have the same question (0)
  • Suggested answer
    Gunjan Bhattachayya Profile Picture
    35,429 on at

    Hi mohammed,

    You can use DimensionAttricuteLevelValueAllView instead and query based on ValueCombinationRecId -

    select firstOnly  payrollExpencesTrans
        join dimensionAttributeLevelValueAllView where dimensionAttributeLevelValueAllView.ValueCombinationRecId == payrollExpencesTrans.LedgerDimension
            where dimensionAttributeLevelValueAllView.DisplayValue == this.text();
                

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 797

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 610 Super User 2026 Season 1

#3
Subra Profile Picture

Subra 534

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans