Forum Discussion
- TheJonGContributor 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
- Anthony_NNew Contributor
This worked, thank you!
Related Content
- 9 months ago
- 2 years ago