Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Intervals for DEC domains

Former Member
0 Kudos

Hi,

I have a domain of DEC data type. I want to set the valid interval for this DEC from 0 to 59.99. How to do it?

I have tried to simply type "0" and "59.99" in the "Intervals" section in the "Value Range" tab, but the system prevented me to do so. It showed a message saying "fixed value/limit for data type dec must be a whole positive number".

Regards,

Haris

2 REPLIES 2

0 Kudos

Hi Haris,

        Try change the domain type to CHAR instead of DEC.

Thanks

Hock Lin

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Use/Create a differen Domain for the Data element .

Regards.