Icon

2. Projects_​final

KBL: Preparing Data for Report with a Metanode
Workflow: Projects In this workflow we prepare data to be displayedin a report.Starting from the accounting of a list of projects,on one branch we calculate the money in budgetfor each year for each one of the project and onthe other branch we calculate the money actuallyspent for each project each year.We then report the money allocated, the moneyspent and the money remaining for each projecteach year. Calculating money spent for each project each year Calculating money in busget for each project each year Calculating money remaining for eachproject each year money by project by yearrenaming"<year>+Sum(...)" intojust "used <year>"enaming"<year>+Sum(...)" intojust "assigned <year>"calculatingremaining moneyby RowIDby RowIDmoney assignedto projecteach yearmoney used by projecteach yearproject name as RowIDproject name as RowIDProjects.txt filewith path relative to"current workflow"inner join on RowIDs GroupBy Column Rename Column Rename Remaining Money Sorter Sorter Pivoting Pivoting RowID RowID Unpivoting ConstantValue Column CSV Reader Joiner Workflow: Projects In this workflow we prepare data to be displayedin a report.Starting from the accounting of a list of projects,on one branch we calculate the money in budgetfor each year for each one of the project and onthe other branch we calculate the money actuallyspent for each project each year.We then report the money allocated, the moneyspent and the money remaining for each projecteach year. Calculating money spent for each project each year Calculating money in busget for each project each year Calculating money remaining for eachproject each year money by project by yearrenaming"<year>+Sum(...)" intojust "used <year>"enaming"<year>+Sum(...)" intojust "assigned <year>"calculatingremaining moneyby RowIDby RowIDmoney assignedto projecteach yearmoney used by projecteach yearproject name as RowIDproject name as RowIDProjects.txt filewith path relative to"current workflow"inner join on RowIDsGroupBy Column Rename Column Rename Remaining Money Sorter Sorter Pivoting Pivoting RowID RowID Unpivoting ConstantValue Column CSV Reader Joiner

Nodes

Extensions

Links