0
I have two tables: Product and Category. I would like to display all products, grouped by their categories.
I am using Parent Group and it works perfectly, but I would like to display the category description, contained in the table of the same, instead of the ID. How to do this?
What database are you using?
– Marco Souza
SQL Server. I am using Report View
– Vitor Herrmann
and you want to group in sql server or report view?
– Marco Souza
I need to group in the report view anyway
– Vitor Herrmann
https://social.msdn.microsoft.com/Forums/pt-BR/12b6f318-13d1-4b94-9d04-f0f3a45958a2/rdlc-repetir-cabealho-do-grupo-quando-h-uma-quebra?forum=reportingservicespt#f4a9219b-3b9f-4bb1-bb8e-060db6cc19d0. At a glance, it’s a topic I answered, I think you’ll be able to keep up with that.
– felipedrt