PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

conditional based on calculate fields not working

  1. Hi See my form on http://www.jobadvies.be/364-2. See the form XML here http://pastebin.com/WP9GVu1R

    I have a problem with field 11 and 12. 11 should only be there and should show the value 40, if field 10 has a value lower than 40. Field 12 should only be visible if the value in 10 is higher than 10000. It should show 40000

    I need this as the value in 10 should never be lower than 40 or higher than 10000 (or is there another way to do this?)

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  2. Hi, is my question not clear or something?

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  3. Can you explain all the calculations in detail as I cannot tell if I am using the form correctly or not, to test your calculations? Thank you.

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  4. field 1: dropdown with for each label a value
    field 2: dropdown with for each label a value
    field 3: number field
    field 4: dropdown with for each label a value (conditional logic: only visible if field 2 has a specific value)
    field 5: dropdown with for each label a value (conditional logic: hide if field 2 has a specific value)
    field 6: the value 4,5 (comma as decimal sign)
    field 7: calculation: ((field 3 * field 2) + field 6)/250
    field 8: (field 7)^6
    field 9: field 8 * 4500 + field 4 + field 5
    field 10: field 9 * field 1
    field 11: this field shows value 40, conditional: only visible if field 10 < 40
    field 12: this field shows value 10000, conditional: only visible if field 10 > 10000

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink