Forum Discussion
Sorting a Week Range date column
- 4 years ago
Thanks for the reply. I've managed to fix it in a pretty convulted way but it works, not sure why but it does.
Just incase anyone has this sort of issue in the future what I done is change my week range column to only be the first date(start of week) as date type and then changed the formula in YearMonthInt dates to come from this new column. Then I've created another column with the First date of the week and sorted it by the new YearMonthInt formula, I haven't done it yet but I'm sure I can then Concatenate the end of the week onto this.
that means in your table, one week range value has more than one corresponding values in yearmonthint.
if you want to sort by another column . There must be one to one relationship between two columns.
- Nudo4 years agoHelper I
Thanks for the reply. I've managed to fix it in a pretty convulted way but it works, not sure why but it does.
Just incase anyone has this sort of issue in the future what I done is change my week range column to only be the first date(start of week) as date type and then changed the formula in YearMonthInt dates to come from this new column. Then I've created another column with the First date of the week and sorted it by the new YearMonthInt formula, I haven't done it yet but I'm sure I can then Concatenate the end of the week onto this.