cancel
Showing results for 
Search instead for 
Did you mean: 

Conditional Break -FORMCALC/JAVASCRIPT

Former Member
0 Kudos

Hi,

I am working with multiple forms outputs.I have all records in just 1 internal table.

I need a new page for each Order number.

OrderNumber  ItemNum	Price
100	     010	12.00
100	     020	50.00
200	     010	23.00
300	     010	12.00
300	     020	12.00

My Form has one MainForm and I am trying to put this internal table inside the form.

I tried Formcalc on the MainForm Pagination..

HEADER.DATA.PSPID ne HEADER[+1].DATA.PSPID

it still brings all records in one page.. How can I get this worked?

Rgds

Vara

Edited by: Vara K on Oct 12, 2009 4:47 PM

Accepted Solutions (1)

Accepted Solutions (1)

NoJo
Active Participant
0 Kudos

try on the DATA node --> pagination -> conditional breaks -> edit

language formcalc

DATA[-1].PSPID ne DATA.PSPID

norbert

Answers (0)