df_Container = rdp.search(
view = rdp.SearchViews.PhysicalAssets,
filter = "RCSAssetTypeGenealogy eq 'F:2X'",
select = 'DocumentTitle,RIC,RCSAssetType,RCSAssetTypeGenealogy,RCSAssetTypeName,DWT,RCSFlag,RCSFlagName,AssetId',
top = 10000,
)
The client would like to use search for vessels, I check with rsearch() builder in Eikon Excel to get 'F:2X' for container.
Anyway, could it possible to get a list of all possible value of RCSAssetTypeGenealogy and RCSAssetTypeName ? Do we have any document for this?
Thank you very much.
Vetit S.