Hi I want to be able to join 2 tables together in AL code for Business Central for the cloud.
Similar to the way you would in SQL with a "UNION ALL" statement.
As the cloud version of business central does not let you get directly to the tables and create views, I need to do this in AL code.
I know I can create a new table and load the data from the 2 table into that table and then use that table on the page extension, but as the table grow, this would get slower and slower.
The 2 table I want to join together first is the following.
"Sales Invoice line"; //table 113
"Sales Cr.Memo line"; //table 115