Forum Discussion

MichaelFrishman's avatar
MichaelFrishman
Qrew Cadet
8 years ago

Summary Field of a Formula

I'm a longtime QB user and seem to run up against this limitation often. I was wondering if anyone has found a good workaround.

My data consists of three fields, "Date", "Division", and "Amount". I need to be able to summarize the table by amount based on two criteria, "Division", which is a number, and "Month/Year".  
Each record has an amount.
I figure I can do this by concatenating the division and month/year into a formula and using that as the reference field of the child table to match the unique key field of the parent table. However, I keep running into the same limitation with "We are sorry -- at this time, you cannot create a summary field using a relationship where the reference field is a lookup field." I've tried the workaround of making the reference field a static (non-formula) field, creating the summary, then changing the reference field to a formula, which works sporadically, but sometimes it likes to show me zeros for all amounts. It can't be trusted to update. Any bright ideas on how to do this? I have several other instances where I need to create summaries based on formulas but can never figure out how to get around this limitation. Thanks in advance.