Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

TOP 10 FILTER NOT WORKING

Received Response
41
Views
3
Comments

Summary

Trying to show top 10 voucher aging report

Content

Calculation: COUNT(DISTINCT VOUCHER_ID) 

Alone it just shows 10 voucher rows.  When added as filter it has not affect.

Using Table Control. Fields (Voucher ID, Voucher Aging (Days), OperID)

Filter Top / Bottom N  Count 10, but I see 50 rows, all unique 

Not sure what I am doing wrong

 

 

Version

18 cloud DVD

Capture04.JPG

Tagged:

Answers

  • A random guess: is it possible that "# Voucher Count" has many duplicates inside?

    A filter on Top10 keeps all the rows with the same value as the last one as it doesn't know how to pick by multiple rows with the some value. This could explain why you do see more than 10 rows while using a Top10 filter.

  • Brian666H
    Brian666H Rank 6 - Analytics Lead

    Should it work like PL/SQL Top 10?

  • It seems to work like a RANK function in the database and not DENSE_RANK. This is at least what I saw based on a quick test earlier.