cancel
Showing results for 
Search instead for 
Did you mean: 

table dynamic columns

Former Member
0 Kudos

hi pro´s,

i just got a problem, which i can't solve.

i got a table with about 15 columns.

column A is the master

when A is filled with value RA then i want to print columns 2-8

when A is filles with value GS then i want to print columns 2,6, 9-15

example

A | B | C | D | E

RA | 1.1.10 | 100,-- | Test |

GS | 2.1.10 | - | - | some long Text

then the output should be like

Date Price myText

1.1.10 100,-- Test

2.1.10 some long Text

in smartforms i got no problem; i am switching rowtypes with the condition"flag".

is adobe forms able to do this?

would be great, if someone can help me...

Edited by: Peter Erbeznik on Jan 4, 2011 1:15 PM

Edited by: Peter Erbeznik on Jan 4, 2011 1:18 PM

Edited by: Peter Erbeznik on Jan 4, 2011 1:19 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi mate,

have the presence script for row data on form ready event

and for header on calculate event. (if this is allowed to print in subsequent pages.)

Cheers,

Sai

ChrisSolomon
Active Contributor
0 Kudos

Yes. As Otto says...Google for just normal Adobe development (not even SAP specific). Stefan Cameron has some GREAT tutorials and info....even one on dynamic columns. A little searching on your own goes a long way.

OttoGold
Active Contributor
0 Kudos

You need to learn about scripting. Get a guide from the internet and in the last chapter there are problems+solutions for quick use/ learning by doing. Or use google to learn how to manipulate the visibility of the subform (or field).

That of course means you need to have your table created from subforms and not a table generated by LCD.

Cheers Otto