How do I update process books to not show excluded controls.

Category:
0
0

Controls marked as “Exclude” still print in the process books.  How do I update the tags so that the excluded controls do not show?

Marked as spam
Posted by
Asked on 12 May 2026 9:41 am
16 views
Public question
0
Private answer

Hi there,

To exclude the content in a tag, you could use != to create a conditional loop. But to do that I'm not sure how you are capturing the control as "exclude". Is it a subtype, or a UDA? Can you share the payload, or the front-end interface of your Control?

An example code using != is below where the code only prints if there is a value

{#properties}{#attributeName == "1. Improvements" }{#attributeValueText != “”}Improvements: {/}{/}{/properties} {#properties}{#attributeName == "1. Improvements" }{#attributeValueText != “”}{attributeValueText}{/}{/}{/properties}

 

Attached is a screenshot of the application of code

Marked as spam
Posted by
Answered on 12 May 2026 10:04 am
0
In a process map, then a task where a risk and control is associated, there is a button that users can mark a control as "exclude" . See screenshot. When I go to produce the process books those "excluded" controls still print. I would like to update the syntax to not show these controls or if that is not a possibility to list then as excluded.
( at 12 May 2026 11:09 am)
0
Private answer

Hi Again,

In case you need to share any data about your used case, you could reach out to us on support@interfacing.com to help you futher.

 

Thanks,

Mercina.

Marked as spam
Posted by
Answered on 12 May 2026 10:12 am
0
Private answer

In a process map, then a task where a risk and control is associated, there is a button that users can mark a control as "exclude" .  See screenshot.

When I go to produce the process books those "excluded" controls still print.  I would like to update the syntax to not show these controls or if that is not a possibility to list then as excluded.

 

Marked as spam
Posted by
Answered on 12 May 2026 10:19 am