I am using redash now and found we do not support multiple choice in Dropdown List
Sometimes we need to select multi choice
we can use ‘,’.join(array) for param then people add this param to where condition
etc:
1
2
3
then this maybe trans to “1,2,3” string