Hi there,
is it possible (in the near future) to give us the ability to create label names (buttons, text, single select or the text widget) with an additional expression value?
So I’m more flexible to use more specifically names/information.
For example (Button-Content):
Static text: Goto next step
Expression: 'Goto step ’ + @Variable.s_NextStep
Text-Widget (Content):
Static text: More Information about next step
Expression: 'More information about step ’ + @Variable.s_NextStep
Variable-Widget (Content-Datasource):
Variable: s_NextStep
Expression: 'This step starts with ’ + LEFT(@Variable.s_NextStep,4)
So I don’t have to create these expressions first, store it into a variable and use them once (nevermore again), but can the needed information “on-the-fly”.
Regards Chris