02-10-2015, 12:05 PM
Hi Sussane,
It was my mistake. The CEN output variable averages the status rather than counting hours outside the standards' limits.
I am afraid you'll have to use sql query to extract data you need. To extract highlighted data from your example the rvi file needs an sqllite object which should look like in the example below.
It was my mistake. The CEN output variable averages the status rather than counting hours outside the standards' limits.
I am afraid you'll have to use sql query to extract data you need. To extract highlighted data from your example the rvi file needs an sqllite object which should look like in the example below.
Code:
eplusout.eso
eplusout.csv
0
!-sqlite
! Output file name; Column headers; SQL command
BLOCK2ROOMEAST CENCatII; CEN15251 Category II Acceptability Limits; SELECT Value FROM TabularDataWithStrings WHERE ColumnName = 'CEN15251 Category II Acceptability Limits' AND RowName = 'PEOPLE BLOCK2:ROOMEAST'
!-end sqlite