I tried:
- sync with databse
- full build
- create a new project
- create a new EDT add a new parameter that i don't need just for testing
all of this is not working, any help would be appreciated!
Thanks in advance!
I was having the same issue when trying to create a parameter for an already working report. I created an EDT, modified it in the Contract Class extension, and added it to the data project class extension, but it still didn’t work. Here are a few steps that helped me resolve similar issues:
Check the Parameter Binding: Ensure that the parameter is correctly bound to the dataset, as sometimes it may not reference properly.
Data Source Configuration: Verify that the data source includes the new parameter. Double-check the dataset properties to confirm it’s properly referenced.
Dialog Properties: Make sure the dialog properties for the parameter are set correctly. Visibility or required field settings can impact its appearance in the dataset.
Rebuild and Deploy: After any changes, perform a clean rebuild of the project and ensure that you're deploying the latest version of the report.
Check Event Handlers: If there are event handlers for the parameter, confirm they are functioning as expected.
Debugging: If possible, debug the report execution to identify any errors related to the parameter.
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156