Application Development and Automation 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: 
Read only

INTERVALS in a Domain

Former Member
0 Likes
2,301

Hi All,

I want to have search help for a field enhancing the standard table. The search help should give 0-99 as a range and 99-999 in a range.

Say,

It should display 0 - 99. I tried by passing lower limit and upper limit values to the domain as 0 and 99. But it didn't fetch me all the values from 0 till 99. Please guide to me achieve this. I know I'm pretty much wrong this way.

All ur quick inputs is highly appreciated!!

Thanks in Advance,

VV

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,433

Hi!

Have you tried with the leading zeros, like '000000' to '000099'?

Regards

Tamá

Hi All,

I want to have search help for a field enhancing the standard table. The search help should give 0-99 as a range and 99-999 in a range.

Say,

It should display 0 - 99. I tried by passing lower limit and upper limit values to the domain as 0 and 99. But it didn't fetch me all the values from 0 till 99. Please guide to me achieve this. I know I'm pretty much wrong this way.

All ur quick inputs is highly appreciated!!

Thanks in Advance,

VV

4 REPLIES 4
Read only

Former Member
0 Likes
1,434

Hi!

Have you tried with the leading zeros, like '000000' to '000099'?

Regards

Tamá

Read only

0 Likes
1,433

Yeah, I did try friend, but it didn't work. It just gave me two values in the search help. I wanted all the values from 0 till 99 instead it gave 'Lower Limit' as '0' and 'Upper Limit' as '99'.

Can you suggest an alternative way to go?

Thx in advance.

VV

Read only

Former Member
0 Likes
1,433

Hi,

The interval values if we give as 0 to 99 it works. But please check whether data is avaiable within this range.

Read only

0 Likes
1,433

Satya,

What do you mean by 'data is available within this range'?

can you detail me? I need to create ranges??

Thanks for yr rply

VV