Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Unfortunately each "csv" object (for extracting from eplustbl.csv) will generate a separate output table. However, since you have set "usedInCalc" to true, the contents of these tables will be aggregated into the "AllCombinedResults.csv", along with the parameter values of each case and so on. If you really need them to be in the same table but cannot use AllCombinedResults.csv, using a "sql" object with some clever SQL query commands may be an option.