Hello All,
I have a macro that reads data from SQL server and then I use the data from this macro in another workflow. After certain data manipulations, I publish it to Tableau Server.
The issue I am getting is that there is a 'date' field in one of the sql tables that is a part of Macro Output. When the other workflow reads the data from Macro Output, it assigns 'V_WString' type to this field and therefore, the tableau dashboards throw error. It used to work fine on my team member's machine strangely.
Any advise on how this can be resolved? I tried using 'DateTime' function but when I use it, this function does not recognize the field as string type so does not appear and hence, I cannot convert it to 'Date' type in the workflow.
Thanks,
Suruchi