cancel
Showing results for 
Search instead for 
Did you mean: 

Print same height document in PLD

Former Member
0 Kudos

Hi all,

i want to print a document that consist of 8 rows.

if the number of items is 2 then print 6 rows of empty row.

if the number of items is 3 then print 5 rows of empty row.

and so on.

so the height of the table is always the same.

is it posible in PLD business one ?

thanks for any comments.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ivin,

It is possible on PLD.

Do this,

->> Open your PLD and Create new Formula Field and put this formula,

=>> Create new Formula Field in Repetetive Area Footer and put Formula.

=>> Create the Seperate FORMULA Field in Repetetive Area Footer,

for ex. Line No. Item Code, Discription, Qty, Unit Price, Total

you should put the FORMULA in all FORMULA FIELDS in Repetetive Area Footer.


Substring('\n\n\n\n\n\n\n\n',0,2*(8-LineNum()))

Regards,

Madhan.

Former Member
0 Kudos

thanks madhan, answered.

Former Member
0 Kudos

Hello Madhan:

I have the same issue reported by Robert, but I dont understand whats the procedure you described here:

1) Do i have to create a new formula field in the repetitive area footer for each field created in the repetitive area?

2)If so, then Do i have to put same substring formula to each formula field created in the Repetitive area footer?

I don't know if i'm misunderstanding your procedure, but i have made what i though it was and it's not working.

I would appreciate a lot if you could help me with an explanation of the procedure

THANKS IN ADVANCE

Answers (0)