Forum Discussion
Chart with Big Data set
- Krishnan1989Jun 02, 2023Copper ContributorHow to do that? Any sample or any examples?
- abdelazizallamJun 03, 2023Copper Contributor
- mtarlerJun 03, 2023Silver Contributor
Krishnan1989 so I don't see that behavior but will try more later. Also, I don't know if this file uses all those RAND functions just to create a sample or if your actual file has lots of RAND() but those are volatile functions meaning excel re-calculates them and every cell dependent on them on every calculation iteration which will cause huge hits to performance ( you can search for excel volatile functions for more information). I believe that is what is being noted in the response above and that you can also turn off automatic calculation updates under Formula menu and selecting 'Manual' instead:
this does mean when you make changes and you actually want everything to update you need to hit the calculate now button.
- Krishnan1989Jun 03, 2023Copper Contributor
mtarler Random function is used for sample data. For me when I clicked the chart drawn area multiple times, I'm getting the above mentioned issue.