Hi thank you and yes no problem.
For example the data flows through as
dw_biodiv_q2v2
627160002
627160000
627160002
627160002
NULL
627160002
627160002
627160002
But 627160002 refers to Yes and 627160000 as No and I need to see Yes and No not the code
I believe I need to be able to do the following and call the formatted value from the below from the webapi
GET [Organization URI]/api/data/v9.1/accounts?$select=name,donotpostalmail,accountratingcode,numberofemployees,revenue
&$top=1 HTTP/1.1
Accept: application/json
OData-MaxVersion: 4.0
OData-Version: 4.0
Prefer: odata.include-annotations="OData.Community.Display.V1.FormattedValue"
But have tried many options no luck so far