BUG(?): date_str_custom with format "F" not delivering what's expected
kludikovsky
MemberPosts:30Maven
Issue:
I am using the
date_str_custom(Datum,"F")
to get the weekday from an attribute into a new attribute. According tohttps://docs.www.turtlecreekpls.com/latest/studio/operators/blending/attributes/types/nominal_to_date.html
I am not sure what it delivers but it's definitely not the weekday.
It looks like the week in the month.
It seems to be a bug.
For Testing I also used the
date_str_custom(Datum,"E")
which did what's expected.
The attached scrrenshot shows the delilvered result.
The operator is (just copy & past into the canvas - no import)
Tagged:
0
Comments
Hi@kludikovsky,
Thanks for letting us know! I have the same experience and will forward it internally.
As a workaround you could use the Operator Date to Numerical and set the parametertime unittodayandday relative totoweek.
This should provide the desired result.
Best regards,
艾丁