-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Overdue Date / Field differrence #142
Comments
Hello, does the "factory" property for a new widget is used by the master branch? widgets: { If not, do you have any idea when it will be ? |
@bogdancs92 Addressing your request for overdue operator, I'll add support for it (or explain how to configure it without code changes, which is possible I guess) at this weekend when I have some free time. Field difference can be implemented with functions. |
Hello @ukrbublik and thanks you for your work and your help. For the momeent I succeeded in doing this : const differenceOperator = { This seems to do what I want (exemple in sql : ((FIELD_A - FIELD_B) > 50) When I try to do exactly the same thing for the date type (the "overdue operation) it doesn't work because the widget presents 2 fields of type date instead of leaving the first field of the same type field and a numeric field for the second....With this I think a need some help... Thanks |
Hello,
I'm trying to use the component and I need to define a new operator I think.
Here it is what I want:
Also a operator who does the difference between two fields can help us :) : if I have a difference of more then 20€ between FIELD_A and FIELD_B : sql effect : (FIELD_A - FIELD_B)>RIGHT_VALUE
Thank you for your ideas :)
The text was updated successfully, but these errors were encountered: