Known limitations of streaming to Views
This section describes the known limitations with streaming to Views.
- A filter can only act on one keyed column.
- A filter can only have one value with no wildcards. Filtering on multiple values is not supported. The UI allows it but it results in a timeout on execute.
- The keyed columns must be symbols not strings. If the keyed columns are strings, the filtering does not work. The columns need to be converted to symbols.
- Due to the use of json in the Streaming Data source Filter field you have to use a virtual query to ensure the dropdown value is converted into the correct JSON format. See here for an example of how this is setup.