Hello,
Is it possible to create a report using all historical data in a set time period and email that as a batch notification?
Thanks,
Devin
Hello,
Is it possible to create a report using all historical data in a set time period and email that as a batch notification?
Thanks,
Devin
Yes it is possible.
You need to write a sql query that joins the base data tables and the historical data tables ("_history").Yes it is possible.
You need to write a sql query that joins the base data tables and the historical data tables ("_history").
CMDBuild Team
Each row in the base table and each row in the historical table has its own Id.
The CurrentID allows you instead of linking an historical row to the corresponding currently valid row in the base table.
CMDBuild Team
Each row in the base table and each row in the historical table has its own Id.
The CurrentID allows you instead of linking an historical row to the corresponding currently valid row in the base table.
CMDBuild Team
Yes it is possible.
You need to write a sql query that joins the base data tables and the historical data tables ("_history").
CMDBuild Team
You can use the "CurrentID" column.
CMDBuild Team