Hi!
I'm trying to embed specific information from CaseComplete into a specific table template, and I'm not having much luck. Here's a copy of the table format:
|
|
Impact
|
Probability
|
|
High
|
|
|
|
Medium
|
|
|
|
Low
|
|
|
|
Legend
|
|
Impact:
- High = Serious financial or regulatory impact or significant loss of service (major system or systems unavailable for extended period); unable to do business
- Medium = Some financial or regulatory impact; operational workaround(s) available
- Low = Minimal financial, regulatory or operational impact (e.g., less than four hours of system downtime); no workarounds or mitigation necessary
|
|
Probability:
- High = Very likely (new process or complex installation involving numerous systems, steps, or resources; many points of failure)
- Medium = Somewhat likely (complex installation, but involving few systems or resources; limited number of points of failure)
- Low = Unlikely (simple installation, small number of systems or steps, few resources involved; few points of failure)
I have a specific requirement (in my Summary Package) which is named "Risk", and I want to display an entry in the cells of the table (Impact and Probability) based on the description of the requirement and its priority.
I have tried using "if Requirements Exist", "repeatRequirements", and "listRequirments" and none of them seem to work. What code, similar to this, can I use to display a specific value in each cell, based on the requirement attributes:
$if Requirements Exist where [Package = Summary and Name = Risk and Description contains High] High $endif
(This is intended to fill the "Impact" cell in the "High" row with the value "High")
$if Requirements Exist where [Package = Summary and Name = Risk and Priority = 2] Medium $endif
(This is intended to fill the "Probability" cell in the "Medium" row with the value "Medium")
Any thoughts?????
Thanks!
Tom
|