You could use a dictionary object like this, at least for the first 4
cases:Dim dctViewToUse As New Dictionary(Of Integer,String) From { _
{101,ViewMember.Trailing3MonthAvg.Name}, _
{102,ViewMember.Trailing6MonthAvg.Name}, _
{103,ViewMember.Trailing9...
An api.data.calculate uses DataBuffers under the hood.Api.Data.Calcualte
is like a convenience tool, to provide developers with a shorter
"front-end" to implementing explicit databuffer methods. But under the
hood, it is dealing with data buffers.The...
Before going any further, it would be good to state some data volumes,
such as number of rows you are expecting.Otherwise OS consultants may
waste time proposing solutions that may not suit your specific data
volumes.I don't think there is a way of i...
You might like to consider this example as a starting point, which looks
in C#Local for any populated cells on special flows that have Alternate
Currency Input , and copies those appropriate currency inputs into
F#EndBal on the corresponding data uni...