Show paramater in Report

julkifli33julkifli33 Member Posts: 1,087
hi all... how to show parameter in report?
for example I key in posting date 01/01/10..01/01/11 for filtering
and then in report it would show this parameter -> 01/01/10..01/01/11
thanks

Answers

  • SunsetSunset Member Posts: 201
    Getfilter is your friend for this
    Don't just take my word for it, test it yourself
  • julkifli33julkifli33 Member Posts: 1,087
    Sunset wrote:
    Getfilter is your friend for this
    i'm sorry?
    how to show the filter in report?
    i mean just to show it to the user
  • SunsetSunset Member Posts: 201
    If your report is regarding customer and you enter date parameter in the datefilter you can get it in the code when executing the report with:
    YourTextVariable := Cust.GETFILTER(Cust."Date Filter");
    Then you can display the variable anywhere you like.
    Don't just take my word for it, test it yourself
  • julkifli33julkifli33 Member Posts: 1,087
    ow thanks
    so simple
    just --> GETFILTER("Posting Date")
    thanks :)
Sign In or Register to comment.