In this step by step tutorial for beginner, learn how to retrieve the available pipeline from the RTM Report.
The available pipeline allows you to extract report data from an existing report table and reform using SQL language. This includes action like sorting column or grouping as a new pipeline tailored to your specific needs.
In today’s tutorial, we’ll teach you on sorting invoice reports by delivery date and item code, such as arranging invoices from the earliest to the latest. By default, reports display data in the order they were entered.
𝐓𝐢𝐦𝐞 𝐒𝐭𝐚𝐦𝐩𝐬
00:00–00:36 Introduction
00:37–01:03 Declaration Variable
01:04–01:51 Procedure GlobalOnCreate
01:52–01:55 Procedure ReportBeforePrint
01:56–03:03 LocalSQLSelect
03:04–03:07 SetDataPipelineFieldLink(Optional Step)
03:08–03:25 Example of Data Pipeline FieldLink is not required
03:26–05:31 Example of How to set Data PipelineFieldLink
05:32–05:46 Result
