Hi,
Â
How about using a
Tester. Â
Left Value: pipe feature
Â
Operator: '<' (Less Than)
Â
Right Value: Any number (I guess
Valve_Size_Num in your case).
Parashari.
I am struggling to read two geometry columns from this database. If I set Handle Multiple Spatial Columns to "No", it only gives me one of the two columns. If I set it to "Yes", then I get the above error.
Â
What does it mean to have a "Custom SQL SELECT statement"?
Mine is nothing fancy:
select building_id, floor_id, space_id, agency_code, space_type, space_category,usable_sq_ft,
Â
obj.objgeom,
Â
SDO_UTIL.interior_point (OBJ.objgeom)
Â
from esm.esmobject obj join esm.att_space ats
Â
on obj.IDOBJECT = ats.IDOBJECT
Â
where building_id = 'BD0303'
Â
and floor_id = '01'
Â
It was also difficult to retrieve data tables. I had to type in each one. Luckily there were only two. If I let FME search for tables, it errors:
My connection seems fine. I am able to access all tables and do more complicated queries in SQL Developer.
Â
Any info is appreciated.
Â
Thanks,
Â
Loren
Â
Â
Or, use the SpatialRelator. This should be able to give you a list of pipes associated with the valve. Then you could use the ListSorter to order teh list by diameter.