M
mark.wolven
Ok, So, what I have done is create a set of tables that hold data
about terms and their definitions. Each term (except the root term)
have a parent. There are 5 tables: Root, Grandparents, Parents,
Children and Grandchildren. The children of grandparents are stored in
the Parents table, etc.
So, I've created queries to rejoin all of this a table where the root
and its metadata are in column 1-3, grandparents in 4-6, parents in
7-9, children in 10-12 and grandchildren in 13-15. The problem is that
not every parent has a child. So, in the query results there are empty
cells/values, that's OK - it's correct.
So, now I make a report to display all the terms and their metadata. I
have set 3 grouping levels, starting with Grandparents, then Parents,
then Children, with grandchildren in the Detail section....
However, when I make a report to display all of this information, it
doesn't suppress the empty cells. It shows the header info and the
label information even if there is no data for that grouping or at
that level of detail.
Can anyone suggest a fix or workaround? Or, how would you display
information like this?
about terms and their definitions. Each term (except the root term)
have a parent. There are 5 tables: Root, Grandparents, Parents,
Children and Grandchildren. The children of grandparents are stored in
the Parents table, etc.
So, I've created queries to rejoin all of this a table where the root
and its metadata are in column 1-3, grandparents in 4-6, parents in
7-9, children in 10-12 and grandchildren in 13-15. The problem is that
not every parent has a child. So, in the query results there are empty
cells/values, that's OK - it's correct.
So, now I make a report to display all the terms and their metadata. I
have set 3 grouping levels, starting with Grandparents, then Parents,
then Children, with grandchildren in the Detail section....
However, when I make a report to display all of this information, it
doesn't suppress the empty cells. It shows the header info and the
label information even if there is no data for that grouping or at
that level of detail.
Can anyone suggest a fix or workaround? Or, how would you display
information like this?