Skip to main content
1-Visitor
May 23, 2014
Question

change value by relation or any other logical function.

  • May 23, 2014
  • 12 replies
  • 3486 views

hello all,

i want a help from u all.

I want to give a relation to a parameter which converts a value to the next higher integer value.

e.g i want to change a value of 132.5568 to next higher value of 135 by relation or any other logical function.

Please help me,

Regards,

kashyap

12 replies

Werner_E
25-Diamond I
May 23, 2014

The next higher integer value in your example would be 133, not 135 😉

But I guess Round() or Ceil() (note the uppercase initial letter) is what you are looking for:

23.05.png

1-Visitor
May 23, 2014

this is not the correct answer.

this thing is not solving my problem.

19-Tanzanite
May 23, 2014

Do you mean something more like this:

index.PNG

Alan