Community
Participate
Working Groups
Created attachment 85908 [details] report design Description: Script does not work correctly. Build number: 2.3.0.v20071228-1005 Steps to reproduce: 1. Preview the attached report and print out the value of p1 in the report. Expected result: p1=2. Actual result: p1=1. Error log: N/A
add target milestone to 2.3.0 M4
In the design, report user add a data item with expression "param[p1]" in the master page, p1 is a parameter on this report. And in OnCreate() script, user add "param[p1]++". Engine first set value of the data item content, and then process the onCreate() script. So, engine's behavior now is correct, and will return 1. notice that: This testcase is modified at 07-8-9 by anonymous with unknown reason. set INVALID first, and if there is anything wrong, let me know. Thanks.
The script in the same master-page only be executed once. So, the behavior of engine now is correct. pls correct the related test case. the bug is the same with bug#213969, set DUPLICATE. *** This bug has been marked as a duplicate of bug 213969 ***
Verified, closed.