7 Replies Latest reply on Oct 21, 2015 9:03 AM by rareddy

    'selectable=false' on virtual table

    prashanthi1

      Hi,

       

      I am trying to make a field in a virtual table as 'selectable=false', so that I do not get that field in odata get response.

      But i am getting error : TEIID30492 The following data elements are not supported in the SELECT clause: [g0.FIELD_NAME]

      my sql is -> select * from table.

      how to make a field not appear in odata get response (i cannot delete this field as i need this field for some other purpose)?

       

      Thanks in advance

      Prashanthi.