Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5758 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

Dear Professionals,

I'd like to restrict certain field so that the user can enter only a certain decimal number.

I only want the users to enter:

1.5,2.5,3.5 and so on. Only x.5

But not:

1.1,2.4,3.7 and so on.

I've tried the Round() function at Auto Enter Calculated Value,

but did not work.

I'd really appreciate if someone can help me out.

Edited by Guest
Posted

I've tried the Round() function at Auto Enter Calculated Value,

but did not work.

something like this may work.

Round ( X / 5 ; 1 ) * 5

Posted

Thank you all!

raybaudi's calculation best fitted my need this time.

I should have payed more attention in my Math class...

This topic is 5758 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.