03-02-2016, 06:24 PM
Since v1.6, it only extracts annual results unless you specify otherwise explicitly in the RVX. It has been explained in the entry here: http://jeplus.org/mybb/showthread.php?tid=410.
The advantage of this approach is that you can have all the report variables in the same RVI, and then reference them in separate entries in the RVX. jEPlus will then split variables of different report frequency into different CSV files. An example RVX is provided below. You can copy the contents to my.rvx, save it in your project folder, and then select it in your project...
{
"rvis" : [
{
"fileName" : "1529CO Ed Principal Macro v001v 160224 IGP.rvi",
"tableName" : "AnnualMeters",
"frequency" : "Annual",
"usedInCalc" : true
},
{
"fileName" : "1529CO Ed Principal Macro v001v 160224 IGP.rvi",
"tableName" : "MonthlyMeters",
"frequency" : "Monthly",
"usedInCalc" : true
}
]
}
The advantage of this approach is that you can have all the report variables in the same RVI, and then reference them in separate entries in the RVX. jEPlus will then split variables of different report frequency into different CSV files. An example RVX is provided below. You can copy the contents to my.rvx, save it in your project folder, and then select it in your project...
{
"rvis" : [
{
"fileName" : "1529CO Ed Principal Macro v001v 160224 IGP.rvi",
"tableName" : "AnnualMeters",
"frequency" : "Annual",
"usedInCalc" : true
},
{
"fileName" : "1529CO Ed Principal Macro v001v 160224 IGP.rvi",
"tableName" : "MonthlyMeters",
"frequency" : "Monthly",
"usedInCalc" : true
}
]
}