Tell us what you are trying to do? Display woo orders. I have Toolset View and Toolset WooCommerce Blocks activated. The result shows random posts. Here's the toolset view config hidden link
Is there any documentation that you are following?
I see from your screenshot that you're adding some query filters to the view that is displaying the orders. Is it that you want to display the orders based on their status ?
Secondly when the filters are removed does the view display the orders?
Can you log into the site using FTP and comment out the function at this line below?
dev.erjjiostudios.com/ifsm/wp-content/themes/genesis-sample/functions.php on line 1462
The function is called tribe();
In my testing I was disabling the plugins to check to see if there is another plugin that is overwriting the view query but I disabled a plugin that appears to be required.
If you're unsure of how to do this then you can provide me with FTP access and I will have a look.