
1 answer
Hi Antony,Your report's filter column is not valid. You can get the filter column by, To find the column value do the following:
- Open salesforce Workbench at : https://workbench.developerforce.com/restExplorer.php
- Log into your salesforce or (test, production,….)
- Select ‘Utilities’ from the top menu
- Select REST Explorer
- Give /services/data/v29.0/analytics/reports/{YOUR_REPORT_ID}/describe in the text box.
- Click the Execute button
- Drill down to the ‘reportMetadata | detailColumns
The column value will be the name associated with the position (left to right) where the index starts at ‘0.’
hope this helps.Thanks,Raja