How to add a date filters in Datacube Reporting data
Summary: To filter the DataCube Reporting data records by using date range
Content (required):
I have added the creation date as filter in the datacube reporting xml file but it is not filtering records.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
<filter type="include" var_name="createdDate_t" operation="less" value="2021-12-15 08:41:11"/>
<filter type="include" var_name="createdDate_t" operation="greater" value="2021-12-01 08:41:11"/>
0