Changing List Report criteria

Changing List Report criteria

Hi,

does anyone know if it's possible to change the criteria dynamically? In the following, i'm trying to change the expression to ID = 123 into ID = 123 || ID = 456 || ID = 789 dynamically.

list SearchPart
{
        displayName = "SearchPart"
        show all rows from Part [ID == 123] 
        (
                Customer.Status
                (
                    width = 70px
                )
.
.
.

thanks!