I have created button and added ‘on-click’ event functionality. When user clicks that button ‘app-open’ custom report and show ‘Filter’ parameters. But it isn’t working and I can’t able to pass value to that ‘Filter1’. Please check and help, I greatly appreciate.
It isn’t showing parameter or set value. But it opens ‘slide out’ panel without expanding ‘Filter’ parameters. I need to set parameter value on ‘Filter1’ and expand to display on panel.
You’ll probably have to handle the ValueIn on the receiving Report form. Perhaps by after Window_onload or AfterGetNewParameters. Your event will check for ValueIn.ReportParam then set ReportParam.Filter1 something so:
Make sure debugging is enabled and type what I showed into the console. I think you just typed epDebug and are looking at the function definition on the object, not the actual results of the dumpContext() function.
Do what Josh mentioned, setting the debug log status to enabled in the receiving screen when it starts up. I would also add another console-write after with the following expression:
#_epDebug.dumpContext()_#
That way, you can be sure you captured the correct context.