Hello Folks,
I am beginner in Alteryx,,
I am trying to create WF using Alteryx . In there i am fetching the data from Oracle database.
Tables having several fileds of date which are in Julian date format.
For the conversion of date from julian to standard date i am using macros named "JulianDateToStandardDateConverter" . But the problem is that this is only i can used for single field/column from the table .
The table having more than 1 field/column contains julian date, so how we can use it the JulianDateToStandardDateConverter macro in the WF ?
or There are any other method or Macros which allowed multiple columns for julian date conversion?
Please help