Flow Filter set via Code

Trying to set a flow filter “G/L Account”.“Date Filter” from code on a report rather than via data item request form. I want “Balance at Date” to calculate and am using calcfields on it. Works fine if I pass in the value on the “G/L Account” data item request form. Version is 2.6

Did you try “G/L Account”.SETRANGE(“Date Filter”,0d,WORKDATE)? Both SETRANGE and SETFILTER should work…Just remember to to the CALCFIELDS after you set the FlowFilters.