Good afternoon, Alteryx community.
Good afternoon, Alteryx team.
This is a picture of part of my workflow. IHP.txt is my primary input file (loaded every day) with many different PRGM_NA values (approximately 50). I want to extract 4 of those program name values every Monday (one of the extracted values is the one shown) and write them to 4 separate data files. How do I do that, please?
This is the Access DB VBA functionality that I am looking to replicate in Alteryx.
If Weekday(Date) = 2 Then
' export the automatic Monday query results
DoCmd.RunSavedImportExport "Export-qsel_Sally_All_Fields"
DoCmd.RunSavedImportExport "Export-qsel_AVAI_AINC_All_Fields"
DoCmd.RunSavedImportExport "Export-qsel_PUAA_PPEL_Initial"
DoCmd.RunSavedImportExport "Export-qsel_RTRN_NewHire_All_Fields"
' open Excel
Call GetExcel
MsgBox "Automatic query results exported"
End If
Thank you very much for your help.
Sincerely,
Errol C. Isenberg
Data Analyst
954-214-9406
Errol.isenberg@deo.myflorida.com
errolcisenberg@gmail.com
