Breaking News
Loading...
Wednesday 24 August 2016

How to get request page filter in navision report.



For getting the value whatever selected by end user on request page of report we use "GETFILTER" function.

Syntax : <Table Name>.GETFILTER(<Field Name>);
Example:

MESSAGE(FORMAT("Bank Account Ledger Entry".GETFILTER("Posting Date")));
it will shows posting date for 'Bank Account Ledger Entry' table selected by user.

0 comments:

Post a Comment

Thanks for comment

 
Toggle Footer