GitHub user ppetruneac added a comment to the discussion: Modify Automatic “IN” Filter to Support “LIKE” Search for Categorical Filters
@Hen0k using jinja works but then given the default behaviour is to add the `IN` after you pre-select the data based on the query above. Let's say you have 100 records, Superset will wrap this further and add the `IN` operator which will filter those 100 records to only those matching the `IN` GitHub link: https://github.com/apache/superset/discussions/33625#discussioncomment-15456045 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
