Skip to main content

Notifications

Announcements

No record found.

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

  • Suggested answer
    Gunjan Bhattachayya Profile Picture
    35,421 on at
    RE: search from dimension value

    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

🌸 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,303 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,025 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans