BI Publisher: Conditional region to print Logo - If statement with substring ( not if then else)
I am trying to create a conditional region that prints a logo if the substring of the field Unit is equal to 9. I only want to print a logo if the field has a value of 9 in the second position. The condition <?if:substring(Unit,2,1)='9'?> is not working and when I try to use the <?xdofx: if substr(Unit,2,1) ='9'?> the template fails. What should I use? Note: Logo dynamic picture
Message was edited by: user1582273