Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

interactive report

Former Member
0 Likes
373

dear gurus,

In interactive report the second screen total value getting varied whenever screen changes. the first time value is correct and next time the value getting doubled.

the doubling values are populated at line selection through adding the value in the loop.

Provide the solution.

Regards

R.Rajendran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

U have forgot to clear the total value.

Before the loop (within at line selection) clear the total value. Only then u can avoid this problem.

Regards,

Joy.

2 REPLIES 2
Read only

Former Member
0 Likes
343

clear the total field after coming back from the screen or in the at line selection

keeep clear total_field as first statement.

Read only

Former Member
0 Likes
344

U have forgot to clear the total value.

Before the loop (within at line selection) clear the total value. Only then u can avoid this problem.

Regards,

Joy.