Blog Post
MarkBird
2 years agoContributor III
Thanks Jack.
Little less than ideal, but I ended up getting around it by putting the same filter as Col1 into the formula:
GetDataCell(BR#[BRName=MyDynamicCalcs, FunctionName=CalculateCustomVariance, Col1=[V#YTD:S#Actual]...
and then calling api.Data.GetDataCell() in the business rule:
Dim Col1 As String = args.DataCellArgs.NameValuePairs.XFGetValue("Col1", "")
Dim Col1Value As Decimal = api.Data.GetDataCell(Col1).CellAmount