Skip to main content

Not displaying thousands separator Number Slider

Comments

2 comments

  • Nico Burgerhart

    Answering my own question, thanks Berend Veldkamp for suggestion.

    You can set the format in the Load event with a Set Form Element Property, use Name=format and for Value the following:

    ={
    "displayFormat":"f",
    "lowerBound": 2000,
    "upperBound": 3000,
    "step": 50,
    "precision": 0
    }

     

    0
  • Nico Burgerhart

    0

Please sign in to leave a comment.