Increasing Pivot chart view's row limit
Issue: Pivot charts would throw below error when it exceeds the default row limit.
Solution: (For all builds)
- Stop Analytics Plus services and take a backup of <AnalyticsPlus Home>\reports\conf\app.properties
- Open the app.properties file using Wordpad and look for the entry "max.allowed.pvtrows.alluser"
- Modify the value from 4000 to 8000 (Example: max.allowed.pvtrows.alluser=8000)
- Save the file
- Start the Analytics Plus services and verify the issue.
Note: Do not increase more than 10K as it might result in heap memory issue.