How to exclude rows having data in all the columnsGet ROWS as COLUMNS (SQL Server dynamic PIVOT query)Oracle - combining multiple rows to columns via left joinHow to sort null values with pivot.jsstatic column name in pivot tableEfficiently convert rows to columns in sql serverSQL Transpose rows to columns (group by key variable)?Use ON NULL with create table from pivot result (in oracle)Complex SQL Server Pivot Involving Null and blank vs. Filled valuesOBIEE Analysis Putting Value in a Blank columnOracle APEX Interactive Report Pivot on NULL value

Poisson distribution: why does time between events follow an exponential distribution?

Does Peach's float negate shorthop knockback multipliers?

How certain is a caster of when their spell will end?

Accidentally cashed a check twice

Why is c4 bad when playing the London against a King's Indian?

Is the capacitor drawn or wired wrongly?

What flavor of zksnark in tezos

Count down from 0 to 5 seconds and repeat

Pronoun introduced before its antecedent

X-shaped crossword

What are the words for people who cause trouble believing they know better?

Replace only 2nd, 3rd, nth...character and onwards

Why is Colorado so different politically from nearby states?

What does War Machine's "Canopy! Canopy!" line mean in "Avengers: Endgame"?

Old black and white movie: glowing black rocks slowly turn you into stone upon touch

Can a magnetic field of an object be stronger than its gravity?

1980s (or earlier) book where people live a long time but they have short memories

Building a road to escape Earth's gravity by making a pyramid on Antartica

How were concentration and extermination camp guards recruited?

Working in the USA for living expenses only; allowed on VWP?

How to split a string in two substrings of same length using bash?

Responsibility for visa checking

Why is the relationship between frequency and pitch exponential?

My coworkers think I had a long honeymoon. Actually I was diagnosed with cancer. How do I talk about it?



How to exclude rows having data in all the columns


Get ROWS as COLUMNS (SQL Server dynamic PIVOT query)Oracle - combining multiple rows to columns via left joinHow to sort null values with pivot.jsstatic column name in pivot tableEfficiently convert rows to columns in sql serverSQL Transpose rows to columns (group by key variable)?Use ON NULL with create table from pivot result (in oracle)Complex SQL Server Pivot Involving Null and blank vs. Filled valuesOBIEE Analysis Putting Value in a Blank columnOracle APEX Interactive Report Pivot on NULL value






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I want to include the rows that does not contain any column values for OBIEE resultset (pivot table) and exclude the rows that contain all the column values.



For Eg:



 Sales

Day 1 Day 2 Day3
Product1 200 150 100
Product2 125 NULL 120
Product3 NULL 75 220
Product4 NULL NULL NULL


In the result set I do not want the first row to be displayed as it has sales count for all the three days but the rows for Product2,Product3 and Product4 needs to be displayed.



Refer to image here










share|improve this question






























    0















    I want to include the rows that does not contain any column values for OBIEE resultset (pivot table) and exclude the rows that contain all the column values.



    For Eg:



     Sales

    Day 1 Day 2 Day3
    Product1 200 150 100
    Product2 125 NULL 120
    Product3 NULL 75 220
    Product4 NULL NULL NULL


    In the result set I do not want the first row to be displayed as it has sales count for all the three days but the rows for Product2,Product3 and Product4 needs to be displayed.



    Refer to image here










    share|improve this question


























      0












      0








      0








      I want to include the rows that does not contain any column values for OBIEE resultset (pivot table) and exclude the rows that contain all the column values.



      For Eg:



       Sales

      Day 1 Day 2 Day3
      Product1 200 150 100
      Product2 125 NULL 120
      Product3 NULL 75 220
      Product4 NULL NULL NULL


      In the result set I do not want the first row to be displayed as it has sales count for all the three days but the rows for Product2,Product3 and Product4 needs to be displayed.



      Refer to image here










      share|improve this question
















      I want to include the rows that does not contain any column values for OBIEE resultset (pivot table) and exclude the rows that contain all the column values.



      For Eg:



       Sales

      Day 1 Day 2 Day3
      Product1 200 150 100
      Product2 125 NULL 120
      Product3 NULL 75 220
      Product4 NULL NULL NULL


      In the result set I do not want the first row to be displayed as it has sales count for all the three days but the rows for Product2,Product3 and Product4 needs to be displayed.



      Refer to image here







      pivot report obiee






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 31 at 5:44







      Tessy

















      asked Mar 24 at 13:08









      TessyTessy

      33




      33






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324114%2fhow-to-exclude-rows-having-data-in-all-the-columns%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324114%2fhow-to-exclude-rows-having-data-in-all-the-columns%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

          은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현