Hi,
In my Data Model I have a custom column, which calculates a date. I use Date(Year(xxx),Month(xxx),Day(xxx)) to calculate the date.
I'm having trouble with the Day function, which doesn't convert to correct day in month.
I have a table, where the DAY function should pick up a number and then convert it to the day in a month, so the total date is set.
See below, when I only use Related, it picks up 2, when I use DAY it converts it to 1.
Why doesn't the day function convert it to 2?
Below function picks up the number 2
Below function returns the number 1
/Skovgaard
In my Data Model I have a custom column, which calculates a date. I use Date(Year(xxx),Month(xxx),Day(xxx)) to calculate the date.
I'm having trouble with the Day function, which doesn't convert to correct day in month.
I have a table, where the DAY function should pick up a number and then convert it to the day in a month, so the total date is set.
See below, when I only use Related, it picks up 2, when I use DAY it converts it to 1.
Why doesn't the day function convert it to 2?
Below function picks up the number 2
Below function returns the number 1
/Skovgaard