Application Development and Automation 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: 
Read only

Loop horizontally data in smartforms

rizaldy_hidayat
Explorer
0 Likes
1,907

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
Read only

prajeshdesai
Contributor
0 Likes
1,569

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

Hope this helps.

5 REPLIES 5
Read only

Former Member
0 Likes
1,569

Hi,

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

Thanks!

Read only

0 Likes
1,569

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....

Read only

0 Likes
1,569

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!!

Read only

prajeshdesai
Contributor
0 Likes
1,570

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

Hope this helps.

Read only

0 Likes
1,569

Hi Prajest,

Thanks for the answer. It solved my issue.