frappe / insights

Open source analytics / business intelligence tool (BI)
https://frappe.io/insights
GNU Affero General Public License v3.0
406 stars 199 forks source link

SQL union support #173

Open ankush opened 11 months ago

ankush commented 11 months ago

doesn't have to same as SQL union, just concatenating two query source having same columns as new single result also kinda works (maybe even better than union query)

This can probably be first step towards consolidated reporting for multiple sites.

casesolved-co-uk commented 11 months ago

Is FULL OUTER JOIN supported between two results?