cognos top 5 for each category

create a new query subject based on below calculation

running-count (
count(
distinct
[querysubject]
)
for [querysubject_category]
)

use the above query subject as filter and set filter application to – “After Auto Aggregation”

Leave a comment