How I transfer a value of flowfilter?

doktordoktor Member Posts: 28
edited 2004-05-07 in Navision Attain
Hi,
I do a report, and I want to transfer value of "Date Filter" from table "Acc. Schedule Line" to my Report's Request Form. I set a filter to table and when I debug my code a field "Date Filter" is blank. And when I run this table I don't see this field. How can I transfer a value of this field to my Request Form?
Thanks...

Comments

  • FPulsfortFPulsfort Member Posts: 43
    Hi,

    you can get the value with GETFILTER("Date Filter");

    Regards,
    Frank
Sign In or Register to comment.