busset
3 months agoNew Contributor
Removing Zero Data
What is the simplest way to remove zero data from the application? This could be both calculated and user loaded data. Hoping this will improve performance.
Use a databuffer, loop through the buffercell values, and check if the amount is zero. If it is zero, then set the datacellstatus to is no data and add those cells to a new buffer. After the loop is done, commit the new target buffer.