Forum Discussion
TheJonG
3 years agoContributor III
The below would retrieve a variance and then check the cell amount.
Dim objDataCell As DataCell = api.Data.GetDataCell("VariancePercent(S#Actual,S#Budget)")
If objDataCell.CellAmount > 100 Then
Return Nothing
Else
Return objDataCell
End If
Related Content
- 9 months ago
- 2 years ago