Using the Rest API, I'm trying to use $select with $expand like this:
https://priority.company.biz/odata/Priority/tabula.ini/company/DOCUMENTS_D?$filter=CURDATE ge 2020-01-01 and CURDATE le 2020-01-31&$expand=TRANSORDER_D_SUBFORM&$select=CUSTNAME,CDES
I get a 500 error. It seems that these two operators don't work together. I tried each one of them separately and they work. Any insights?
try this:
subform needs to be in paranthesis and no & before subform's select