Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
is there a way to calculate the number of days in a selected month?
I mean if I select Feb -> 28
January->31 ....
Hi,
i don't know is there is a specific function, otherwise u can use something like day(monthsend(..))
C u,
Stefano
If you just want a list of the months with the numbers you can (assuming you have a monthfield) just set your Month as a dimension and use 'max(Day(datum))' as your expression.
Hi,
If you have Date field so use Max(Day(Date field))
Rgds
Anand