Hi,
I want to be Union two 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
-----------------------------------------------------------------------------
I know Query can join two tables show the some row,
But, I want two table data can show different row and the some List.
The schematic is as follows :

copy by : community.dynamics.com/.../1169640