Hi,
is it possible to use a Temp Table as a Source Table for a Report in Business Central ?
Thanks,
Nishantha.
Hi,
is it possible to use a Temp Table as a Source Table for a Report in Business Central ?
Thanks,
Nishantha.
Hi, Yes, this is also the most performant and recommended practice.
You can use the following three ways to set the temp table.
Hope this helps as well.
Thanks.
ZHU
Yes, you can set UseTemporary = true; on a data item:
docs.microsoft.com/.../devenv-usetemporary-report-property
And you can also use temporary tables or recordvariables:
docs.microsoft.com/.../devenv-temporary-tables
Many reports do that, have a look at:
1306 Sales Invoice
111 Customer top 10
Hi,
Yes, you can but make sure you delete your Temp table data after your reports run. ;)
Thanks
hi,
Yes you can use Temp Table as source table for Report development.
Regards
Amit Sharma
www.erpconsultors.com
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1