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: 

Smartform

Former Member
0 Kudos
92

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

Former Member
0 Kudos
65

It is not Possible to build dynaimc columns in smarforms.

Thanks

5 REPLIES 5

Former Member
0 Kudos
66

It is not Possible to build dynaimc columns in smarforms.

Thanks

former_member188685
Active Contributor
0 Kudos
65

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

0 Kudos
65

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

0 Kudos
65

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

0 Kudos
65

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?