
Not applicable
2014-09-11
10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find min/max of 4 different numeric fields
Hi Community,
Does anyone know how to find the min/max of 4 different fields inside the srcript?
For example:
Load *,
min<- -- number of each sort order comparing these 4 fields
Load
SortOrder
F1,
F2,
F3
F4
from blah
468 Views
1 Solution
Accepted Solutions

MVP
2014-09-11
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RangeMin(F1,F2,F3,F4) as MinValue
394 Views
1 Reply

MVP
2014-09-11
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RangeMin(F1,F2,F3,F4) as MinValue
395 Views
