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.

Comments

Popular posts from this blog

Add new node(Element) in existing xml file in C#.Net

How to use serial.write() in Arduino.

How to Generate random rows in dataset using c#.net