Hello, I have added a custom attribute in the Statistic Collector policy of type “FLOAT”
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Only one of these per proxy is allowed -->
<StatisticsCollector async="false" continueOnError="true" enabled="true" name="StatisticsCollector-Callback">
<Statistics>
<Statistic name="oebillamount" ref="billAmount" type="FLOAT"></Statistic>
</Statistics>
</StatisticsCollector>
While creating a custom report, It is reflecting in the metric drop down as well, but when I try to fetch data I get the following error
The report timed out.: Try again with a smaller date range or a larger aggregation interval.
Could anyone please help me to find out the issue?? P.S. It is a paid org, as I could see in several posts that for trial orgs the custom attributes has been disabled for a while.