Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

The field 'EmpId' of type 'Calculated' cannot be used in the query sort expression.

$
0
0

url: siteurl + "/_api/web/lists/getbytitle('EmpInfo')/items?$select=EmpName,Team,Plattform,EmpId&$orderby=EmpId&$filter= Status eq 'Active'",

is throwing exception "The field 'EmpId' of type 'Calculated' cannot be used in the query sort expression."

Any work around for this.

I need to sort my data according to this calculated column EmpId.


Viewing all articles
Browse latest Browse all 7589

Trending Articles