Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Pass parameters from the parent to the sub-report
Geoffrey_Zaun_(loceis01user2_-_(deleted))
How do you pass parameters that are a user input on the parent to the sub-report?
Find more posts tagged with
Comments
Martin_Gäckler
Hello,you can add the user input to the select list of your sql command. Then pass this record field to the subreport:select name, %1 as userinput1from dtree where parentid=2000Hope this helpsMartin