Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Loop horizontally data in smartforms

rizaldy_hidayat
Explorer
0 Kudos
598

Hi all,

I have requirement that display data horizontally in Smartforms. So, I want loop horizontally not verticallny in smartforms.

Example:

1     2     3     4     5     6     7

8     9    10   11    12   13   14

15   16   17  18    19   20   21

et...

How can I do this?

Thanks.

1 ACCEPTED SOLUTION

prajeshdesai
Contributor
0 Kudos
260

Yes you can do this, simply select START as APPEND DIRECTLY.

Hope this helps.

5 REPLIES 5

former_member209119
Active Participant
0 Kudos
260

Hi,

Requirement is not clear. Could you explain it more so that we get to know the exact requirement.

Thanks!

0 Kudos
260

Hi Anamika,

I has 1000 records in table, I want to show data horizontally, not vertically.

In standard loop usually like this.

1

2

3

4

5

etc...

But I want like this:

1     2     3

4     5      etc....

0 Kudos
260

Hi,

arrange the data in the new internal table then only you can meet your  requirement.

Make internal table of 7 columns.. use control break statement to control the arrangement of the data.

thanks!!

prajeshdesai
Contributor
0 Kudos
261

Yes you can do this, simply select START as APPEND DIRECTLY.

Hope this helps.

0 Kudos
260

Hi Prajest,

Thanks for the answer. It solved my issue.