Reltio Connect

 View Only
  • 1.  In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Partner
    Posted 08-08-2024 06:33

    Hi Folks,

    We have a requirement for the Reltio UI dashboard to have entity filtration facets that show entities created today. I am trying to use the "created date" attribute with the condition "within the last 24 hours" as the filter for today, but it's not working as expected. The current configuration is not filtering the profiles as intended, and it's displaying all the profiles instead of just the ones created today.:-

    {
                        "id": "4036-4061-1c0331a8",
                        "component": "DashboardFacet",
                        "title": "HCPs Created Today",
                        "chartType": "table",
                        "attributeUri": "configuration/entityTypes/HCP/attributes/HCPID",
                        "filters": [
                            {
                                "fieldName": "createdTime",
                                "filter": "within",
                                "values": [
                                    "Last 24 hours"
                                ]
                            }
                        ]
                    },

    Please let me know if anyone knows how to use the "within" property or how to achieve this in the Reltio UI dashboard to have entity filtration facets that show entities created today.

    Regards,

    Ankit



    ------------------------------
    Ankit Agrawal
    Axtria
    Gurugram
    ------------------------------


  • 2.  RE: In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Employee
    Posted 08-14-2024 14:19

    In the values array, try: 

    lastDay


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 3.  RE: In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Partner
    Posted 08-22-2024 07:24

    Hi Bryant,

    Thanks for the response.

    It doesn't work in the dashboard facets.



    ------------------------------
    Ankit Agrawal
    Axtria
    Gurugram
    ------------------------------



  • 4.  RE: In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Employee
    Posted 08-22-2024 07:53

    It worked when I tried in my sandbox. Please review the json below.

    When clicking on the "Reltio" tile:

                {
                   "id": "ba18-ff09-267f8536",
                   "title": "Created Last 24 Hours",
                   "component": "DashboardFacet",
                   "chartType": "tree",
                   "attributeUri": "sourceSystems",
                   "filters": [
                      {
                         "fieldName": "createdTime",
                         "filter": "within",
                         "values": [
                            "lastDay"
                         ]
                      }
                   ]
                }


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 5.  RE: In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Partner
    Posted 29 days ago

    Hi Bryant,

    Thanks for the response. 

    It worked. I have another question, Can we also add the filter to search using OV values as true or False in Dashboard?

    Regards,
    Ankit



    ------------------------------
    Ankit Agrawal
    Axtria
    Gurugram
    ------------------------------



  • 6.  RE: In Reltio dashboard, Entity filtration for today's date filter not working

    Reltio Employee
    Posted 29 days ago

    Hello Ankit,

    I am glad it worked. I am not sure about the latest question. Since it is a different question altogether, I would suggest creating a new post for it. 



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------