Hi, I would like to fill a cell of an Excel table with a field value only when the issue has a link of a specific type, otherwise put "NA" in the cell. I am facing several issues:
1. I do not find a #else statement for adding "NA".
2. I also want to put NA, when there is no links at all for the issue. Is there a way to check the value of n, so I cant add "NA" when n equals 0?
Here is the current content of my cell:
'#{if (%{‘${Links[n].LinkType}’.equals(‘Parent of’)})}
${Links[n].Req. ID}
#{end}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.