Forum Discussion
- MCFNeilQrew CaptainIf you are using totals or some type of numeric value on the graph, I'd recommend building the graph on the "People" table.
For example if you are trying to show the # of x for each resource, you will want to summarize that value to the people table, and then build the report from that table. And any time they have '0' it will still show.
Does that make sense? Rather than building the report on the child table, summarize the data to the parent and build the report there. - MarcNelsonQrew CadetThat worked mostly. I figured out the relationship in order to get a graph to show how many. There are dates on table 2 and I can not figure out how to get the quantity of records with the option of certain dates.
Thanks for the help! - MCFNeilQrew CaptainCan you describe the type of date filters you are looking for? Maybe I can help point you in the right direction.