chandan
Newbie
Karma: 1
Posts: 4
|
 |
« on: February 11, 2009, 08:41:06 am » |
|
I have created a view with following select statement for a new application in MAXIMO 7.1
View select:POINTNUM,MEASUREDATE,MEASUREMENTVALUE,SITEID,ORGID,OBSERVATION,MEASUREMENTID,ASSETNUM,LOCATION,METERNAME,INSPECTOR,rowstamp,startassetfeatureid,startbasemeasure,startmeasure,startmeasureunitid,startoffset,startoffsetunitid,startyoffset,startyoffsetref,startzoffset,startzoffsetref,assetid,basemeasureunitid,endassetfeatureid,endbasemeasure,endmeasure,endmeasureunitid,endoffset,endoffsetunitid,endyoffset,endyoffsetref,endzoffset,endzoffsetref,(select count(metername) from measurement m where m.measuredate > SYSDATE - INTERVAL '1' HOUR and m.metername = a.metername) AS ALCNT View where: metername in (select metername from meter where ishistorian=1 and autosrreq=0)
View from: measurement a
Problem is ... i can't see the attribute ALCNT of view in the attribute list of the view, but the ALCNT field is visible when we see using SQL Developer connected to same maximo database.
Please suggest me the way to get that field in attribute list.
|