Hello,
I am using Flexmonster in a project, and when making a filter with conditions: Ex. Equal, Greater, Less. It does not apply the filters (I found this problem doing in columns that are of the type number) Below is the link to demonstrate the problem:
https://jsfiddle.net/5pk68fwj/14/
When filtering column data and taking for example "greater than 26/07/2020" it works.
Filtering the COD column, only when it starts with "J", works
The error appears when I filter in the column "TURNO" value greater than "2".
Thank you very much in advance.
Thanks
Hello, Leonardo,
Thank you for writing to us and providing a JSFiddle example for illustration.
We would like to confirm that this is not the expected behavior.
Our team is investigating the problem further and the fix will be provided in the minor release version with the ETA 20th of April.
As a workaround, we kindly suggest repeating the numeric fields in the measures
property of the slice
object for the filtering to work, for example:
rows: [
{
uniqueName: 'data'
},
{
uniqueName: "turno"
}
],
measures: [
{
uniqueName: "turno"
}
]
Here is a modified version of the JSFiddle example where the numeric value filters get applied: https://jsfiddle.net/flexmonster/3jzsdbuy/
Please feel free to reach out to us if any questions arise.
Best regards,
Vera
Hi Leonardo,
How are you?
We wanted to let you know that due to particular technical specificities of the issue in question we've had to postpone the fix until next minor release ETA May 4th. We will let you know as soon as there are updates on this.
Thank you for your patience.
Best regards,
Mykhailo
Hi Leonardo,
We are glad to inform you that the issue with the numeric value filter not getting applied in flat form was fixed. This is available in the 2.8.6 version of Flexmonster: https://www.flexmonster.com/release-notes/
You are welcome to update the component. Here is our updating to the latest version guide for assistance: https://www.flexmonster.com/doc/updating-to-the-latest-version/
Feel free to write to us in case of questions.
Best regards,
Mykhailo