2 filter conditions in one column in one report

I want to filter a column with value x  and then the same column with value y in one single report in OBI11.1.7.Is this possible? I appreciate your answer.

i'm sorry, not really understand.
could you pls explain a bit more about the filter column? how do we do it? coz i'm really new in this tool.
r u talking about editing the filter located under the column on the right side of the OBIEE answers?
or is it by editing the 'edit column formula' for required column; that is by replacing the 'column formula' expression with this:
FILTER(EXPS_FACT.FAC_SR_KEY USING EXPS_FACT.PAST_DUE_FLAG = 'Y') <----if it is like this, i tried it already & its giving me an error message..
thanx.
Edited by: rezza.nasha on May 28, 2009 1:26 AM

Similar Messages

  • Resulting grid does not contain at least one row, one column and one POV

    I have upgraded to 9.3.3 recently.
    We have a front end app which will run MDX queries to retrieve data.
    Sometimes based on the users selections MDX query might get back nothing i.e will get #missing across all rows/columns and this works fine with the existing 9.3.1 essbase server.
    If I run the same query against a 9.3.3 essbase cube I get the error "Resulting grid does not contain at least one row, one column and one POV. If you have any suppress row options selected pls clear them."
    I DO NOT have Supress missing data/zero enabled. Not sure why I get this error even though I dont have that option enabled.
    Essbase 9.3.3 on HP-UX ITanium 11.31
    APS 9.3.3 on win 2003 R2
    Smartview 9.3.3 - also tried with smartview 9.3.1.6 and see the same error.
    Any suggestions to fix this issues?

    The front end is using a VBA command "hypexecutequery" and with 9.3.3 essbase I get a return code -9 which means Operation was cancelled as per the smartview doc.
    In 9.3.1 essbase I get the return code 0 which means the query is fine even if it does not return any data.
    The query I am using now will return nothing as it is a check to see if there is any data. But with 9.3.3 Essbase I get an error code -9 which looks like it does not like the syntax or something.
    Any suggestions?

  • How to merge dates in the same year in one column in rdlc report ?

    dears 
    I need to create like this report but I cannot merge the transactions in the days in one column return to the month as in the table
    Delivery Schedule
    2010
    2011
    2012
    2013
    2014
    Model / Month
    Total
    Total
    Total
    Total
    Jan
    Feb
    March
    April
    May
    June
    July
    Aug
    Sep
    Oct
    Nov
    Dec
    Total
    item1
    0
    item2
    11
    1
    1
    2
    item3
    3
    1
    1
    2
    item4
    14
    1
    1
    1
    1
    1
    1
    1
    7
    item5
    10
    2
    2
    1
    1
    1
    4
    10
    1
    1
    1
    1
    25
    item6
    0
    item7
    7
    1
    1
    2
    1
    1
    1
    7
    item8
    19
    4
    4
    5
    11
    10
    4
    7
    13
    2
    5
    3
    68
    item9
    1
    2
    1
    1
    5
    item10
    15
    3
    5
    5
    5
    8
    5
    3
    7
    5
    8
    1
    3
    58
    item11
    63
    15
    8
    4
    12
    6
    11
    8
    7
    24
    11
    6
    112
    item12
    3
    1
    1
    1
    1
    1
    2
    1
    2
    10
    item13
    32
    3
    7
    7
    7
    8
    5
    5
    10
    2
    54
    item14
    16
    3
    2
    5
    7
    9
    8
    6
    3
    2
    45
    Total Delivery
    0
    0
    0
    193
    29
    29
    21
    26
    51
    36
    40
    40
    44
    38
    25
    16
    395

    Hi Eng ,
    Based on my understanding, the date field exists in the database, then you want to display the corresponding year and month within the report and perform sum total,right?
    In your scenario, since you haven’t provided the sample data, we create the database with some data. Then design the report with the structure you provided. Please refer to our test steps and results:
    1. Create the database with the query below:
    create table test1
    [item] nvarchar(50),
    [date] date,
    value int)
    insert into test1 values
    ('item1','2014/02/08',10),
    ('item2','2014/02/22',56),
    ('item3','2014/07/18',45),
    ('item3','2014/07/18',40),
    ('item4','2015/02/26',36),
    ('item5','2015/02/12',79)
    2. Design the report like below:
    3. Preview the report.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • More than one column retrieved in "report and form" page

    HELLO!
    let's see if anybody can help me with this... i'm sure it's a stupid problem but i really don't know how to solve it.
    when i create a new application with APEX, i want to add a "report and form" page. i select the table where de data is, and then click on add page. then i go to the page definition for the form that just has been created but there's no option for selecting more than one column as the link column...
    i mean, i want to show a report with all the columns from the table and then, by selecting one of them, the form should display that column but the problem is that the primary key of the table is formed by 6 columns and i always receive the "more than one column retrieved" message as it's trying to retrieve the information using only one column. is there any way to make the link column be composed by 6 or 7 columns??

    APEX can handle 2 primary key for one table (if you are using the automated fetch row and the automated process row).
    In your case, you'll have to create your own "fetch process (page rendering)" and "DML process (page processing)".
    Flex
    Homepage : http://www.insum.ca
    InSum Solutions' blog : http://insum-apex.blogspot.com

  • Datatable - One column bound, one column dependent

    Hi,
    I am trying to make a datatable. What I want, which gives me some difficulty, is one column bound to data, while the next column uses that data to decide what to print.
    Specifically, here is what I am trying to do. I have a column in the table pulled from a database column. The only values are 1 and 0. If it is 1, I want the second column to say "working" and if it is 0, to say "not working".
    Please let me know a way to do this. Thank you.

    Thanks for your reply. I figured out a way to show what I wanted another way. I put two static texts in the same column as the 0/1 column. I made a boolean property which was false when {currentRow.getValue['colName']} was 0 and true when it was 1. Then I bound the render property of the 2 static texts in the column to the boolean. The value I used for the "working" text was {boolProperty} and for "not working" I used {not boolProperty}.
    This strategy works really well.

  • Navigation from one column to different Reports

    Hi,
    I am using 10g.In Answers i have a doubt.
    I have a column with 30 values.These are the different Entities.
    So when i click on any entity it needs to go to particular Entity Report.Is it possible with any case conditions.
    And i have developed 30 Reports.
    Note: Here i am providng centralized report when user login into the Dashboards. Based on the that needs to navigate
    Thanks

    Hi,
        You can create one viewset. In one view set you can place any number of views.
    According to your question
    1. create viewset
    2. place the views in viewset
    3. place outbound plug in the first view amd place the inbound plug the  second view. connect those two views witg navigation link.
    4. place the outbound plug in secondview and place the inbound plug in thirdview. connect secondview and thirdview with navigation link
    5. create two actions through actions tab.
    6. create two buttons. Go to properties of the first button and bind the first actions. Similary second button.
    7. go to implementation of that actions.
    wdThis.wdFirePlugToDisplayView();
    this is the sample code in section view to display view.
    here we are passing the parameters from one view to another view.
      wdThis.wdFirePlugToDisplyView(wdContext.currentContextElement().getOptions(),wdContext.currentContextElement().getSecondLevel(),wdContext.currentContextElement().getThirdLevel());
    Regards,
    Saraswathi
    Pls reward points for useful info.

  • One column not diplaying report

    HI
    I wrote a report program for daily collection of our customers
    I got a problem that the last column was not displaying report even though everything is ok in program
    plz help me
    regards
    sateesh

    yes
    I have gone through every write statements in my program
    everything seems ok i.e the fields, length, positions
    regards
    sateesh

  • Values of one column in one sheet should reflect in the another column

    Hi,
           We have a workbook where the same column values in one sheet should reflect in the column values of different sheet.
    Can anyone please provide a solution to this.
    Thanks & Regards
    sravan kumar

    Use the simple Excel formula of equal to and give reference to that column or try using a VB Macro.
    Regards,
    Sachin Shetty

  • Matrix  with one column browse one photo

    hai everybody
    i am going to  attached  photos in each and every columns ...
    pls....

    I dont know what you mean exactly? In matrix you want to show images or you want to store images through matrix (as attachments)?
    If you want to show images in matrix, the matrix column must be image type as
    <column uid="colPic" type="117" title="" description="" visible="1" AffectsFormMode="1" width="40" disp_desc="0" editable="0" right_just="0" val_on="Y" val_off="N" backcolor="-1" forecolor="-1" text_style="0" font_size="-1"><databind databound="0" table="" alias=""/><ExtendedObject/></column>
    If you want attach image to matrix, the filed you have binded to matrix must be subtype link as
    oUserFieldsMD.TableName = "ATTACH"
                oUserFieldsMD.Name = "PATH"
                oUserFieldsMD.Description = "path"
                oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Memo
                oUserFieldsMD.SubType = SAPbobsCOM.BoFldSubTypes.st_Link
                oUserFieldsMD.EditSize = 250
                lRetCode = oUserFieldsMD.Add
    Then when you dbl click on field, the browse dialog will be shown automaticaly.

  • How can I read the complex data for the stand-alone offline time-frequency analyzer, which only accept real data, that is one-column or one row data ?

    I have real complex data (i,q data) for the ISAR imaging. I don't have any knowledge of Labview programming. I bought this signal processing toolset to use only stand-alone time-frequency analyzer.

    In the LabVIEW functions palette on the block diagram, if you go to Numeric>>Complex you have to VI's that splits a complex number into rectangular or polar components. Click on the help file for those VI's to see the kind of datatypes you can wire to them.
    Cyril Bouton
    Active LabVIEW Developper

  • Two records are repeated in report..but differ on one column that is amount

    Hi SAP GURUS.........
    I have a report that is containing one of the columns as wbs element.Now when i execute a report i am gettin two records of the same wbs element.one is having the amount (in figures),while the other record dont have amount values.
    Can u explain me why this is happening i mean two records which are same in every respect expect the amount values.???
    Thanks!!!
    Shashi Sharma.

    Hi Sashi,
    Do you have WBS element as only one column in your report or there are any other column also present in drilldown?
    Because if there are multiple columns then though the value of WBS element is same but due to different value of other characteristic you are getting multiple rows in the report.
    Regards,
    Durgesh.

  • Getting active filter conditions from interactive reports

    I have been having trouble with how to properly get the filter conditions that a user has applied to an interactive report. I have tried to get at this information using the Apex defined view APEX_APPLICATION_PAGE_IR_COND. However, the problem I am running into is if the user ends their session without first removing their filter conditions, those conditions remain in this view the next time (and any future times) the report is accessed. I can not seem to determine how to tell which filter conditions are actually active in the report. Any help would be greatly appreciated.

    I've done several tests, and the results I'm getting are not like that, if it were there would be no problem. The exact steps I'm doing is setting an arbitrary filter on an interactive report, and then logging out. When I log back in the view still shows those filter conditions, but no records are filtered on the actual report. I've tried this on two separate installations of apex (one 3.1, the other 3.2) and the results are the same. Is this irregular? Or has anyone else found a workaround for this.

  • How to hide saved report filter condition

    Hello,
    I create an IR report and pre-create some saved report.
    I would like to hide filter condition when end-user select one report on the list so that he/she cannot see and delete the condition.
    Is there anyway to do that?
    Thank you.

    Another approach:
    Open view CRM_WORKAREAHDR/WorkAreaHeader and change the configuration. There is a button in the bar named "Attributes" (probably hidden under MORE).
    Once in there in edit mode substitute the content of attribute "UI_COMPONENT_3". It should be
    Window=CRM_ALLSEARCHES.CRM_ALLSEARCHES/LauncherWindow;horizontalAlignment=right;
    put there a
    Width=0px;
    The other way using business role is fine as well.
    cheers Carsten

  • Multi Filter conditions on same report

    Hi,
    I've a report with different filter conditions.
    how to add those two reports ?i tired to add same report with different filter condition in pivot, but it is not allowing me to do this.
    Can any one help me out .
    Thanks in advance

    Hi,
    Check properly weather you applied filters correctly or not for both the reports.I chekced it in my machine and its working fine.
    Using combine with similar request also may not show much difference as you are getting final report as single one.Better to go for two different reports.
    Regards,
    Srikanth

  • Dimension columns to be displayed in one column

    Is there a way to show like "Product Type" and "Product" in ONE column in a report? (displayed as dimension)
    where "Product Type" and "Product" are from different levels
    Example: The first column in the report should look like this:
    Product Type 1
    Product 01
    Product 02
    Product 03
    Product Type 2
    Product 04
    Product 05
    Product 06
    Thanks
    Janne

    Hi
    one way is like going for union
    Other way is: add type, product columns in criteria select list.. go to pivot
    I assume product Type is first then product will come next...
    Now, apply subtotal on producttype > Before then hide this product type column...
    And, to get the same values as the product type there.. instead of "Product type 0 Total"..
    click on sigma button then "Format Labels", keep @ in caption field..
    Edited by: Kishore Guggilla on Jul 29, 2010 1:18 PM

Maybe you are looking for

  • Minimum Processor for Garage Band 3

    Hello Happy New Year! I have a G5 1.8 that I use as my main computer, and use Final Cut, and Garage Band a lot of the time. I also have a small sound studio in my basement, and would like to get another back-up computer to also use Garage Band, and P

  • Ipod issues after switching from PC to Mac

    I finally got my music library and songs moved to the new Intel Mac using the ipod and all is synced up again, however the ipod now moves considerably slower than it used to. Sometimes it takes up to 10 seconds to skip to the next track. My questions

  • Logic board replacement - do I do it or not?

    Hi, The Logic Board of my iBook G4 14" 1.2 ghz recently died and is going to cost me almost £600 to make right!!! No I didn't buy Applecare. Call me stupid but I expected Apple machines to be a cut above bog-standard PC machines and assumed it'd last

  • ICS 2.x: How do I change the hour display format from AM/PM to 24 hour mode in the JavaScript?

    How do I change the hour display format from the AM/PM mode to the 24 hour mode in the JavaScript? <P> To change the hour display format,<BR> <P> <OL> <LI>Open the <I>loadpoint</I>/CalendarServer/cal/uicust/en/main.html file. <P> <LI>Go to the "Misc.

  • Skin in FF4 beta doesnt work propertly

    I have skin but it looks weird. On my second computer with Vista it looks normal (like on beta screenshots). What should I do? == This happened == Every time Firefox opened