Hi,
do you not know how to find highest value of repeater?
Thaks you
Tom
Hi,
do you not know how to find highest value of repeater?
Thaks you
Tom
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.
Hi UxProtoTyper,
thanks you. I used global variable and onClick events, which sets the maximum value.
Thanks
Tom