Reltio Connect

 View Only
  • 1.  How to get frequency of an attribute in Reltio MDM

    Founding Member
    Posted 01-13-2025 11:15

    Reltio DQ dashboard has a "Frequency analysis" facet which displays the frequency of top 100 values. Is there a way to get frequency of all values without exporting the data? 



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------


  • 2.  RE: How to get frequency of an attribute in Reltio MDM

    Reltio Employee
    Posted 01-15-2025 00:35

    Hi Ashish,

    The dashboard is populated by API's.  If you open the page in developer mode, you can see the calls being made in your browser.

    For example:
    POST https://{{env}}.reltio.com/nui/reltioAPI/api/{{TenantId}}/entityType/HCO/dataQuality/attributeLevel?numberOfThreads=1

    BODY:
    {"attributes":["attributes.OrganizationType"],"metrics":["dataValidationFunctions","fillRate","uniqueness","frequency","crosswalkAnalysis","lengthStatistics"]}

    I think the 'frequency' metric is what you are after.



    ------------------------------
    Gino Fortunato
    Senior Solution Engineer
    Reltio
    ------------------------------



  • 3.  RE: How to get frequency of an attribute in Reltio MDM
    Best Answer

    Reltio Employee
    Posted 01-15-2025 00:51

    Hi Ashish,

    Please use the advanced search page to view this data. When you select an attribute from the Attributes dropdown in the Advanced Search facet, the count for each attribute value will appear next to it in the All Values dropdown. You can also use the 'LOAD MORE' option to scroll through additional values.



    ------------------------------
    Mallikarjuna Aakulati
    Reltio
    ------------------------------



  • 4.  RE: How to get frequency of an attribute in Reltio MDM

    Founding Member
    Posted 01-15-2025 14:33

    Hi @Gino Fortunato , I tried the API you suggested earlier but that is also limited to top 100. 
    Thanks @Mallikarjuna Aakulati, Your suggestion works. 



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------