The Expand condition is used in the OData Expand query, but the select does not display the contents of the subset.

$expand=Employee($select=ID_CARD)
&$select=EMP_NO,EMP_NAME,CARD_DAY,INOUT_FLAG
&$filter=(CARD_DAY+gt+2018-05-09T00:00:00Z)and(CARD_DAY+lt+2018-05-10T00:00:00Z)
and((Employee/ACTYPE_ID+ne+21)and((Employee/ACTYPE_ID+ne+22)))


like this, Employee ($select=ID_CARD) still want to display a ID_CARD how to prevent it from showing?

Mar.15,2021

mm-hmm.

as long as expand doesn't write.

Menu