-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Hi,
I was trying out QueryTree Advanced Query Builder for a PostgreSQL database. I have added 2 filter conditions to a data table and both the filters seems to work fine. And then I was trying to append these 2 filter nodes using an Append node but I see an error on the Append node.
Append seems to work fine when only either of the Filter nodes are connected to it but fails as soon as both the Filter nodes are connected.
ERROR!
filter2 > select2 > (append2) < select3 < filter3

The columns are same in both the filters. There is data in each and every cell (row x column) of both the filters.
I tried with enabling and disabling the "Include Non-matched Columns" option of the Append node.
Let me know if you need any more details.
Thanks for building this awesome tool


