Hello! I'm stuck with my In-DB formula to change this date format from 2023-06-29 to 20230629 and into a string. I noticed the date formats are different with the another SAP report tool add on we use (imports as string 20230629) and the Alteryx In-DB SAP HANA ODBC pull (imports as date 2023-06-29). I need these dates to align so the interface text box and action tool works correctly when the user inputs the date, which updates the string downstream.
For example, the user would input the start and end date in the analytic app (in screenshot). Ideally, this input would then update the string values in 2 different areas of the workflow. The user date input would then be processed by 2 action tools to change the string values for the start date and another 2 action tools to change the string values for the end date. Any recommendations on using the In-DN formula tool to convert this date to a string without the dashes?
Thank you in advance for your help!