We would like to be able to create more complex Global Restrictions such as :@@Salesrep1='REP01' or @@Salesrep2='REP01'In this example it will give us the row where the salesrep1 or the salesrep2 is equal to REP01... if we are doing two distinct restrictions by global parameters it will create a condition with a "AND" instead of a "OR" and no rows will be returned.