cancel
Showing results for 
Search instead for 
Did you mean: 

Print last page value on first page

Former Member
0 Kudos

Hi,

I have a requirement where some value from last page need to be printed on first page. I tried putting the condition on a window ( first page and after main window). But still it is not happening. How can this be implemnted?

Regards,

Jeetu

Accepted Solutions (1)

Accepted Solutions (1)

Madhurivs23
Participant
0 Kudos

hi Jeetu,

If you want to print any summation value of the line items on the first page, then you can simply write the code to loop over the line item and add the value and print it on the first page.

Thanks and regards,

Madhuri

Former Member
0 Kudos

Hi Madhuri,

It is not like direct summation. The last amount goes through many calculations and that final value I want to print it in first page.

Regards,

Jeetu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Right click on main window->Create Commands.

There you can specify condition by specifying last page name (SFSY-PAGE = Last page name) and you can get the values.

The command node needs to be added at the end of mail window not in the table cell.

Thanks,

Renuka.