Hey,

I’m trying to use custom filters in an embedded dashboard by passing URL
parameters and using them inside charts.

Here’s what I tried:

dashboardUiConfig: {
  hideTitle: true,
  urlParams: { id: 1895 }
}

Then in my chart, I want to filter by id using custom SQL:

WHERE id = "{{ url_param('id') }}"

But I’m getting this error:

Data error: Error: 400 POST ...
No matching signature for operator = for argument types: INT64, STRING
https://bigquery.googleapis.com/bigquery/v2/projects/nomod-next-dev/queries?prettyPrint=false:
Braced constructors are not supported at [3:23]

Can you please help me figure out how to add custom filters to embedded
dashboards and use them inside chart queries in Superset?

Reply via email to