Integer/Decimal specify increment

763
1
06-21-2021 05:47 AM
SHorman_
New Contributor II

Hi Everyone,

Wondering if there is a way to specify how an integer or decimal is increased using the spinner appearance.

Say I have an integer I want to increase by 10's with each click (10,20,30) or a decimal by half (1.5,2.0,2.5)

I know we can create a constraint for instance (.*10) mod 5 = 0 would be use to ensure a decimal can only be entered either as a half or whole number.

 

1 Reply
RogerFarmer1
Occasional Contributor

What would be cool is having parameters like the Range question; start, end and step.

0 Kudos