Message 1 of 14
Suppress members of a pattern

Not applicable
08-28-2017
01:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a situation where I suppress all members of a pattern if the Length of assembly is less than a certain number. This works fine. However, when I no longer need the items suppressed, only the first member is un-suppressed. The number of occurrences changes, but I would like un-suppress all of them.
Else If Length>=18 And Length < 24 Then
Component.IsActive("ReturnSpanner")=False
Else If Length >= 24 Then
Component.IsActive("ReturnSpanner")=True
When changing back from short assembly to long, only the first occurrence is un-suppressed