Hello folks,
I'm generating a doc that should list all use cases in a package.
For each use case I'd like to list the requirements that are connected to it.
So far no problem.
UC1
- REQ001 some technical requirement
- REQ002 some functional requirement
UC2
- REQ003 some functional requirement
- REQ004 some technical requirement
But I'd like to filter some of the requirements.
Let's say I just want the functional requirements to be listed, how can I do that?
UC1
- REQ002 some functional requirement
UC2
- REQ003 some functional requirement
I tried a lot of approaches, template fragments, Element Filters etc. but to no avail

Any help is much appreciated!

thanks in advance,
regards
Manfred