Hi @celiasjr,
Yes, you can achieve these two use cases with our current Extend function:
Here’s an example:
We have a master dashboard with two filters: Created At (f1) and Gender (f2):
From this, I created an extended dashboard where I:
- Changed the default value of the Created At filter,
- Hid the Gender filter,
- Added a new Status filter
However, please note that once you use Extend, Const, or Function, you need to define charts, layouts, and positions as code instead of UI. Editing in UI mode will not work if your code contains AML Extend.
May I check if we’ve answered your questions?