We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we filter the map from the data-table for one of our CSV file, we have this error below. The table if filtered but not the layer on the map
abstract-gv-vector.ts:231 Uncaught Error: Invalid vector layer filter (string not closed). filter = lower(Company_Name / D�nomination_sociale_de_l'entreprise) like lower('%nova%') internal filter = lower(Company_Name / D�nomination_sociale_de_l'entreprise) like lower('%nova%')
We should remove the weird character from data set at load time so we can filter the layer
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When we filter the map from the data-table for one of our CSV file, we have this error below. The table if filtered but not the layer on the map
Expected Behavior
We should remove the weird character from data set at load time so we can filter the layer
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: