Feb 10, 2023 02:26 PM
I am trying to use the new list view to create a system for putting together quotes for events.
I have a list of event enquiries in table 1, and in table 2, have created a list view, where I am adding line items to events using levels.
I would like to have an auto calculated field in the event enquiry item that gives me the total cost for all the line items I've allocated to that event. I've attached a screenshot of an example. I assume the "Total event cost" field needs to be a formula - can anyone help with a formula that will do this calculation?
Feb 10, 2023 04:59 PM
I think you can do this via a rollup field. In Table 1, could you create a rollup field to display the cost of the line items, and for the formula use `SUM(values)`?
Feb 11, 2023 03:23 AM
Thanks so much - that worked perfectly 😊
I'm now trying to put this info into a page designer to create a quote pdf that could be sent to clients. I have created a couple of others without issue but using List view it doesn't give me the option to use info in Level 2 on the page designer, other than the 'item description' (the name field) of each item. I'd like to insert a table like the one shown in the screenshot below, but including the 'charge type' and line-by-line 'cost' information too
Would you know how to solve this?
Thanks so much, really appreciate the help!
Feb 11, 2023 08:31 PM
Ah, I think you need to use Page Designer on the record in Level 2, not on Level 1. Once you select the linked field in Level 2, you can display the linked records as a table and add fields to display: