Dynamic properties are not allowed as function parameters

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • None
    • Affects Version/s: None
    • Component/s: ABNF
    • None

      OData-URL, section 5.1.1.15 allows as function parameters properties of the entity addressed by the resource path. But this does not work for dynamic properties, because ABNF disallows

      $compute=concat(year(Date),'-05-01') as MayDay
      &$filter=Special.IsSunday(Date=MayDay)
      

      See this failed test case.

            Assignee:
            Unassigned
            Reporter:
            heiko.theissen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: