I have a report that i'm trying to display in a matrix. The Row is grouped by a column called Category. The column name is vcName. The detail is vcTaskName. The part that i can't seem to figure out is that only one row will show up even if there are multipal tasknames with that row value.
Try to give an example.
Category vcTaskName vcName
a task1 dog
a task2 dog
a task3 cat
a task4 bird
so with Category being the row, only task1 is showing up for dog, task 2 doesn't display. for cat and bird task 3 and task 4 show up correctly. None of these three have anything in the expression to limit it to first.
Anyway... i hope that is enough info to get started. Thanks Shannon