First time here? Check out the Help page!
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.