Our company is using redash for one of our client and the database is MongoDB.
I’m facing problem while implementing Multiple Selection Dropdown on a query. Query:
{
“collection”: “users”,
“aggregate”: [
{
“$match”: {
“companyName”: {
“$in”: [
“{{ userid }}”
]
}
}
},
{
“$project”: {
“UserId”: “$userId”,
“Name”: “$name”,
“companyName”: “$companyName”
}
}
]
}
Hi!
My pain is: for some reason if only one value selected in multiple selection dropdown, the value doesn’t wrap in quotes (I tried to set up both - single and double quotes - neither work) and this causes an error for the ClickHouse
Login or sign up disabled while the site is in read only mode