Sample Reporting
  • Help
    • Sign Out
  • Sample Reports
    • Interactive Grid
    • Interactive Report
    • Classic Report
    • Sidebar Filter
  • Use Cases
    • Drill Down Report
    • Report Highlighting
    • Interactive Report Query API
    • Linking to Interactive Reports
    • Bind Variables
    • Filtering
    • Non-Tabular Templates
    • Column Format Masks
    • Custom Buttons
    • Reporting from Collections
  • SQL Examples
    • CASE Statements
    • Connect By
    • Pivot
    • Regular Expressions
    • Soundex
    • String Functions
    • Group By
    • Inline Views
    • Pipelined Functions
  • Analytic Functions
    • LEAD and LAG
    • LISTAGG
    • RANK and DENSE_RANK
    • RATIO_TO_REPORT
    • ROW_NUMBER
    • Top N Queries
  • Administration
  • Analytic Function Examples

Breadcrumb

Analytic Functions

  • LEAD and LAG

    Demonstrates use of LEAD and LAG functions to get next and previous data.
  • LISTAGG

    Demonstrates ordering data within each group and concatenate the values in a comma delimited list.
  • RANK and DENSE_RANK

    Demonstrates how to rank the records based on a column value or expression.
  • RATIO_TO_REPORT

    Demonstrates how to compare the current value against the sum of another set of values.
  • ROW_NUMBER

    Demonstrates how to assign a serial number to a partition of records. This is very useful in reporting, especially in places where different partitions have their own serial numbers.
  • Top N Queries

    Top-N queries provide a method for limiting the number of rows returned from ordered sets of data.
1.2.24
Built with using Oracle APEX(opens in new window)