Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I find the min date and the max date from my data?
I have 1 unique ID with 8 different date fields. Some fields are empty.
To fill my kalender right I need a single field with all unique possible dates from those 8 columns.
Thanks
RANGEMIN(DATE,DATE,DATE,DATE, ....) AS FIRSTDATE
RANGEMAX(DATE,DATE,DATE,DATE, .... ) AS LASTDATE
show this functiont ---> FIRSTSORTVALUE.
bYE
mARCO
Hi,
Use "FIRSTSORTEDVALUE" function.
Min Date data:
Syntex = FirstSortedValue(fieldName,date)
Max Date data:
Syntex = FirstSortedValue(fieldName,-date)
This isn't working because I have to evaluate 8 different columns.
RANGEMIN(DATE,DATE,DATE,DATE, ....) AS FIRSTDATE
RANGEMAX(DATE,DATE,DATE,DATE, .... ) AS LASTDATE