Repeater highest value


#1

Hi,
do you not know how to find highest value of repeater?

Thaks you
Tom


#2

Here’s one way to do it - all logic is on the onItemLoad events. I’m setting text on a widget, but you could just as easily use a global variable as well.

highestValueFromRepeater.rp (50.8 KB)

** Note that you have to view in the browser. The design view won’t show the calculated value.


#3

Hi UxProtoTyper,
thanks you. I used global variable and onClick events, which sets the maximum value.

Thanks
Tom