Jump to content
  • 0

I need to calculate the ratio between the grand-totals from two different data pages


Alessandro

Question

1 answer to this question

Recommended Posts

  • 0

Hello @Alessandro,

Could you specify the formula you need to apply and the DataPage type where you want to apply this formula?
 

Basically, if you need to get data from 2 different tables, you may use a SELECT statement 

For example: SELECT Count(Country) FROM Customers WHERE Country=’Canada’

You may want to check this article https://howto.caspio.com/function-reference/

 

If you use different tables to build these 2 DataPages, you may join them in the View and use this View to create a DataPage https://howto.caspio.com/tables-and-views/what-are-views/creating-a-view-to-join-tables/

 

I need to have more details to provide you with a formula.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...