Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Ilogic rules, is it possible to create and expression that groups a selection of components, so that all these components can be referenced with one expression (e.g. Component.Isactive(group)=True or False)?
To give an idea of what I am trying t
--------
component_group=List("Assembly1", "Assembly2", "Assembly3", "Assembly4",..., "Assembly99")
If statement1=True Then Component.IsActive(component_group)=True If statement1=False Then
Component.IsActive(component_group)=False EndIf --------
I hope it is apparent what I am trying to achieve. Otherwise, let me know.
Solved! Go to Solution.