Hi,
I am using refinitiv.data.content.search.Definition() which has two argument select and filter.
My question is how can I know which columns name are available for specific views and how can I select all columns. "*" doesn't work.
For example, in screenshot, your example code select columns "ISIN,RIC,IssueDate,Currency,FaceIssuedTotal,CouponRate,MaturityDate". And I want to know what are other available columns for Views.GOV_CORP_INSTRUMENTS and other views.
Please note it is different with historical_pricing.summaries.Definition() where I have the rics, so i can use data items in desktop to find avaiable columns.
Thank you for the help!