The function "doforeach" allows me to call a function by string. I use

The function "doforeach" allows me to call a function by string. I use this to dynamically call a function that is defined in a text PV of a process. Is there any other method to do dynamic function calls? The new looping function "apply" does not work....

OriginalPostID-65702

OriginalPostID-65702

  Discussion posts and replies are publicly visible

Parents
  • Sure. I have a process dashboard on which I want to display some data. The process itself can be of several "kinds". For each kind I have a expression rule that renders some HTML to be displayed on the dashboard. In the PV I save the name of this function and call it dynamically using "doforeach" with a single item list. This works now since nearly 3 years.
Reply
  • Sure. I have a process dashboard on which I want to display some data. The process itself can be of several "kinds". For each kind I have a expression rule that renders some HTML to be displayed on the dashboard. In the PV I save the name of this function and call it dynamically using "doforeach" with a single item list. This works now since nearly 3 years.
Children
No Data