Retrieve Vessels under Miscellaneous type but with no sub-type

Hi All;

Either in c# or Excel, I would love to find out the Vessels which are Miscellaneous type, but no SubType. It looks like there are many vessels which do not have SubType. Is there a way to do it? I tried to contact Support, bu no luck yet.

Many thanks

Best Answer

  • @MSI, not sure what you mean by SubType - could not find the criteria. Here is an RSearch query that you can replicate with the COM API which returns vessels of misc type:

    =RSearch("PHYSICALASSET",{"RCSAssetTypeGenealogy","'F:30'"},"NBROWS:100")