How do i make report to print the value of date filter and salesperson filter on the report header

I developed my report on sales person commission. On running the report, the user inputs date filter e.g 01.09.16..30.09.16 and sales person filter e.g Johnson Old. In the header, I want the report to print the values for the date and saleperson filters like this:
Period: 01.09.16..30.09.16 Sales Person: Johnson Old

How do I get the filters to show. Thank you

Best Answer

Answers

  • KishormKishorm Member Posts: 921
    Use GETFILTERS to get a list of the filters that have been applied by the user. A lot of the standard reports do this so you can look at one of these for an example, In fact have a look at report 115 "Salesperson - Commision" report.
  • SH2010SH2010 Member Posts: 21
    Thanks let me do that
Sign In or Register to comment.