Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I would like to know why RangeMax is not working for me. The 2 below boxes are displaying
+ left: GetFieldSelectedCount (ProdCalendar.Year) <-- it displays correctly according to my selection
+ right : RangeMax of the value in the left box (see formular) but it shows nothing. Why ?
Thank you
Simply write
Max(ProdCalendar.Year)
Or use
=RangeMax($(=GetFieldSelections(ProdCalendar.Year)))
Simply write
Max(ProdCalendar.Year)
Or use
=RangeMax($(=GetFieldSelections(ProdCalendar.Year)))
So true Max(ProdCalendar.Year) works wonderfully, why should we bother to get the "selected values" then 🙂
By curiosity, why there's a need to add $ to get the RangeMax working ?