janhavi
Newbie
Karma: 2
Posts: 19
|
 |
« on: September 28, 2010, 09:34:29 am » |
|
Hi friends,
when i provide a condition in where clause of maximo and run it, it shows me records according to that like WHERE (historyflag = 0 and siteid = 'XYZ' and totalcost > 2800.0)
it will show me the list of records.but when i run the report from select action it taks like this ( ( po.historyflag = 0 and po.siteid = 'XYZ' and po.totalcost > 2800.0 ))
suppose if i have built one report using view ex. PO_view (of PO table) and when i will run this report from maximo application like purchase order, it will gives me error because it takes table identifier automatically(here is PO).
now my question is how i can append this table identifier to run that view based report from maximo??
please suggest me,
Regards janhavi
|