• Resolved tda325

    (@tda325)


    Is there a particular syntax if I only want to reference the min. value on the slider for one calculation, and another for the max. value?

    Also, a feature update suggestion- in the field settings for sliders, it would be helpful to give instructions on how to make BOTH values display (I managed to figure that one out on my own), or better yet, just HAVE them both display by default. Also, they should be glued to the ends of the slider. I had to put a bunch of “&nbsp” in the field caption to arrange them where I want them.

    https://www.ads-software.com/plugins/calculated-fields-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    In the slider control, if you tick the checkbox: “Range Slider”, in the field’s attributes, and you want to display the min and max values in the caption of the field, you should duplicate the text: {0}, for example:

    {0} - {0}

    or

    From {0} to {0}

    etc.

    In case to use a slider field with ranges, you can make references to the min and max values in the equations, using the field as an array. For example, if the slider field is the fieldname1, and it is configured as a range, in the equation you can use fieldname1[0] for the min, and fieldname1[1] for the max of range selected.

    Best regards.

    Thread Starter tda325

    (@tda325)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘calculating from slider field min/max value(s)’ is closed to new replies.