Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.
How to enter a conditional "Where" clause in the below Script?
Created:
Feb 6, 2021 09:33 PM
| Last Modified: Jun 9, 2023 3:05 PM(2135 views)
I would like to make two Tabulate tables instead of one Tabulate table. I'd like one Tabulate table for :Prog = "A" and one for :Prog = "B". The script below gives me one Tabulate table with both Programs "A" and "B" in the Tabulate table. I think if I was to break this up into two lines of script; one line being . . . where :Prog = "A" and the other line of identical script except for . . . where :Prog = "B" would do the trick I just don't know where or how to insert the "where" clause.