Forum Discussion

mgreenberg's avatar
mgreenberg
Contributor II
2 years ago

Confirmation Rule to check for nodata vs 0

I need to be able to write a confirmation rule that checks for nodata vs a value of zero.   Can someone help with the syntax   I have this -  Dim cellstatus As DataCellStatus = api.Data.GetDataCel...
  • Big_Rick_CPM's avatar
    2 years ago

    The cellStatus property has several Boolean properties/methods you can call to determine the status. I would do something such as the following:

    The below shows all the available Boolean properties you can use from a DataCell cell status: