Hi,
In my input, I have order date in the format yyyymmdd (V_string) . I have used DateTime function to convert , then its converted to yyyy-mm-dd (Date type). Since My actual output needs to be in the format of MM/DD/YYYY , I used one more Date Time function and changed it to MM/DD/YYYY ( V_String ).
1) Is there any way we can convert new date field as Proper Date format. Since this is the field , I am going to use for all my Interface ( From/To ) Action Field. Directly converting to Date type through select Function throwing error/warning while Running
2) Also , by using this New date field, I need to generate dynamic Output.
For example , If I choose any order dates in the month of 01,02,03 ( Jan to Mar,2021) , then output should be \\Main\Location\Q1_2021.csv
If I choose order dates between 04,05,06, then output needs to be \\Main\Location\Q2_2021.csv..
Like wise Q3 and Q4.
Any help on this
