JMP 19 is here! See the new features at jmp.com/new.
Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.
how to script for finding maximum, minimum date value in a row for 100+ columns
Created:
Oct 13, 2020 01:41 PM
| Last Modified: Jun 10, 2023 4:20 PM(6000 views)
i have a table with 500+ rows and 100+ columns. Populated with numeric values (dates). I need to find the maximum and minimum value along each row for earliest and latest date. i guess the script would be similar to 'Maximum (column1........column100)' for each row. But i am not sure how to script the column ranges along each row.