cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • We’re improving the Learn JMP page, and want your feedback! Take the survey
  • JMP monthly Newswire gives user tips and learning events. Subscribe
Choose Language Hide Translation Bar
Onjai
Level IV

Workflow Builder and row state

Hi,

It seems that Workflow Builder does not appear to record the script when the Row data filter is used to select rows of a table and then change row state for the selected rows.

Tried using log window to view the steps and could not locate the steps either.

Any help would be appreciated.

Cheers.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Workflow Builder and row state

At least in JMP 18.2 it does record color row state changes, so it might have been added with that

jthi_0-1745431586305.png

And the recorded script looks like this

Data Table("Big Class") << Select Where(
	(:age == 12 | :age == 13) & :height >= 59.03
) << Colors("Medium Dark Red")
-Jarmo

View solution in original post

4 REPLIES 4

Re: Workflow Builder and row state

Hi @Onjai ,

 

I think because the creation of the data filter is not 'logged' it is not accessible to the Workflow Builder to record into the steps. That being said, if you have the rows selected with the filter, you can click onto the data table then apply the change to the row state manually (i.e. Row hide and exclude) and this will be recorded in the WB.

 

For example if I use the Tablet Production sample data set and want to filter (and exclude) by API Particle size, I can get the data filter ready with 'Select' ticked:

Ben_BarrIngh_0-1745423495570.png

 

Then I can choose my selection (at this point the WB does not record any actions):

Ben_BarrIngh_1-1745423522946.png

I can then apply a change to the row states manually (in this case hide and exclude):

Ben_BarrIngh_2-1745423601181.png

 

And then it appears as a step in the WB:

 

Ben_BarrIngh_3-1745423615691.png

 

 

Hope that helps!

Thanks,

Ben

“All models are wrong, but some are useful”
Onjai
Level IV

Re: Workflow Builder and row state

Hi Ben,

Interesting that Workflow records the Hide/Exclude but for me but the workflow does not record changing row color.

I am using using JMP 18.1.

Onjai

jthi
Super User

Re: Workflow Builder and row state

At least in JMP 18.2 it does record color row state changes, so it might have been added with that

jthi_0-1745431586305.png

And the recorded script looks like this

Data Table("Big Class") << Select Where(
	(:age == 12 | :age == 13) & :height >= 59.03
) << Colors("Medium Dark Red")
-Jarmo
Onjai
Level IV

Re: Workflow Builder and row state

Hi Jarmo,

Perfect.  Thank you!

Onjai

Recommended Articles