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

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript