2015 Jan 12 5:07 AM
Hi everyone,
As i am using the template in smarforms i have divided two column and mentioned 5 lines. For first colmn i need 6 lines . 1 line is seperate remaining 5 lines should be same for column1 and column 2. i tryed but dont know hw to separate line for column 1 alone. Pls let me knw hw to do this.
Regards
Raviram.
Hi everyone,
As i am using the template in smarforms i have divided two column and mentioned 5 lines. For first colmn i need 6 lines . 1 line is seperate remaining 5 lines should be same for column1 and column 2. i tryed but dont know hw to separate line for column 1 alone. Pls let me knw hw to do this.
Regards
Raviram.
2015 Jan 12 9:12 AM
Peace be upon you,
as I understood: you need to split a part of the line,
unfortunately, you can only split the whole line not a part of it
I hope you find this helpful
2015 Jan 12 9:19 AM
Hi Raviram,
if your requirement is fixed, as you describe,
then you can do the same with table.
Create a Table control with 2 different line, as per your requirement.
And through the Condition, you can display your information.
But the all Information, you have to maintain in one internal table in smartforms global tab , with two string field and maintain your display data in internal table.
Line Format
line1 - Single Columns
Line2 - Tw Column (Column1 | Column2 )
Table Format
Table Control (with Created internal table )
if sy-tabix eq 1.
line1
else.
line 2.
Regards.
Praveer.
2015 Jan 12 9:24 AM
Hi,
Divide it equally into 6 rows. But do not mark border lines for the 6th row.
2015 Jan 12 1:05 PM
Hi,
Make it for 6 rows in both the columns.
but don't give a border for the 6th row in column2.
Thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |