Skip to main content

Notifications

Dynamics 365 general forum

FetchXML Reporting Issue/Question | Attributes not Appearing on Report

Posted on by 375

I have constructed a FetchXML query which contains all of my required attributes for a report.  However, when previewing the report in Visual Studio, some of the values just don't appear.

Here is the FetchXML query (used FetchXMLBuilder in XRMToolBox to build):

<fetch>
  <entity name="xrm_products" >
    <attribute name="xrm_productnumber" />
    <attribute name="xrm_name" />
    <attribute name="xrm_unitofmeasure" />
    <attribute name="xrm_price_base" />
    <attribute name="xrm_pricetype" />
    <link-entity name="xrm_agreement" from="xrm_agreementid" to="xrm_agreement" link-type="inner" >
      <attribute name="xrm_name" />
      <attribute name="xrm_start" />
      <attribute name="xrm_end" />
      <filter>
        <condition attribute="statuscode" operator="eq" value="163650000" />
      </filter>
      <link-entity name="xrm_testaccounts" from="xrm_testaccountsid" to="xrm_account" link-type="inner" >
        <attribute name="xrm_name" />
        <attribute name="xrm_fulladdress" />
      </link-entity>
      <link-entity name="xrm_rep" from="xrm_repid" to="xrm_rep" link-type="inner" >
        <attribute name="xrm_name" />
      </link-entity>
    </link-entity>
  </entity>
</fetch>

The fetch query displays all results accurately:

test1.JPG

The attribute values have been added to the report design:

test2.JPG

Area boxed in red above is NOT appearing on the preview OR when published to D365:

test3.JPGtest4.JPG

Has anyone ever experienced similar or could offer a recommendation?

Thank you!

Categories:
  • Piyush Paliwal Profile Picture
    Piyush Paliwal 817 on at
    RE: FetchXML Reporting Issue/Question | Attributes not Appearing on Report

    This looks like a problem with visibility. Can you check and confirm the following.

    • Are there any conditions set on the visibility of Tablix?
    • Any conditions set on the visibility of the Group that is highlighted in the red.

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans