Getting parameters in Application Studio works differently on web vs client?

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%”

There are bugs and niggles with the web screens in the client.

Best bet it to run straight from the browser.

4 Likes

Can you run the debugger in the Client and see what (if anything) is being passed?

1 Like