Skip to main content

Notifications

Customer experience | Sales, Customer Insights,...
Suggested answer

SSRS Opportunity Subgrid

Posted on by 106

Hello, 

I am trying to create a report using SSRS that will show the subgrid information (if there is information) in a column. 

for Example: 

Opportunity name-- Account-- Sub grid of competitors (include competitors name, and rating or anything field to combine in column) -- Status

I am not sure if this can be done in a SSRS report, any help would be great. 

thank you, 

Joseph

  • Joseph Melillo Profile Picture
    Joseph Melillo 106 on at
    RE: SSRS Opportunity Subgrid

    Thank you for your reply Andrew, I will try this method.

  • Suggested answer
    Pawar Pravin  Profile Picture
    Pawar Pravin 5,227 on at
    RE: SSRS Opportunity Subgrid

    Please refer below screenshot and build query from advance find.

    23700.Capture.JPG

    It will looks like below, now that you could use in fetchxml

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
    <entity name="competitor">
    <attribute name="name" />
    <attribute name="competitorid" />
    <order attribute="name" descending="false" />
    <link-entity name="opportunitycompetitors" from="competitorid" to="competitorid" visible="false" intersect="true">
    <link-entity name="opportunity" from="opportunityid" to="opportunityid" alias="ai">
    <attribute name="name" />
    <link-entity name="account" from="accountid" to="parentaccountid" link-type="inner" alias="aj" />
    <attribute name="name" />
    </link-entity>
    </link-entity>
    </entity>
    </fetch>

  • Suggested answer
    a33ik Profile Picture
    a33ik 84,323 Most Valuable Professional on at
    RE: SSRS Opportunity Subgrid

    Hello Joseph,

    I believe combination of LookupSet and Join is what you're looking for - www.inogic.com/.../

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans