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(1094 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.