-
Rule:
{
"+": [
{ "var": "RATE_1" },
{ "var": "RATE_2" }
]
}
Data1 : 36.54+22.309 expected 58.849, but actual 58.849000000000004
{
"RATE_1": 36.54,
"RATE_2": 22.309
}
Data2 …
-
Hi!
Is there any way to test my javascript collection of objects against a built query?
I found converting query to sql, to mongo plugins. Documentation said that there is parsers for backends. …
-
Is there a way to use jsonLogic's `add_operation` on the formio's instance of jsonLogic?
If not, then maybe you consider it a wanted feature (I do).
I see two ways to go about this:
1. Pass an op…
kamsi updated
5 years ago
-
i have a data grid (meiosLogisticosNecessarios) where i define de cost of material.
And i like in other element sum(total) of cost of material.
In the data > Calculated Value i use JSONLogic:
{
…
-
User requirements:
- Select one x range per channel type (DA, AD, TTL) using cursor pairs
- View the results of `Wavestats` (mean, stddev, min, max), using either all properties, or selected ones, i…
-
Hi!
Is there any way to test my javascript collection of objects against a built query?
I found plugins for converting query to sql, to mongo . Documentation said that there is parsers for backe…
-
Hi @yavuztor ,
You have a good implementation of jsonlogic manifest and my team wants to use it in our project, but the problem is that our project has a dependency on Newtonsoft.Json of version 9.…
-
I have this rule
{"reduce":[
{"var":"myArray"},
{"+":[{"+" : {"var":"current"}}, {"var":"accumulator"}]},
0
]}
Values: {"myArray":[0.1,0.7]}
But Output: 0.7999999999999999
why? sh…
-
- [x] Review materials to see what changes we need to make for django-data-ingest
-
We have multiple panels with required fields.
If the panel is not visible (hidden by jsonLogic condition) then the fields on hidden panel should be not required.
But when we use javascript condi…