Jun 17, 2022 09:43 PM
Hi There,
Seeking some assistance on how to use the rollup function.
I have two tables, one where all the actual data exist ie number of opportunities, one line per opportunity. Can be multiple in a single day. We have a status column to indicate what stage the opportunity is at and in this case i want to rollup status “funded” for a date range…for example month to date.
I have setup a table that has my forecast and for each day what the running MTD target is. What i wish to do is measure for each day the difference between Actual funded for the MTD figure against the forecast for corresponding period.
Example setup is attached but is showing zero so not working.
Look forward to hear of solutions.
Cheers
Jun 18, 2022 12:07 AM
Hi Sam, would love to help but could use more information
Could I get screenshots of the following please?
Applications Import
linked field with linked records in itApplications Import
table with the linked records from the previous screenshot visible, as well as the NAF
fieldAnd with reference to the screenshots, an example of what you would want the rollup to display
Thanks!
Jun 18, 2022 12:47 AM
Thanks Adam,
Ive kind of got it to work but requires me to select the records to rollup which i want it to do itself as there are too many.
The below screen is the raw application data sample
Jun 18, 2022 01:54 AM
Hey Sam, hmm, given that Table 1 (the consolidated data table) has it’s primary key as the date, we can just use an automation to paste the Date
value from Table 2 (the raw data table) into the linked field
Does that help?
You can find the setup here
Jun 19, 2022 02:47 AM
Adam, that is legendary…ive managed to make it work in my data.
Now a fresh problem is i need a running tally of the results to compare Forecast MTD to Actual MTD… this is currently how i have the data setup
Jun 19, 2022 11:47 PM
Hey Sam, glad I could help.
I’ve got a vague idea of what you’re trying to do, but could you share a bunch of example data as well as the expected output please? That way I can be sure whatever I give you is exactly what you’re looking for
Jun 20, 2022 12:31 AM
Hi Adam,
See attached screen, i need it it to calculate a running MTD figure…once i have that i can then create a formula to work out the variance as we travel through the month.
Column D is what i need to solve which is a running tally of column C.
Cheers
Jun 20, 2022 03:26 AM
Hi Sam, thanks for the example. I’m assuming that “month to date” is reset every month. I’ve updated the base linked previously with a solution that should work for your purposes of getting the data in column D, and is powered by the automation “Create links every day”
How it works:
At 12 am every day, it will run and do the following:
Consolidated
table for the record which has the value Yes
in the field Is Today?
to find the record we need to updateRaw Data
table for records which have the value Yes
in the field This Month?
to identify records with dates for the current monthThis will enable us to do a rollup that gets the total for the month that’s correct to that day.
Let me know if you have any questions
Raw data:
Consolidated: