Hi,
I am working on replacing MS Access based process in an Alteryx workflow, in my final step I am trying to map a static table values to input data file wherever it matches. However I need one extra row to be created for each static record which is not present in my input file. How can I use Generate Row function, where can I write the query.
My Static table has 15 records, with primary key as name of those 15 officers and my input file contains monthly data of the incidents where primary key will be this officer name only. So if for a given month, there is no record present for the given officer, I need to insert one row with only 4 minimum attributes (including the primary key as officer name). How can I do that?
Unfortunately, I cant share the dataset here.
Thanks,
Kishore Karankal