You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alirezanet
changed the title
Compare elements nested in a list of the root object
Compare to two fields instead of hard an coded value
Jun 22, 2024
alirezanet
changed the title
Compare to two fields instead of hard an coded value
Compare two fields instead of hard an coded value
Jun 22, 2024
alirezanet
changed the title
Compare two fields instead of hard an coded value
Comparing data between two fields rather than using hardcoded values
Jun 22, 2024
Hi, have you been able work on this or do you know if it is possible? This is something that I would also be interested in and I also tried to make it work with custom maps and operator but it does not seem possible at the moment.
Right now, it is not possible, but this is a feature I wanted to implement for v2.15. However, due to my busy schedule and other issues, it has been postponed. So far, we only have the test case :) but in the future, I'll definitely add support for this feature. Keep in mind that contributions are always welcome 😉
Discussed in #153
Originally posted by Robotxm February 21, 2024
Hello, I have following object definitions:
Now I want to find all
Item
s who has a schedule that itsEnd
time is beforeStart
time.With native LINQ I can do this:
So how can I achieve this using Gridify?
The text was updated successfully, but these errors were encountered: