Forum Discussion
- EvanMartinezQuickbase StaffHi Pushpakumar,
For the ToFormattedText formula function you wouldn't want to included the - in your request. You just put in the format you want and when it displays it knows to include the - between your year, month, and day. You would just want to do:ToFormattedText([Start_Dt],"YYYYMMDD")
That should output in text what you are looking for without needing to also add a ToText wrapped around it. I hope that is helpful.