Using SQL in the Interactive Custom Report Writer | Sage Intacct Tips and Tricks

preview_player
Показать описание
The ICRW is a great resource for your reporting capabilities for financial and operational data. In addition to building these reports, you can also join data from different reportable databases by using SQL. In this insight video, our ERP consultant, Amber Linn, discusses the use of SQL reporting within the ICRW in Sage Intacct.
Рекомендации по теме
Комментарии
Автор

Thanks for the video Amber. I am new to Sage but have developed a lot of SQL Reports with SSRS. I am trying to use Microsoft SQL Server syntax and it doesn't seem to be working. I get errors e.g. This is an example I might normally do in SQL, tables and fields only examples.
Select sum(amount) Billed_Total, max(ProjectID) Proj from APBill
group by 2

I notice in looking at one of the standard ICRW reports for AP it used
REPORT_SUM() so I can try that, but REPORT_MAX() didn't work in my query.

doncomon
join shbcf.ru