How to get filter names and values applied in the dashboard from the extension

tkshimon
Participant II

I have created a Looker Extension using React JS and embedded my dashboard and dashboard filters within that using “ExtensionContext2” from “@looker/extension-sdk-react”.

Is there any way to get current applied filter value in the extension. I checked API explorer and which will return the filter name and id but not returning the value selected in that filter.

1 1 373
1 REPLY 1

fajaribnuf
Participant I

Got a similar case like this.