cancel
Showing results for 
Search instead for 
Did you mean: 

total is being doubled

Former Member
0 Kudos

hi experts,

i have a script output in which i have a total field..if i see preview total is coming properly but when i go back to take print out the total is doubling ..what shall i do ..

i am using perform statement ..

'ragrds,

mani

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

May be your "PERFORM" is being called two times.

Check your script.

Set a breakpoint inside the PERFORM statement in the PROGRAM and execute. System will stop there everytime, it has been called.

Regards,

Naimesh Patel

Former Member
0 Kudos

it has two lines items so it will go two times only .

but my doubt is what is the connection between seeing a preview and taking a print out . why it is not clearing the temporary variables .