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.
Original Message:
Sent: 09-12-2024 02:21
From: Ankit Agrawal
Subject: In Reltio dashboard, Entity filtration for today's date filter not working
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
Original Message:
Sent: 08-22-2024 07:52
From: Bryant Barrenechea
Subject: In Reltio dashboard, Entity filtration for today's date filter not working
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
Original Message:
Sent: 08-22-2024 07:23
From: Ankit Agrawal
Subject: In Reltio dashboard, Entity filtration for today's date filter not working
Hi Bryant,
Thanks for the response.
It doesn't work in the dashboard facets.
------------------------------
Ankit Agrawal
Axtria
Gurugram
Original Message:
Sent: 08-14-2024 14:19
From: Bryant Barrenechea
Subject: In Reltio dashboard, Entity filtration for today's date filter not working
In the values array, try:
lastDay
------------------------------
Bryant Barrenechea
Solution Architect | Professional Services
Original Message:
Sent: 08-08-2024 06:32
From: Ankit Agrawal
Subject: In Reltio dashboard, Entity filtration for today's date filter not working
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
------------------------------