Supress Missing Blocks : Suppressing rows that contains data

Hi,
In Hyperion Planning 11.1.2.2, on a webform if I do supress missing blocks, it suppresses rows that contains data also (for 3 particular members of the dimension selected in the row).
This webform is otherwise a huge report & if I do not check on supress missing blocks, the application hangs on trying to open this report (webform).
Summarizing, on selecting supress missing blocks, it should bring me data for 90 members but it is currently displaying results for 87 members.
Thanks in Advance.
Pawan.
[email protected]__

Are you definitely sure there are no blocks for those members, maybe there is data but it is just set as #missing and the blocks have not been removed.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Retrieve lowest (entity) members that contain data

    Hi
    I'm faced with a dilemma (obviously).
    In Essbase (9.3) Report Script Editor I'm supposed to write an export script that is supposed to select the lowest (entity) members that contain data.
    Does anyone know any way to do this?
    Would really appreciate any tips.

    What I need is the lowest members that HAVE data^^^I am a broken record, and an unlistened one at that. Of course, who would be silly enough to play a broken record? And who on this board is even old enough to know what a record is? But I digress...
    As I wrote before, if you use DATAEXPORT, and then pick the DATAEXPORTOPTION that selects input level data, you will get the level zero AND the upper level data. Level 0 one month, level 1 the next, level 2 the month after that, right back down to level 0. Input data does both for you.
    Per the Tech Ref:
    DataExportLevel ALL | LEVEL0 | INPUT
    * Input—Input blocks only (blocks containing data from a previous data load or spreadsheet Lock & Send). This option excludes dynamically calculated data.Regards,
    Cameron Lackpour

  • Prepare statement to insert a row that contains Blob column. Which way is correct?

    When we make prepare statement to insert a row that contains Blob column. Which way is correct? And what is the difference? Does anyone know?
         1.  Preparestatement.setBlob(parameter number, blob type object)
         2. Preparestatement.setBlob(parameter number, inputstream type object)
    This link show the test I made.
    https://community.oracle.com/thread/3680185?sr=inbox&customTheme=otn

    When we make prepare statement to insert a row that contains Blob column. Which way is correct? And what is the difference? Does anyone know?
         1.  Preparestatement.setBlob(parameter number, blob type object)
         2. Preparestatement.setBlob(parameter number, inputstream type object)
    I answered that in your other thread and provided a link to the JDBC Dev Guide section that discusses how to work with LOBs and BFILEs.
    Did you read that doc section?
    Did you read my reply in your other thread?
    In java a BLOB is just the locator that gives you access to the actual content. In your case you got access by selecting an existing BLOB locator and getting its inputstream. That inputstream is what gives you access to the actual blob content.
    The locator is just that; it specifies the LOCATION of the blob content but it is NOT the content.

  • You do not have permissions to access a database that contains data required for this form to function correctly.

    I have dropdown on infopath form , and it receives data from sql server table ,  it works fine when i am running in preview mode , but when i am publishing form to sharepoint server and loading that form
    i am getting this
    You do not have permissions to access a database that contains data required for this form to function correctly.
    Can you please help?
    Thanks,

    try this one, if not yet
    Convert the data connection to UDC (store it in a Data Connection Library within the same site collection as the form library).  See if this works without any other changes, but if not, then...
    Manually edit your UDC file in Notepad (or your preferred editor) so that the authentication line is not commented out and so that it references the name of the SSO target app you created. 
    For Type, use NTLM.
    Ensure the user has rights to access the database
    Also ensure the connection file has been approved - A sharepoint admin can access a non approved Ucdx file. Go to the connection library and approve the file
    Also check this post having the similar issue:
    http://social.technet.microsoft.com/Forums/en-US/3196bafd-4bc3-40ab-ac2b-d149d1c3e0fa/sharepoint-2010-error-you-do-not-have-permissions-to-access-a-database?forum=sharepointdevelopmentprevious
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Cross Tab keeps suppressing rows with no data

    I have a Crystal Report that is using a Cross Tab.  I have 2 rows in the cross tab the first row is the Month name and the second row is the Day Number of the month, and the report will print the Month Name on the left followed by all the Calendar Day Numbers in the month.
    The problem is that when there is no data for a Day Number row the entire row is not shown.  So you might have day number 1, 2, 3 and then jumps to maybe 6.  I found that the ones the cross tab was not showing did not contain any data.  I just need the calendar day number to at least print so the days read sequentially instead of jumping to 6 or another number.
    Is there any way to show the rows even if they don't contain any data?
    I have right clicked and gone into the Cross Tab expert and there isn't anything checked to suppress rows.  I don't understand why its still suppressing rows!
    Is there a global report option that I missed that says "suppress rows when there are no records"?
    Thank you all in advance,
    I am using Crystal Reports XIR2 with Service Pack 4

    I am still not getting all rows to show up on the report.   The rows that are not showing up contain no data in the cross tab but the row still needs to show.
    The only reason I got it to work before was because I selected all values for the columns parameter so it brought back everything in the database that was why it was able to show all values.
    I have two tables one is a date database and contains all the dates till 2012.  The other is the product data which contains the product code and qty that the cross tab summarizes.
    I have done a left outer join from the product data to the date database, and I am still not able to get all the dates to list for the selected time range. 
    I was able to get the dates to show up when I right clicked the link and modified the link properties.  I chose Left Outer Join and then under Link Type I selected ">" in the database expert dialog.  This brought back all the dates but the data in the report was all the same.  Probably just the first record repeated all down the page.
    Any ideas how to fix this problem?

  • How do I get a sum of cells for rows that contain a text in a drop down menu?

    I am trying to track individual sales with each of my vendors. I have a column of drop down menu's that list each of my vendors. I am trying to associate a dollar amount for a single transaction in a row that is associated with a vendor and get a sum for all of my single trasactions with that vendor for the year. I have used =countif to build a pie chart of % of transactions per vendor now I am trying to get a dollar amount as well
    Thanks in advance
    Don

    HI Don,
    COUNTIF will count, SUMIF will sum.
    The main difference between them is that COUNTIF works with data in a single column—in this case the column containing the vendor names—while SUMIF uses two columns—the vendor names to decide which rows to include in the sums and the amount column to determine the amount to incude.
    Example:
    Main: Vendor names in column A, descriptions in columns B and C, and dollar amounts in column D
    Summary: Vendor names in column A, Number of transactions in column B, Dollar totals in column C
    Formulas inn Summary (both are entered in row 2 and filled doen to the last row):
    B2: =COUNTIF(Main :: $A,A2)
    C2: =SUMIF(Main :: $A,A2,Main :: $D)
    Regards,
    Barry

  • Reg. table name, that contains data of deletion of PP & PM operations(point

    Hi all,
    Could any body tell me the table, that contains task list operation deletion data in PM terms of tcode IA01.
    or in case of PP u can see routing data operation.
    It's urgent.....
    Help me & have ur poinrts.
    Regards,
    pradeep phogat

    HI smith,
    Actually in tcode IA02, when we select an operation & make it delete...then in table PLPO i am getting no deletion field. Actually i am making a change BDC for changing the frequency of the operation. So in that i need to consider the deleted operation........
    Reply plesssssss

  • A database that contains data required for this form to function correctly cannot be found?

    Hi,
    In my scenario, i m trying to pull out data from sql server using windows authentication and display in infopath form.
    I set some rules in textbox control change that retrieve data from sql database.
    and I have enabled cross domain data access for user form .
    and i have stored the connection file into the connection library and i have approved.
    The form working fine in server (browser), but whenever i m trying to open the form in client browser i m getting the below error.
    please assist me to resolve this error.
    venkateshrajan

    Hi,
    Please make sure following options are enabled in Central Administration > General Application
    Settings > InfoPath Forms Service > Configure InfoPath Forms Services.
    1) Allow user form templates to use authentication information contained in data connection files.
    2) Allow cross-domain data access form user form templates that use connection settings in a data connection file.
    (-This you have done)
    Do you use host name to access the data source? If yes, please
    check of the DisableLoopback check is enabled. Please make sure the loopback check is disabled on all SharePoint servers and reboot server to test if it works.
    http://support.microsoft.com/kb/896861
    Please refer this link with similar problem
    Hope it helps!
    Thanks,
    Avni Bhatt

  • Can I sort a column based upon a "find" word?  i.e. I want to group all the rows that contain a certain word.  I'm using Numbers '09 on a Macbook Pro.  Thanks for your help!

    A second question: I am creating a database of products for my point of sale system.  I am using a product list sent to me by a vendor.  Can I pull out certain words in their description and add them to a new column.  i.e. The vendors' description in one cell is "Blueridge Guitar Dreadnought."  Can I automatically add the word "Dreadnought" to a new column in the same row?

    You can extract the word case where the string contains case using
    =IFERROR(IF(FIND("CASE",B)>0,"CASE",""),"")
    But that doesn't solve the issue of what goes in that column for lines where the product ins not a case.
    Looking at the other columns, I don't see a means of getting "Hardshell" from the given data using a formula.
    A semi-manual method using the "Show rows... feature of the Reorganize panel might prove efficient.
    Here, the Show rows... displayd was applied, then CASE was entered in the first cell in column A and filled down to the last visible cell. As can be seen below, the fill operation placed "CASE" in only the rows where column B containsed "CASE".
    Regards,
    Barry

  • How to suppress records that contain zero values

    Dear folks,
    Please take a look at my query below. This is a sample query with only 6 columns but my actual query has about 70 columns. Basically I need to be able to suppress those rows where numerical values are zeros across a row. But even if one column has a value greater than zero, I need that row. Is there any better way to do it or this is the only way to do it? I am just trying to avoid creating a big WHERE clause with all fields in there. Kind regards.
    with my_table as (
    Select 'A' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'b' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'c' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'A' as org, 0 as val_1, 0 as val_2, 0 as val_3, 0 as val_4, 0 as val_5 from dual)
    select * from my_table
    where
    ( val_1 != 0 And val_2 != 0 and val_3 != 0 and val_4 != 0 and val_5 != 0)

    Hi,
    dreporter wrote:
    Dear folks,
    Please take a look at my query below. This is a sample query with only 6 columns but my actual query has about 70 columns. Basically I need to be able to suppress those rows where numerical values are zeros across a row. But even if one column has a value greater than zero, I need that row. Is there any better way to do it or this is the only way to do it? I am just trying to avoid creating a big WHERE clause with all fields in there. Kind regards.Sorry, I don't know of any way to avoid referencing each column by name.
    The fact that you want to do this hints that this is a denormalized table, designed to make coding difficult and inefficient. A better design would be:
    SELECT 'A' as org, 12 as val,  1 AS col_num     FROM dual  UNION ALL
    SELECT 'A',           13,            2              FROM dual  UNION ALL
    SELECT 'A',        4,            3          FROM dual  UNION ALL
    SELECT 'A',        40,            4          FROM dual  UNION ALL
    SELECT 'A',         100,            5          FROM dual  UNION ALL
    ...Then you could use the MAX function to see if any of them were greater than 0, regardless of how many there were.
    with my_table as (
    Select 'A' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'b' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'c' as org, 12 as val_1, 13 as val_2, 14 as val_3, 40 as val_4, 100 as val_5 from dual
    union all
    Select 'A' as org, 0 as val_1, 0 as val_2, 0 as val_3, 0 as val_4, 0 as val_5 from dual)
    select * from my_table
    where
    ( val_1 != 0 And val_2 != 0 and val_3 != 0 and val_4 != 0 and val_5 != 0)That shows the rows where ALL 5 of the columns are not 0.
    If you want the rows where AT LEAST 1 of the columns are not 0, then use OR instead of AND.
    != means not equal to 0. You said you were interested in whether the columns were greater than 0, which is >=.

  • Standard PS (WBS) Extractor and cube that contains data generated by CJR2

    Hi Experts,
    Can someone recommend a suitable standard extractor for us to extract plan data that was generated in R/3 PS, via transaction code CJR2, as well as a standard PS Cube that stores that data?
    The extractor and Cube should be able to capture characteristics such as, sender cost center, Activity Type, WBS element, Activity quantity, total costs, version, posting periods, fiscal year etc.
    I searched through those many extractors and cubes, but could not find one.
    Thanks.

    Hi Ehab,
    Go through this link, on Page No.7, you can see PS Cubes, ODS and standard queries.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c04e90b2-f31c-2a10-0595-8409b37914f3
    Thanks
    Sayed

  • Select Query to fetch rows that contain non alphabetic characters

    how to select rows from a table (tab1) where a specific column (tab1.col1) has non alphabetic characters

    hi,
    you didnt specify which version you are using.
    if you are working on oracle 10g you can use regular expressions like this:
    select * from tab1 where regexp_like(col1,'[^[[:alpha:]]]');

  • Hyperion Explorer 8.3 querying multiple tables that contain a specific item

    I have 3 annual tables that contain data for 3 different years.  Each table has a sale amount, item sold, and customer ID.  I want to pull a specific customer ID from all 3 tables at once. 
    Is there a way to achieve this?
    Thanks!
    Johnny

    Add the 3 fields from the first table, then click Query > Append Query, then add the same 3 fields in the same order from the second table, then add the same 3 fields in the same order from the third table.  This creates a UNION between the three tables; which means they need to be in the same order and have the same datatype.
    If you want to show duplicate data found in the different sources, just change the UNION operator to a UNION ALL operator, otherwise it will suppress any duplicate rows.
    To limit the data to one specific customer ID, you can set a limit on each of the UNION tabs with 'Customer ID = <selection>'.
    Good luck!
    Jarod Vierstra

  • Calculating Suppressed Rows

    Row 13 is System-defined member list Lev0,Entity. Column A is Available Units, Column B is Occupied Units, Column C is B/A.
    Row 14 is a formula row. Column A is [13], column B is [13], Column C is B/A. Simple enough.
    Now I want to exclude all communities 99% and lower.
    I suppress Row 13 if data in Column C <= .99.
    Column A shows 2,113 units, Colum B shows 2,105 units – looking good.
    Then column C shows up being 80.7%, which is what it was before the suppression. Column C should be 99.6%.
    I even tried Conditional Formatting Row 13 to replace values with 0 if Column C <= .99. It still didn’t work. Does anyone have any words of wisdom for me, please?
    I will be doing this for 4 more tiers of occupancy. 95 - 99, 90 - 95, 85 - 90, and less than 85
    Edited by: user10679176 on May 1, 2009 9:37 AM

    Thanks for responding, Kelly. I did try both those suggestions, to no avail.
    14,B/14,A gave me the same result - 80.7%
    When I tried to make row 15, A&B equalling 14, it gave me the complete totals for A&B as if there were no suppression, while C remained at 80.7%.
    In the manual, it specifically states that suppressed rows are not figured in calculations. I'm stymied.
    Dave

  • Smartview - HypExecuteQuery with suppress rows 'No Data/Missing'

    Hello,
    I'm executing a MDX query by executing the command  'HypExecuteQuery' and I set the options suppress rows 'No Data/Missing'.
    But everytime, the query is working successully but without suppressing missing data.
    Does someone know it the suppress missing rows is compatible with the hypExecuteQuery or 'Execute MDX' ?
    SmartView 11.1.2.5.210
    Office 2010
    Thanks in advance for your answer
    Best Regards
    Benjamin

    Hello,
    The solution is as follows :
    SELECT
         NON EMPTY {[MEMBER_NAME]} ON ROWS,
         NON EMPTY{[MEMBER_NAME]} ON COLUMNS
    FROM <APP>.<DB>

Maybe you are looking for

  • Closed Lid Performance

    I use my 13" MBP in my home office with the lid closed, connected to a cinema display and wireless keyboard & mouse. At the other end of the house is our Airport Extreme base station. Everything works fine throughout the house (two laptops, iMac, two

  • How to do the Record Level commit in DB Adapter

    Hi, I am using Oracle JDeveloper 11.1.1.6.0 and SOA server 11.1.1.6 Problem Description_ I am fetching multiple records using File Adapter in BPEL process, After Fetching I am writing those records in Database using Database Adpter. If any error reco

  • Creating a control sequence of digital outputs with timing

    I'm trying to create a controls system for a cleaning process. I am controlling a pump, heater, and several solenoid valves using relays that I am opening and closing with the +5V from my USB 6008 and each relay goes to one of the digital I/O lines,

  • Sorting/Compilation question

    I've looked through previous posts on this topic and don't see one addressed to this specific question: Why does iTunes (I've got 7.0.2) assign music to the Compliations folder that really isn't a compilation? I've been trying to build separate libra

  • My podcast no long appears in listings?

    I have a podcast <http://interactivehank.com/podcast/SounbytezPodcast.xml> that I submitted to Apple many years ago. It was accepted and listed and all was well. If I search for it these days, nothing comes up, but if I try to re-submit it I can a me