-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not all columns are shown for filtering a table #386
Comments
@pgrill79 I suspect it has to do with the column datatype. Can you check the types of these in the DB. $all("config", "Property")[type!="string" and type!="object" and type!="array" and type!="boolean" and type!="number"] |
Hi @aeberhart - i have executed the command in the notebook and this is the result:
The query which is executed is the following:
So the missing fields are all concatenated string values |
the call to query Metadata only set the dbType and not the type attribute. |
Note that we have to disable filters for column names containing "." see #392 |
I have a table, but for filtering i cannot choose some columns (Marked red) - maybe because of special characters ?
The text was updated successfully, but these errors were encountered: