Jasper Report Complete Solution

This blog is home to share my experiences, views, learning and findings on open source business intelligence tools like Jasper report. This block cover information of Jasper iReport as well jasper server detail.

Wednesday, March 13, 2024

Remove duplicate row with rank() analytical function.

 

SELECT

    DECODE(ROW_NUM,ROW_RANK,SAL,NULL) AS AVOID_DUPLICATE

(


)

No comments:
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2024 (1)
    • ▼  March (1)
      • Remove duplicate row with rank() analytical function.
  • ►  2023 (4)
    • ►  December (1)
    • ►  November (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2015 (8)
    • ►  June (1)
    • ►  May (4)
    • ►  April (2)
    • ►  February (1)
  • ►  2014 (9)
    • ►  September (1)
    • ►  August (2)
    • ►  April (2)
    • ►  March (3)
    • ►  February (1)

Quotes of the day.

If you chase two rabbits, both will escape.

Total Pageviews

Popular Posts

  • Date and Time Pattern
    To print the Date and Time with particular format in Report. We can print the date and time in  report  as per our format. Report wise...
  • Dynamically set table row height.
    Set Table row auto height as per data. Select table using any text field and set the below property to manage row dynamic height as per...
  • How to use JSON File with Table Component.
     Please Refer Attached JSON File and understand that below is my structure. You can download the JSON Viewer Freeware Software from...
  • Display Column Total in Table Control - With the use of Variable
        Example :     You can use the Table Control Footer Group Band and add variable in this Footer group band     To achieve bel...
  • Enable No Data Band
    No data band use to display content/warning/error while main query not return a single row. Follow the below step to use the...
  • Jasper with Mongodb
    Jasper with mongodb step by step.  [ Mongodb not support the two tables/collection join but you can display two tables data in report by ...
  • Jasper Server - Customize Theme
    Jasper Server - Change Theme with company logo. You can customize your existing Jasper Server Theme and login page as per your requireme...
  • Use Variable or With clause in Jasper Server.
    With or Variable not working in Jasper Server. I am getting error in subsequent report. if I use “common table expression” in MY/MS sql ...
  • Dynamic Columns Cross Tab Report.
    Multi Columns Cross Tab Report. You can generate the multiline  cross tab report as par below output by providing raw data (There is 8 ...
  • Custom JQUERY in Jasper Server
    You can add your custom JQUERY code with below syntax. i.e. jQuery('#back').hide(); Follow the below steps to test JQUERY code. ...
Travel theme. Theme images by DNY59. Powered by Blogger.