Hello,
I'm making a workflow but having one issue now, how should I modify below JSL so that JMP can concatenate all excel files from this folder regardless the actual file names?
Can anyone please advise? Thanks!
--------------------------------------------------
Data Table( "S3_PM5" ) << Concatenate(
Data Table( "R3_PM2" ),
Data Table( "Q1_PM5" ),
Data Table( "KTC_Beta_BL_PM4" ),
Output Table( "Untitled 19.jmp" ),
Create source column
)