I am trying to create a macro that select a DATETIME field from source data (source data different every time) and add 5 new columns based on that date and an option selected in macro interface
e.g. source data has a column called transaction date and macro has a list of languages {english, french, german}
i would like to select the date (by using show field map) and french (from manually set drop down list) and then add a new column that says lundi, mardi, mecredi, however, if i select English it will say, Monday, Tuesday , Wednesday
At the moment the output of the macro only shows the new columns and not the original data set which may have 5-15 other columns
What do i need to consider to ensure the output includes the input enriched with new columns