cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic smartstyle

john_fitzgerald
Participant
0 Kudos

Hi,

Can we dynamically change the smartstyle of a smartform?

Kind Regards,

Johnny

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

It is not possible to have smartform dynamically... but you can use the same smartstyle and make it work like dynamical using some conditions..

Ex: let us say we have two paragraph formats as shown below...format name, font and font size

PS HELVE 8.0

DS HELVE 10.0

IF company code = 'US'

PS <your text or variables>

ELSE.

DS <Your text or variables>

Endif.

I guess you understood...

Regards,

saiRam

Answers (2)

Answers (2)

john_fitzgerald
Participant
0 Kudos

closed

Former Member
0 Kudos

Hi,

The Smartstyle field in a form won't accept a variable value, so essentially it's not possible.

You could have multiple versions of the same text element with different styles and conditions attached, but it wouldn't be truely dynamic.

Regards,

Nick