cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

Workflow Builder or the "baby steps" into Scripting

brady_brady
Staff

Workflow Builder is a new utility to record your JMP data preparation and analysis workflows. It is a way to capture, build, manage, and share your data steps and work without resorting to scripting. Learn how to easily reproduce and recycle an analysis that will save you and your organization precious time.

 

Workflow Builder.mp4
Video Player is loading.
Current Time 0:00
Duration 37:35
Loaded: 0%
Stream Type LIVE
Remaining Time 37:35
 
1x
    • Chapters
    • descriptions off, selected
    • captions off, selected
    • en (Main), selected
    (view in My Videos)

    3 REPLIES 3
    hogi
    Level XII


    Re: Workflow Builder or the "baby steps" into Scripting

    Jmp 18: more options to structure a Workflow:

    hogi_0-1711570348193.png

    hogi
    Level XII


    Re: Workflow Builder or the "baby steps" into Scripting

    Concerning the issue with the Table References, which was discussed in the Q&A 
    ... there seems to be a workaround with Jmp18:
    example-of-a-workflow-with-a-for-each-loop.shtml 

     

    1) use a workflow step #1 to open/create new tables:
    Subset by, open(), Multi File Import ...

     

    2) Select step #1 as Source - Workflow Step in the  FOR EACH settings


    3) and add as many workflow steps as you want to the For Each branch:

    hogi_2-1711628381086.png

    -> for all steps in the For Each loop, Jmp will use the the tables which were opened in step #1.
    [independent of the table name which was used when recording the steps!]

    hogi
    Level XII


    Re: Workflow Builder or the "baby steps" into Scripting

    -