Hi, I have a question. I’m working on a button that launches a dashboard and sends a parameter to apply a filter. I’m triggering a row-update when the dashboard opens, using a Form_OnLoadAfter
event and passing the value through Launch Options.
It works fine on the web — the parameter gets passed and the dashboard applies the filter correctly. But on the desktop client, it doesn’t.
Is there something I might be missing?
Here’s how I’m assigning the context to the dashboard parameter:
Value: “%session.context.initialValueIn.ValueIn[0].Option01%”