Neil Scrivener Posted November 28, 2019 Posted November 28, 2019 Hi Guys, Hoping this will be a more simple question that before! So I have a set of transactions with data in a table, for example: Company 1 - Bought £100 - Date 5.3.19 Company 2 - Bought £200 - Date 12.9.19 Company 1 - Bought £100 - Date 9.7.19 I've set up a Portal on a company record, which gives me a list of transactions with that company, these display perfectly, with a date and so forth. However, I'd like to be able to get a Total Bought in relation to Company 1 only, which given the case above would be Company 1 transactions, would total a Bought of £200. Ideally, this total would sit in the Company File, rather than the portal itself. How do I do this? Thanks! N
comment Posted November 28, 2019 Posted November 28, 2019 (edited) Basically, you have two options: Define a summary field in the Transactions table, and place it on the layout of Companies (it doesn't have to be in a portal); Define a calculation field in the Companies table = Sum ( Transactions::Amount ) Option 1 allows you to reuse the same summary field for other purposes - e.g. a report produced from the Transactions table. Option 2 may be preferable when you need to use the sum in further calculations. Edited November 28, 2019 by comment
Recommended Posts
This topic is 2090 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now