Change data based on other inputs (Dynamic Value)

Follow

Comments

3 comments

  • Avatar
    Karl Simms

    Just a follow up with this,
    Im trying to get a range between 2 numbers, the method im using is
    If ((age_at_signup >= 15) && (age_at_signup <= 20)) {traineepot_ilr13_agegroup == 0} else {traineepot_ilr113_agegroup == 1} but im not getting anywhere im not to great at java ill be honest.

    0
    Comment actions Permalink
  • Avatar
    Darius Grimes (Edited )

    Try this

    If (age_at_signup > 14 && age_at_signup<21)

    0
    Comment actions Permalink
  • Avatar
    Karl Simms

    Thats cracking , thanks darius.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk