Dear,
I tried to use the unless condition to hide the boolean when either variable C4, C5 or C6 is completed (Yes or No)
However when I run the code the boolean is Always hidden even if no selection is made on the variables c4, c5 or c6.
Could someone help me out?
Kind regards,
Glenn
{% unless c4 != 'Yes' or c4 != 'No' or c5 != 'Yes' or c5 != 'No' or c6 != 'Yes' or c6 != 'No' %}{% input custom.additional.duties as:boolean %}{% endunless %} **{% t "Additional duties diamond traders, repayment received tax credit for research and development and separate assessment on individual pension accruals" %}** {% if custom.additional.duties != 'false' %}
|-3%--|-62%-----------------------------------------------------------------------------------------------------------------------------------------------------------|:-10%--:|---:+
||{% t "The seperate assessment has not paid since no tax year 2013 existed" %} |{{1536}}|{% input c4 as:select options:"Yes|No" %}|
||{% t "The company has opted to spread the taxation during tax year 2013, however the second seperate assessment has not been paid since no tax year 2014 existed" %}|{{1537}}|{% input c5 as:select options:"Yes|No" size:'maxi'%}|
||{% t "The company has opted to spread the taxation during tax year 2013, however the second seperate assessment has not been paid since no tax year 2015 existed" %}|{{1538}}|{% input c6 as:select options:"Yes|No" %}|