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

Smartform

Former Member
0 Likes
710

Hello,

In my smartform there is 30 columm in a table structure. i want to show them according to internal table data..

Like in the internal table if there is only 10 columm in with data than only 10 columm should be show off there in smartforum.

IS IT POSSIBLE IN SMART FORUM??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

It is not Possible to build dynaimc columns in smarforms.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
684

It is not Possible to build dynaimc columns in smarforms.

Thanks

Read only

Former Member
0 Likes
683

It is not possible, But you can conditionally )Dynamically show the Tables which ever way you want.

Read only

0 Likes
683

ok... can u please tell me how i can show dynamically..

Read only

0 Likes
683

if you are aware of the condition in Smartform then it is simple.

You need to use conditon

if condition success (TRUE)_

then show one table (assume it holds 10 columns).

(FALSE)

if fails then show other table.(this is with 5 coloumns).

Read only

0 Likes
683

yah it can be.. but this solution will not solve my problem. becouse the smartforum columm are based on the internal table record. which are unknow initially..

do you have any other solution?