CellIsUpdateable
Posted: Thu Jan 08, 2009 3:24 pm
This could have been made twice as useful as it is had someone thought about it more...
CellIsUpdateable checks if a cell can be written to, but it FAILS if one of the elements doesn't exist. Rather than failing (and dumping things in to the error log) it should also return zero if the element is missing, then it'd be far more useful. Its not hard to code your own way of reporting which part is causing the issue, and this alteration would make it easier and less CPU intensive to check values if it could handle both errors at once.
As it stands, i'm having to do a DIMIX check on every data point first, then report on any issues whereas the ideal would be to filter out issues using CellIsUpdateable then do the DIMIX check to figure out which ones.
CellIsUpdateable checks if a cell can be written to, but it FAILS if one of the elements doesn't exist. Rather than failing (and dumping things in to the error log) it should also return zero if the element is missing, then it'd be far more useful. Its not hard to code your own way of reporting which part is causing the issue, and this alteration would make it easier and less CPU intensive to check values if it could handle both errors at once.
As it stands, i'm having to do a DIMIX check on every data point first, then report on any issues whereas the ideal would be to filter out issues using CellIsUpdateable then do the DIMIX check to figure out which ones.