| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi Team,
We have a requirement to download the reports from cloud in CSV format. To achieve this, we found a market place component called CustomReports downloader.
https://marketplace.kony.com/items/kony-mobilefabric-custom-report-downloader-0
It does work for us to some extent.
When we run the below command, it pulls a csv file but its all empty
java -jar CustomReports.jar “RequestsPerServiceTable” startdate=2019-01-01,enddate=2019-01-16,appname=All dashboard
Built the above command by following the help document attached.
What we want to understand is:
- What are the table names for each of the standard reports .
- Filter criteria for each of those tables.
- Why are we seeing empty files even thought there is data.