wsnyder
Board Regular
- Joined
- Sep 23, 2018
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi all,
I am trying to convert a date to text in the format yyyymmdd.
If I enter = Date.ToText([RefDate]) I am able to convert a date to text.
But when I enter
Date.ToText([RefDate], [Format="yyyymmdd"])
I get an error:
What am I doing wrong?
Thanks
-w
I am trying to convert a date to text in the format yyyymmdd.
If I enter = Date.ToText([RefDate]) I am able to convert a date to text.
But when I enter
Date.ToText([RefDate], [Format="yyyymmdd"])
I get an error:
Expression.Error: We cannot convert a value of type Record to type Text.
Details: Value= Format=yyyymmdd Type=[Type]
What am I doing wrong?
Thanks
-w