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;
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
add a comment |
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
add a comment |
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
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
pivot report obiee
edited Mar 31 at 5:44
Tessy
asked Mar 24 at 13:08
TessyTessy
33
33
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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