I have a data block and I have checked in the properties page of the data block, the query source name is a view. So by that I am able to determine that it is querying a view but in the where clause there is nothing mentioned.
I also checked in the forms, if the where clause in the forms is being set dynamically using set_block_property, that also is not happening. Is there any other way by which the where clause can be built or any other place where it can be mentioned.
Also I would like to mention that there are database items under that block, so if there are no where clause will it automatically filter the data after querying the view based on the value available in the database items under the block.
Thanks for your help in advance.