- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Diagnostic Likelihood Summary Inattentive ADD: {if(InnADDcount ge 6 and PERFcount ge 1, 'YES', 'NO')} Hyperactive ADD: {if(HypADDcount ge 6 and PERFcount ge 1, 'YES','NO')} Combined ADHD: {ADHDcomb} ODD: {if(ODDcount ge 8 and PERFcount ge 1, 'YES','NO')} Conduct Disorder: {if(CDcount ge 3 and PERFcount ge 1, 'YES','NO')} Anxiety/Depression: {if(ANXDEPcount ge 7 and PERFcount ge 1, 'YES','NO')}
p><span class="text-big"><u>Diagnostic Likelihood Summary</u></span></p><p><strong>Inattentive ADD</strong>: {if(InnADDcount.NAOK ge 6 and PERFcount.NAOK ge 1, 'YES', 'NO')}</p><p><strong>Hyperactive ADD</strong>: {if(HypADDcount.NAOK ge 6 and PERFcount.NAOK ge 1, 'YES','NO')}</p><p><strong>&nbsp; &nbsp; &nbsp;Combined ADHD</strong>: {ADHDcomb.NAOK}</p><p><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ODD</strong>: {if(ODDcount.NAOK ge 8 and PERFcount.NAOK ge 1, 'YES','NO')}</p><p><strong>&nbsp; &nbsp;Conduct Disorder</strong>: {if(CDcount.NAOK ge 3 and PERFcount.NAOK ge 1, 'YES','NO')}</p><p><strong>Anxiety/Depression</strong>: {if(ANXDEPcount.NAOK ge 7 and PERFcount.NAOK ge 1, 'YES','NO')}</p>
. Did you just mean the Summ equation (Diagnostic Likelihood)? I can't see any text there. Or is it throughout the other equations too. I just can't see what text you meanRemove the text inside your equations
Best is to use dedicated settings equation for the value without any string and text . And no HTML editor to add new lines etc ...Joffm wrote: So revise all your equation to remove all HTML. In the HypADDcount is still