I’ve got a custom GI that pulls together a bunch of metrics on customers, and I’ve added a dashboard to visually display data related to the customer invoices to the side panel. Naturally, I’d like if selecting a different customer in the GI would update the dashboard to show data filtered for that customer, and I was able to do this successfully with linked GI/Dash parameters.
My issue is that I also want to be able to adjust the date range for the dashboard data on the fly. For instance, let’s say I’m assessing a customers credit, and I have a graph of account balance by date in my side panel, and I want to deep dive on the last 3 month. I want to plug in a date range in my side panel dash and have all my graphs update to just the last 3 months invoice data. But no matter what I do, the parameters on the dashboard are read only.
What’s more aggravating is that this all works fine when the dashboard is opened in its own page. There just seems to be something applying read only status to every parameter on the side panel regardless of GI/Dash links being present, and I can’t find anything on how to make them editable. All the docs seems to suggest if there isn’t a GI/Dash link, then the parameters won’t be read only, but I’ve tried a number of different permissions, publications, link combinations, and they’re always read only.
Any input welcome and appreciated.

