i have a field(format is duration ) which displays duration between start date and end date .
i want to retrieve that value of duration field from odata query result .
how can i do that ..??
i was trying
var duration = callbacksResult.results[0].f1_Duration;
i was not giving the value in field.
*This post is locked for comments