Report system.excute problem

i have a problem , i followed the manual and wrote script on a button
why report path and parameters are not passed ??

It’s not clear from your screengrabs what the relationship between your script and the Perspective Property Editor is. Assuming that the Property Editor is showing the props for the view then the problem is that your script is looking for self.view.custom.start and self.view.custom.end but those are not defined in the Property Editor for that view. (Note that there are no entries in CUSTOM.)

You need to create custom values start and end and bind them to something that will give them a valid date range.

The errors in the gateway logs indicate you’ve named your parameters start and end:
image

But your script is supplying values for parameters named StartDate and EndDate:
image

1 Like