-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate the columns with different tables. #94
Comments
Hi @Nandhini-Kumaresan, |
Please replace |
Hi @tvc12, |
try with expression below: count(entity_id) - (select count(mysql_db.sales_order.customer_id) from mysql_db.sales_order) If it's not work, use can create view table by using Query Analysis. Following step 6 in documentation in here |
Hi @Nandhini-Kumaresan , |
Hi @tvc12 , |
Hi,
![image](https://private-user-images.githubusercontent.com/148965262/284571794-56a547cc-81f7-4c78-8276-bbbf01fe977a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTUwNjUsIm5iZiI6MTczOTA5NDc2NSwicGF0aCI6Ii8xNDg5NjUyNjIvMjg0NTcxNzk0LTU2YTU0N2NjLTgxZjctNGM3OC04Mjc2LWJiYmYwMWZlOTc3YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwOTUyNDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNDMyMDIyYmI5ZGNmMGQyOWVlNmU5ZWJmMmExNzNlYzQ2NGQ2MmU2N2JjMGYyMjg1MzJmYzlhZTE0MTdhNmIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.zMZ16cXYZZ_aVPNE1FueXFJOWmgA5oHYRxR_dVw6TVI)
I want to calculate the columns from different tables. For Example, I want to divide the total customer_id column of sales table with total customer_id column of customer table. Is that possible to do the calculation in the Add Calculate field or Add Measure?
The text was updated successfully, but these errors were encountered: