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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Relation between CustTrans and MainAccountId

(0) ShareShare
ReportReport
Posted on by 65

Hello everyone, 

I am working on a SSRS report, data is from a copy of the query  CustAccountStatement_FR  and I have a colum named MainAccount which must display the main account of the transaction based on the SummaryLedgerDimension of the corresponding PostingProfile setup and I have a parameter named Main Account to filter the data.

In other terms, based on the posting profile of the transaction, I must get the SummaryLedgerDimension of CustLedgerAccounts. 

if the parameter is not null, query must be updated with adding dataSources + links to reach this but I cannot seem be able to do it. 

My report is not displaying any data... 

Below is a screenshot for the original query (I just added a new range in my query) 
pastedimage1673300292058v1.png

this is the code I wrote :

qbds = queryRun.query().dataSourceTable(tablenum(CustTrans)).addDataSource(tablenum(CustLedgerAccounts));
qbds.addLink(fieldNum(CustTrans, PostingProfile), fieldNum(CustLedgerAccounts, PostingProfile));

qbds1 = queryRun.query().dataSourceTable(tablenum(CustLedgerAccounts)).addDataSource(tablenum(CustTable));
qbds1.addLink(fieldNum(CustTable, CustGroup), fieldNum(CustLedgerAccounts, Num));

qbds2 = queryRun.query().dataSourceTable(tablenum(CustLedgerAccounts)).addDataSource(tablenum(DimensionAttributeValueCombination));
qbds2.addLink(fieldNum(DimensionAttributeValueCombination, RecId), fieldNum(CustLedgerAccounts, SummaryLedgerDimension));

queryRun.query().dataSourceTable(tablenum(DimensionAttributeValueCombination)).addRange(fieldNum(DimensionAttributeValueCombination,DisplayValue)).value(mainAccountIdparam);

Thanks in advance! 

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,843 Moderator on at

    Hi NissenB,

    Instead of adding the DataSource to query via code - You can create your custom query and add your required DataSource. Also, if you add that query to view it will be very useful for you to troubleshoot the issue.

    Also, on the table CustLedgerAccount - Refer to the relation node - CustTable is related with CustLedgerAccount table through Num field and AccountCode field value in CustLedgerAccount table must be "Table".

    Thanks,

    Girish S.

  • Suggested answer
    BillurSamdancioglu Profile Picture
    21,227 Most Valuable Professional on at

    Just an opinion to have the customer as dimension on the customer. This will make easier in reporting purposes.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
André Arnaud de Calavon Profile Picture

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 635 Super User 2026 Season 1

#3
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 547

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans