Skip to main content

Peliqan

Google Sheets

Comparison of data sets with formulas

SQL query for Google Sheets

Get the comparison of data sets from two tables using formulas to calculate the difference between values.

SELECT t1.id, t1.value as value1, t2.value as value2, (t2.value – t1.value) as difference FROM table1 t1 JOIN table2 t2 ON t1.id = t2.id

Google Sheets data model

Data model coming soon!

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.