{group_detail.location} in ["MAIN"] and
{master_cred.active} = "P" and
{master_cred.med_staff_status} = "PCP" and
(({master_cred.status} in ["ACTIVE", "part", "hold", "PRAC"] or
({log_column.initial_value}in ["ACTIVE", "PART", "HOLD", "PRAC"] and
{log_column.final_value} = "inactive" and
{log_column.log_date} in lastfullmonth)))
Here is what I came up with but the last OR statement that follows is not bringing up Those made inactive in the last month. Can you tell why the last part of this statement is not pulling. Are my parenthesis out of whack?
({log_column.initial_value}in ["ACTIVE", "PART", "HOLD", "PRAC"] and
{log_column.final_value} = "inactive" and
{log_column.log_date} in lastfullmonth)))
{master_cred.active} = "P" and
{master_cred.med_staff_status} = "PCP" and
(({master_cred.status} in ["ACTIVE", "part", "hold", "PRAC"] or
({log_column.initial_value}in ["ACTIVE", "PART", "HOLD", "PRAC"] and
{log_column.final_value} = "inactive" and
{log_column.log_date} in lastfullmonth)))
Here is what I came up with but the last OR statement that follows is not bringing up Those made inactive in the last month. Can you tell why the last part of this statement is not pulling. Are my parenthesis out of whack?
({log_column.initial_value}in ["ACTIVE", "PART", "HOLD", "PRAC"] and
{log_column.final_value} = "inactive" and
{log_column.log_date} in lastfullmonth)))