mgreenberg
2 years agoContributor II
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.GetDataCell("Cb#CimpressConsol:P#TotCimpress:C#Local:S#Actual:V#YTD:A#BS_NoMap:F#EndBal:O#Top:I#Top:U1#Top:U2#Top:U3#Top:U4#Top:U5#Top:U6#None:U7#None:U8#None").cellstatus
but I dont know how to build the If to check on the result.
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: