Hi Waseem,
Do you mean this below?
This type of box can be triggered if you have defined parameters (Highlighted in bold below) in the query.
A simple example:
SELECT *
FROM OINV T0
WHERE T0.[DocDate] >= [%0] AND T0.[DocDate] <= [%1]
Kind Regards,
Nick Lakasas