Predefined filter

Hi, how can I have a predefined filter in a grid? I want to generate a grid that will show the information of the records that have in the ID the number 2, but I don’t want this filter to be edited by anyone, it needs to be hidden

You can create a global variable [global_id] that has the value of 2 and then in the sql statement of the grid include the where field = [global_id]