[OASIS Issue Tracker] (ODATA-9) allow expressions in the $select query option

From
OASIS Issues Tracker <>
Date
2015-07-09T15:48:38+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-9) allow expressions in the $select query option
[ https://issues.oasis-open.org/browse/ODATA-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60255#comment-60255 ] 

Martin Zurmuehl commented on ODATA-9:
-------------------------------------

As discussed in the TC we changed the name of the transformation from "calculate" to "compute".

> allow expressions in the $select query option
> ---------------------------------------------
>
>                 Key: ODATA-9
>                 URL: https://issues.oasis-open.org/browse/ODATA-9
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData Extension for Data Aggregation
>    Affects Versions: V4.0_WD01
>         Environment: [Applied]
>            Reporter: Andrew Eisenberg
>              Labels: GoodIdea, Usability
>             Fix For: V4.0_CSD03
>
>
> OData could be extended to allow expressions in the $select query option, allowing derived values to be returned along with the properties of an entity.
> This could be expressed as:
> http://odata.netflix.com/v2/Catalog/Titles?$select=Name,substring(ShortSynopsis,20) as Summary
> or
> http://odata.netflix.com/v2/Catalog/Titles?$select=Name&$extendedSelect=substring(ShortSynopsis,20) as Summary



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)