
Not applicable
2014-07-23
03:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RangeMax does not work
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
829 Views
1 Solution
Accepted Solutions

MVP
2014-07-23
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Simply write
Max(ProdCalendar.Year)
Or use
=RangeMax($(=GetFieldSelections(ProdCalendar.Year)))
675 Views
3 Replies

MVP
2014-07-23
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Simply write
Max(ProdCalendar.Year)
Or use
=RangeMax($(=GetFieldSelections(ProdCalendar.Year)))
676 Views

Not applicable
2014-07-23
05:24 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So true Max(ProdCalendar.Year) works wonderfully, why should we bother to get the "selected values" then 🙂
675 Views

Not applicable
2014-07-23
05:33 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By curiosity, why there's a need to add $ to get the RangeMax working ?
675 Views
