Fetch Records Based on Two Conditions

Fetch Records Based on Two Conditions

Hi:

I am trying to Fetch Records based on two conditions. This is the general idea of what I am trying to do, and I realize the syntax is not correct:

    statelist = Grove[Field_Name == input.Field] sort by Grove_Name && statelist = Grove[Scout_Check == "Grove Check"] sort by Grove_Name;

Does anyone have a suggestion on how to make this work? I am new to Deluge.

Thanks!