Conditions on Diagrams in IBM Rhapsody in IBM RPE Report Template
Hi All,
I wanted to know how to add conditions on Image elements having rhapsody query in RPE report.
If Image is found it must return the Rhapsody image
If image is not found it must return NA
Please help me on this.
|
2 answers
You can use a RPE variable and assign true/false value to it based on whether the package has diagrams in it or not.
Use 2 containers - one to print diagrams (with condition hasDiagrams=="true") and another with Text element that prints "NA" (with condition hasDiagrams=="false").
Comments
Prashanth Manohar Gopi
commented Jan 18 '21, 6:24 a.m.
Can you please elaborate more on the procedure how to add conditions on Image element and text element in IBM RPE??? |
Within the query that gives the diagrams, set the variable value to true and reset it to false outside the query (after printing the text "NA" based on condition hasDiagrams=="false". Attaching the screenshot for reference. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.