Take a look at the Date Filter flowfilter field in table 15 G/L Entry, and notice how it’s used in the CalcFormula for the Balance flowfield. That should get you well on your way.
Right Manish, thanks. The Balance At Date field includes the Date Filter in the CalcFormula property.
So Chrys, that shows you how to define a FlowFilter field and include it in the CalcFormula property of a FlowField decimal field. The next thing you need to do to make this work is to assign a filter value to the Date Filter flowfilter field. You’ll probably want to do this in code, and where you put it will depend on your business case. You’ll use the SETFILTER or SETRANGE command to do that.
Your guidance helped me on understanding how a FlowField Date filter works. I ended up using code to Filter the table and retreive the amount i wanted to use on my report though. It got too messy on using a compination of both.