cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Elby
Level I

How to add New Rows in Conditional Match jmp 15

Hello,

Is it possible to automatically add new matches to the formula?

My data contains a Conditional Match Formula to group data.

I.E. the data includes Rows like PartA-V1, PartA-V2, PartA-V3 and PartB-V1, PartB-V2, PartB-V3 that the matches would be PartA or PartB since the -V does not change what I am looking for.  The actual data is has more complicated descriptions.  The original data had ≈50 Matches so recreating the entire match table/formula is not easy.

The issue is - when new data, PartA-V4, PartC-V1, they are not included in the prior match functions.

 

Thank you for any assistance.

1 REPLY 1
Georg
Level VII

Re: How to add New Rows in Conditional Match jmp 15

If I understand correctly, you need a more general formula to group your data.

I would use e.g. "words" if the string has always a "-" and you need the first part, like follows:

Words("PartA-V1", "-")[1]
Georg

Recommended Articles