‎2008 Jul 06 10:36 AM
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
‎2008 Jul 06 12:40 PM
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.
‎2008 Jul 06 11:04 AM
clear the total field after coming back from the screen or in the at line selection
keeep clear total_field as first statement.
‎2008 Jul 06 12:40 PM
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.