-
I'm unable to make it work to filter on Datetimes, any help?
-
When a flex technology is located within a sector, the electricity demand should be included in the final demand of that sector. This is not the case at the moment.
This goes for: power-to-heat in …
-
It's usual to filter string data in case-insensitive mode.
A way to do that is add `#` operator.
`var gQuery = new GridifyQuery()
{
Filter = "FirstName=#John, Address=*#st",
OrderBy =…
-
**Describe the bug**
Not sure if really a bug, or more like a user error (probably the latter @oliver-sanders ? I think I might be doing something wrong when calling it) but if you have the followi…
kinow updated
3 years ago
-
Hello
My search string is for example: Signup scheduled
This will get encoded in url as: `prospect?filter=status=signup%20scheduled`
This always returns no results.
If I was to use `filte…
-
Suppose our `AddDate` field is defined as an `string` and its column has values such as `1400/07/06`, etc. If I apply the `>` opertaor to it, the result will be:
```
System.InvalidOperationException…
-
**Describe the bug**
Follow up for the deltas/incremental updates work.
For one workflow, after running it for some minutes, some times 5 minutes, some times 15 or so, the Web UI gets a job un…
kinow updated
2 years ago
-
I got this warning, I suppose some libraries need to be updated (docker version):
`/usr/local/lib/python3.6/site-packages/grlc/gquery.py:277: YAMLLoadWarning: calling yaml.load() without Loader=...…
-
-
For [the new categories in the costs chart](https://github.com/quintel/etmodel/issues/3779) we have to revise our cost calculation methods. Additionally, there are some other issues that have to be pi…