Report Script: Filter Overdue Letter with specific age that is due: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:
A requirement to show '''Overdue Letter''' that is based on specific age range was brought to my attention.
A requirement to show '''Overdue Letter''' that is based on specific age range was brought to my attention.
I decided to write this tutorial to show how we can manipulate DataTable in the report with '''Report Script'''.<br/><br/>
I decided to write this tutorial to show how we can manipulate DataTable in the report with '''Report Script'''.<br/><br/>
Attempted to apply DataView.RowFilter on the detail table that is in a DataRelation was unsuccessful.
Attempted to apply DataView.RowFilter on the detail table that is in a DataRelation was unsuccessful.<br/>
Therefore, in this tutorial will delete the record in the DataTable that is not in the overdue age range.
Therefore, in this tutorial will delete the record in the DataTable that is not in the overdue age range.