Skip to content

Append doesn't seem to work #89

@avinashsonee

Description

@avinashsonee

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.

filter2 > select2
image

filter3 > select3
image

filter2 > select2 > append2
image

ERROR!
filter2 > select2 > (append2) < select3 < filter3
image

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions