How to conditionally hide the text space when the text is not displayed in BI Publisher
There is a requirement that in a BIP Template we have to conditionally display 2 lines of text only when a particular product is there in the Order. This we have achieved by using the if structure as given below and it works:
<?if: FulfillmentItemCode= ‘XYZ’?>Sample Text <?end if?>
The problem is when for other products the text is not displayed then it shows 2 blank lines in the template. So, is there any way to hide this space also conditionally along with the text?