Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No value given in filter when using valueText #1048

Closed
michaverhagen opened this issue Dec 11, 2019 · 0 comments
Closed

No value given in filter when using valueText #1048

michaverhagen opened this issue Dec 11, 2019 · 0 comments
Labels

Comments

@michaverhagen
Copy link

The query below comes back with an error when using valuetext. The problem goes away when you replace it with valueString

  Aggregate {
    Things {
      RetailLine (where: {
        path: ["market"]
        operator:Equal
        valueText: "Albert Heijn"
      }){
        unitSales {
          sum
        } 
      }
    }
  }
}```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants