Filter button in Bex Excel

In the Bex Excel, I'm trying to filter values of dataprovider DP_1 with multiple single values.
The following  filter only works for one value (the last in the list of values : COSTCTR2)
FILTER_COLLAPS      |      1     |
FILTER_IOBJNM          |     1     | ZCOSTCTR
CMD                          |    1      | SET_FILTER
DATA_PROVIDER       |     1     | DP_1
FILTER_VALUE_EXT  |     1      | COSTCTR1
FILTER_VALUE_EXT  |     1      | COSTCTR2
How can I filter on multiple single values?

Hi,
If you want to run report by applying multiple single values, you have move from the left box to right box in the Filter screen.
If you don't find data for othe chars, then the sufficient Master Data has not been loaded in BW for the other values. Please cross check all the Master Data has been loaded and activated in BW.
Regards,
Suman

Similar Messages

  • Error in Bex Analyzer including the filter button command in Callback macro

    Hello,
    I have the following problem with the function filter button in the Bex Analyzer included in the callback macro:
    Because of using 2 hierarchies in the filter the setting drill down to level 2 in the query gives no right output in the Bex Analyzer. The drill down level 2 is not shown. SAP recommends the include of a filter button to solve this problem. With a filter button in the sheet the problem was solved.
    But after including the filter button command in the callback macro I get an error in MS Excel.
    The callback macro starts, the filter was set by the user and the data was refreshed. Because of the refreshing of the filter the callback function the callback function starts several times. After setting the filter the first time, the following macro avoids the several starting of the set filter function:
    Sub CallBack(ParamArray varname())
    On Error GoTo err_handler
       Dim lRange As Range
       Set lRange = varname(1)
    'Filter entfernend/delete filter
    Dim ZeichenFilter As Long
    ZeichenFilter = Len(Sheet4.Cells(41, 3).Value)
    Dim Filter1 As String, Filter2 As String
    Filter1 = Left(Sheet4.Cells(28, 3), ZeichenFilter)
    Filter2 = Left(Sheet4.Cells(41, 3).Value, ZeichenFilter)
    If Filter1 <> Filter2 And Filter2 <> "" Then
        onAction = True
        onAction = False
    End If
    'Filter setzen mit einmaligem durchlaufen/set filter and run one time
    If onAction = False Then
        onAction = True
        Call Sheet4.BUTTON_55_Click
        onAction = False
    End If
    exit_handler:
        Exit Sub
    err_handler:
        MsgBox Err.Description, vbOKOnly, "Error in " & " setMusterSub"
        Resume exit_handler
    End Sub
    After the filter was set the callback macro starts the second time. Then the Bex Analyzer erros with the sandglass. The working on VBA is possible, but not the working with Bex Analyer . Values in Excel weren’t shown.
    How can I avoid this error?

    Once I am adding VAR_VALUE_1 to the static parameters, the system generates two messages error:
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRS2 and form GET_SID-1
    Best Regards,
    Hanit

  • Chart and filter button missing

    when I insert a query in a workbook the chart and filter button are missing.  We are using netweaver 2004s.  is there a way to have them display?

    Hi LMM,
    There are 2 ways to create workbooks:
    1) create a workbook in Excel (create new workbook in Excel thus not via the GUI), insert a query using the Bex analyzer and save using the Bex analyzer.
    2) create a query using Bex analyzer, execute the query, save as workbook using Bex analyzer  
    Option 2) will have the chart and filter buttons.
    Option 1) will not have these options.
    Assuming you created the workbook using option 1), please recreate the workbook using option 2).
    You should now have the chart and filter options.
    Please assign points of this solved your problem,
    Best Regards,
    Filip

  • Filter button on second query in workbook

    I'm using BEx 7.10.  I have a workbook that I added a second query to by inserting a worksheet and inserting an Analysis Grid. That all works fine.  Is there a way to add the "Filter" and "Information" buttons to this second worksheet?  I tried to just copy and paste from the first worksheet, but they don't work.

    That is what I tried to do at first.  But it's an excel function to copy the sheet.  You can't even get into design view to change the data provider.  So I added a new design grid and navagation pane.  I could then change the data provider but for the navagation pane (which controls the Filter button) whatever change I made also changed the original worksheet.  So this didn't work out too well.  Is the filter button workbook specific, meaning you can only have one, can't have one on each sheet?  And how is macro or VB code attached to that button?

  • How can i use Button in BEx  7.0

    Dear Folks,
    Could you help me please ..
    In BI 7.0, for BEx analyzer i see we can use button, combo box, analysis grid.
    If i have a requirement like this:
    1. I have sales report, where it has information about sales person.
    2. And i want to filter that report with the sales person that i choose from combo box.
    For that requirement, i tried to :
    1. I Create a query to Sales info-provider for displaying sales.
    2. I Create a query to either to MD Sales person / Sales info-provider in order to get Sales persons data.
    3. I assign point no 1 to Analysis Grid.
    4. I assign point no 2 to Combo box.
    My questions are:
    a. Is my techniques correct ??
    b. How can i use button to execute filter into the corresponding report ???
    c. Is there any tutorial regarding this ?? Could you share it to me please ..
    Really need your guidances..
    regards,
    Niel..

    Hi Niel,
    You can use the method you specified.
    In Bex Analyzer you have design mode where you can have the following items Button, Analysis Grid and Combo box.
    To work with the button you need to use the Command Wizard which consists of pre-defined functions, out of those select the one which suits your requirement and supply the parameters. As it is done thorugh a Wizard it would be easy to do.
    Also,
    The Button Name displays the name of the button, which is generated automatically and is unique. This name is used on the BEx Analyzer Design Toolbar menu to refer to a particular instance of the button.
    · Range u2013 Manipulate coordinates for a cell or cells in this field to move or resize the button.
    · Button Text - The text (caption) you want to display on the button. You can use this to describe the command the button executes.
    · Command Range (optional) - Specify a three-column range of cells in the worksheet that contains command parameters. In these cells, you provide the same parameters (Name, Index, and Value) as in the Static Parameters, but in the worksheet these can be variable, changing during
    navigation based on query results or on a value you manually specify.
    Button in Bex analyzer
    Regards,
    Neelesh Jain.

  • Button in Bex Analyser 7.0 - problem with setting up Static Parameters

    Hello,
    I know a similar problem has been discussed here already, but I am still having problems with setting up Static Parameters of my Button in BEx Analyser 7.0, so that I can pass Variable values from that button to my query.
    This is what I do - in Static Parameters of my Button I set the following values:
    Name                          Index          Value
    DATA_PROVIDER        0               DP_1
    CMD                             0               PROCESS_VARIABLES
    SUBCMD                      0               VAR_SUBMIT
    VAR_NAME                 0               0RMA_FIP
    VAR_VALUE               0               004/2010
    As a result, I would like the value 004/2010 to be passed to variable 0RMA_FIP (which is mandatory) and the query to be executed with that value. For some reason, however, the value is not passed correctly, and instead the variable is filled with a blank or not filled at all, and I am getting a message "Specifiy value for variable Fiscal year/period". What do I do wrong?
    Just to give you a broader picture - I would like to later use this logic to pass more than one variables into a query, including a hierarchy node, and read the values from an Excel worksheet - however, after many attempts to do so, I started playing with just one variable to figure out what the problem was.
    I have already seen the following two threads and SAP notes on passing variable values from the button:
    Re: Button in BEx Analyzer 7.0
    Re: How to set variables values via VBA.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0881371-78a1-2910-f0b8-af3e184929be?quicklink=index&overridelayout=true
    Can anyone please advise?
    Cheers,
    AL

    I managed to figure it out myself!
    Instead of VAR_VALUE I need to enter VAR_VALUE_EXT, and it works fine.
    I will mark this thread as "answered".

  • Execute button for BEx Analyzer in the Query Designer

    Hello,
    My current BEx Query Designer 7.1 and we are using Excel 2003. Currently, I can execute query through BEx Web but I am also looking for green check button of BEx Analyzer also. Could you please tell me how can I incorporate/add this BEx Analyzer check box in Query Designer so that I can execute query both in BEx Web as well as BEx Analyzer.
    Thanks very much in advance.
    Regards,
    Md

    Hello Hyma/Prasanna,
    Thanks for your reply and it's solved my problem.
    If I logon BEx Analyzer and  open or changed query through it, I can see green check box in Query Designer. Now I can run query both in BEx Analyzer as well as BEx Web.
    Regards,
    Md

  • BEx Excel performance improvements - error during install/application

    Hi all,
    We are testing the notes included in Mark Zuchowski's blog regarding improving performance of using BEx Excel in BI 70.  We are on BI 70, SPS15.
    We successfully tested in our sandbox system, but are having issues tesitng this in our dev system.
    We aregetting the below error when attempting to filter/restrict on an infoobject in the Query Designer.  We have reviewed the applied notes at least 5 times, but cannot find the issue.  We believe we have applied the notes successfuly, but cannot find root cause to this issue.
    Error message is as follows:
    System error in cl_rsr_xls_workbook and form get_definition:01
    Any thoughts?  SAP message is 95167.

    we found inactive include pgms...shame on us...
    issue closed.

  • Variable screeen popup with button in bex

    Hi ,
    When I try to display variable screen using a button in bex, I get the following error. has anyone come across this. pls advise.
    BExItemButton.RenderData01: Unable to get the Item property of the OLEObjects classErr: Unable to get the Item property of the OLEObjects class
    Kartheek

    Sounds front end related, are all your Front end patches (FEP) upto date.  Might be worth downloading FEP 11.
    Cheers,
    Pom

  • How to Add a New Filter Value in BEx WAD to Display All Result

    Hi experts,
    I want to add a new filter value in BEx WAD to display all data records. The scenario is as follows:
    The status field can have two values: Active ("A) and Inactive ("I").
    But the requirement is to have a third value to display all the data records (Active + Inactive). E.g. the value can be "G". The purpose is to increase the understandability for report users.
    Does anyone have an idea?
    Regards,
    Joon

    Hi Vineet,
    thanks for your reply. The problem is that there are only 2 values available for this Characteristic: "A" or "I".
    The requirement is to have a third value "G" (instead of the default "All Value") due to historical reason, because all future report users have been working with R/3 reports for quite some time and they are accustomed to using "G" for displaying all values.
    Is there any possibility to realize this?
    Thanks,
    Joon

  • Xcelsius on BEx ( Excel ) Report

    Hi All,
    I have no clue about how Xcelsius works, please give me some feedback on this issue.
    i am doing some brainstorming on feasibility of doing Xcelsius dashboarding on  BEx Excel report coming out of BW. is it possible can i simply import that Excel sheet into Xcelsius and do dashboarding.
    Do i need any middle ware application to convert that data and push into Xcelsius.
    i know Xcelsius is compatible with BI 7 but i am currently on BW 3.1, so we want to implement xcelsius on BW as a trail project.
    please can anybody send me some doc's how can i do this.
    Regards
    Robyn.

    Hi Robyn,
    you can import your BEx excel report to Xcelsius, but it will not reflect any changes, so your data will be offline.
    With the newly released Xcelsius SP3 there is a direct connectivity to BW 7.0, so this will not be an option for you as you are using 3.X.
    You could write a small program in abap that shoots your BW Data to an XML file and then consume that xml file in Xcelsius.
    If you have a Business Objects Enterprise Server available, you could build an universe out of your BW Data and then consume that universe through live office in Xcelsius, not sure though if a Universe can connect to a BW 3.1.
    Regards
    Victor

  • Problem with the filter button doesn't give a proper O/P 4 the date field

    Hi all
    I have a custom report which gives a workflow status log with date sent as one of the columsn in the report, when we click the filter button after selecting this columnthe user is shown a window with a single character field, in the same report we have another field( date field) when the user selects thsi the user is shown a proper date field for selection in ranges.
    Thanks in advance
    Cheers
    Seshi
    Message was edited by: Seshi E

    Hi all
    I have a custom report which gives a workflow status log with date sent as one of the columsn in the report, when we click the filter button after selecting this columnthe user is shown a window with a single character field, in the same report we have another field( date field) when the user selects thsi the user is shown a proper date field for selection in ranges.
    Thanks in advance
    Cheers
    Seshi
    Message was edited by: Seshi E

  • Remove Find Button in BEx tool

    Hi all,
    I use s_rs_fold object to remove other buttons on BEx analyzer.  However, the find button allow user to find other queries.  How do I remove the find button in BEx?
    Alan

    You can't hide the find button.  But here is my activity:
    S_RS_COMP
    Activity                       16
    InfoArea                       *
    InfoCube                       *
    Name (ID) of a reporting compo *
    Type of a reporting component  REP
    S_RS_COMP1
    Activity                       03, 16
    Name (ID) of a reporting compo *
    Type of a reporting component  *
    Owner (Person Responsible) for *
    Good Luck,
    Allen

  • Button in bex analyzer workbook

    Hello all
    I am trying to customize a button in bex analyzer workbook (BI 7).
    I want to insert a planning sequence into the button. As far as i know (and as i did ), if the sequence contain variables, i should see in the static parameters : VAR_NAME_1 and VAR_VALUE_1, and so on.
    For some reason i dont have the VAR_VALUE_1 part, and if i try to write it i get error.
    What is the reason for this?
    Best
    Yuval

    Once I am adding VAR_VALUE_1 to the static parameters, the system generates two messages error:
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRS2 and form GET_SID-1
    Best Regards,
    Hanit

  • Is it possible to publish Bex Excel workbook into portal?

    Hello,
    Is it possible to publish Bex Excel workbook into portal?
    Thanks

    Hi,
    Publishing BW workbook in portal can be done in two ways.
    1)Using RRMXP transaction
    /people/arunkumar.sampathkumar/blog/2006/08/09/publishing-bw-workbooks-into-portal
    2)Using information broadcasting in portal and publishing into the KM folder
    For information broadcasting - you have to install the precalculation server in the portal server.This is needed for precalculation of the workbook.After installing the precalculation server start the corresponding service.If you execute transaction "RSPRECADMIN" in BW, it shows the status of precalculation server, Whether it is running or not
    After doing this. Assign the BEX role inthe portal to the user.Now from this screen you can broadcast the BW workbook
    Also you can create an iview for the same.
    http://help.sap.com/saphelp_nw04s/helpdata/en/4d/f3fa40badbf36fe10000000a1550b0/frameset.htm
    Hope this helps.
    thanks,
    rahul

Maybe you are looking for