BEx Analyser: how to add filter information in query output

Hello,
When query is executed in BEx Analyser, there are three buttons with additional info. But none of them shows the selections that were made when the report was executed (variable screen) and the "static" filters within the query definition. How can I solve this problem?
Thank you.
Kind regards,
Danijela

I have place static filter left to the table on row 115 and then I copy it to desired destination in VBA callback function.
(I also have filter values on row 65)
HTH.
BR
Ondrej
Sub SAPBEXRefresh(queryID As String, resultArea As Range)
    If queryID = "DATA_PROVIDER_1" Then
       j = 15
       i = 115
       While Sheet2.Cells(i, 6) <> ""
         If Sheet2.Cells(i, 7) <> "Empty selection" And Sheet2.Cells(i, 7) <> "" Then
           Sheet2.Cells(j, 6) = Sheet2.Cells(i, 6)
           Sheet2.Cells(j, 7) = Sheet2.Cells(i, 7)
           Sheet2.Cells(j, 6).Interior.Color = RGB(239, 246, 251)
           Sheet2.Cells(j, 7).Interior.Color = RGB(239, 246, 251)
           Sheet2.Cells(i, 6) = ""
           Sheet2.Cells(i, 7) = ""
           j = j + 1
         End If
           i = i + 1
       Wend
       k = 65
       While Sheet2.Cells(k, 6) <> ""
         If Sheet2.Cells(k, 7) <> "" And Sheet2.Cells(k, 7) <> "Prázdné vymezení" Then
           Sheet2.Cells(j, 6) = Sheet2.Cells(k, 6)
           Sheet2.Cells(j, 7) = Sheet2.Cells(k, 7)
           Sheet2.Cells(j, 6).Interior.Color = RGB(213, 227, 242)
           Sheet2.Cells(j, 7).Interior.Color = RGB(213, 227, 242)
           j = j + 1
         End If
         Sheet2.Cells(k, 6) = ""
         Sheet2.Cells(k, 7) = ""
         k = k + 1
       Wend
       While j < 65
         Sheet2.Cells(j, 6) = ""
         Sheet2.Cells(j, 7) = ""
         Sheet2.Cells(j, 6).Interior.Color = RGB(255, 255, 255)
         Sheet2.Cells(j, 7).Interior.Color = RGB(255, 255, 255)
         j = j + 1
       Wend
    End If
end sub

Similar Messages

  • How to  add filter in Bex report

    hi how to add filter in BEx report and what is the difference between filter and free charcteristics.
    Regards,
    Viren.

    Hi Viren,
    difference between filter and free characteristics is that free characteristics can be added to drilldown at query runtime. Filter values can not be changed at query runtime.
    You can add a filter to a query by placing a characteristic in filter section and restrict the characteristic to certain values. Characteristics in rows / columns / free characteristics section can be restricted to certain values, too.
    Best regards,
    Björn

  • How to add filter in the dist. model

    hi,
    how to add filter in the dist. model
    thanks
    Ruban

    Hi,
    Please try this.
    1. Go to transaction BD64.
    2. Click on Change button.
    3. Expand the corresponding model view.
    4. Expand the corresponding message type (i.e MATMAS).
    5. Place the cursor to 'No filter set' and double click.
    6. Click on Create Filter Group.
    7. Add your filter from here ...
    8. Once done, save the model view.
    For more information, please check this link.
    http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
    Regards,
    Ferry Lianto

  • How to add additionnal information in EP Logon UI Header ?

    Hi all,
    I would add informations in the message "Welcome FirstName LastName" onto the EP Logon UI header.
    I could find the variable for the "Welcome" text (in logonLabels_LG.properties file), so I do not know how to add a variable (for example the Personnal Number or the Position from ECC HR) next the first and last name.
    So I could find the JSP page HeaderiView.jsp which contains the method GetWelcomeMsg(), so this one retrieve in "request" variable only first and last name...
    I suppose the next step is in the NW Developper Studio, so which object will I have to modify ? And How ?
    SAP Version:
    EP 7.0 SPS15
    ECC 6.0
    NWDI not deployed.
    Thanks in advance to all for your help,
    Olivier

    Hi,
    Hi Check this .
    How to modify the header
    Modifying the Masthead iView
    Modify com.sap.portal.navigation.masthead
    Modifying the masthead par
    how to place the modified masthead in place of default masthead in framewor
    Thanks and Regards,
    gopal.sattiraju

  • How to add filter at select options?

    Hi friends,
    I believe there should be a way to add filter, but I don't know where it is.
    The call is like this:
      wd_this->r_selopt->if_wd_select_options~add_selection_field(
        i_id                          = 'ACT_CAT'
        it_result                     = lr_range
        i_description                 = 'Category'
        i_value_help_type             = 'SEARCHHELP'
        i_value_help_id               = 'ZZS_SH_CATEGORY'
        i_value_help_structure        = 'ACT_CATEGOR'
        i_value_help_structure_field  = 'CATEGORY'
    When other fileld has changed, I want to use that value as a filter. Unfortunately, I can't find how to set this. Would someone do me a favor? A sample will be better.
    Special thank to any reply.

    Hi
    No other component required. WDR_SELECT_OPTIONS uses OVS component internally, you can see the component usage also in WDR_SELECT_OPTIONS.
    Add the seleciton Field
    wd_this->lr_helper->add_selection_field(
                    i_id = 'ATFLV'
                    IT_RESULT = LR_TABLE
                    I_DESCRIPTION = 'Msg'
                    i_obligatory = abap_true
                I_VALUE_HELP_TYPE =
    IF_WD_VALUE_HELP_HANDLER=>CO_PREFIX_OVS
                    I_VALUE_HELP_STRUCTURE = 'ZPP_ROUT_PROD'
                    I_VALUE_HELP_STRUCTURE_FIELD = 'MS_FLAG'
    ZPP_ROUT_PROD is a structure created and MS_FLAG is the field in the structure, for which we are developing Value help
    Now,
    WDR_SELECT_OPTIONS has an event int he Interface called ON_OVS, subscribe the event in your view,
    from here onwards it is like Using normal OVS, you have phases put a case statement and code accordingly
    Abhi
    Edited by: Abhimanyu Lagishetti on Jul 25, 2008 7:45 AM

  • How to add more than 1 query in workbook

    Hi All,
    How do we add More than 1 query in workbook, Can any one provide me steps.
    Thanks in Advance.

    Hi,
    If you are using BI7 Bex analyazer, please check whether the following explanation helps you:
    "Steps of creating workbook and to insert more than one query in a workbook.
    •When you run a query and it opens in Bex Analyzer you can click the save button and pick "Save as Workbook".
    •Once you save it as a workbook Click on the "Design Mode" button in the Bex toolbar (looks like an A).
    •Click in the sheet where you want the new query to go, click the "Analysis Grid" button. It will add the analysis grid to your new sheet.
    •Right click on the Analysis grid and go to properties.
    •Click on button to change data provider and select the query you want to attach.
    •Exit design mode and you should be all set. "
    Thanks & Regards,
    Sapna

  • How to add Sucessfull AD attribute modificatin output in power shell script

    Import-Csv -Path 'C:\script\Users.csv' | ForEach-Object {
    $HomeDirectory = "\\server\Home$\" + $_.SamAccountName
    Set-ADUser -Identity $_.SamaccountName -homedirectory $HomeDirectory -homedrive H:
    How to add "Write host" if AD user attribute sucessfully modified

    Hi Subramanya Raja,
    Thanks for your posting.
    Please also try this script:
    Import-Csv -Path 'C:\script\Users.csv' | ForEach-Object {
    $HomeDirectory = "\\server\Home$\" + $_.SamAccountName
    Set-ADUser -Identity $_.SamaccountName -homedirectory $HomeDirectory -homedrive H:
    #Determine if command was successful
    if (!$?)#Add failed
    "An error has occurred."}
    Else #Add succeeded
    "set homedirectory to " + $_.SamaccountName + " successfully."}
    For the detailed information about Error checking in PowerShell, please refer to this article:
    http://www.leadfollowmove.com/archives/powershell/error-checking-in-powershell
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to add extra column in query designer

    Hello Guru's,
                         I got the query like this
                                        Actuals
                    cal/month   01/2008   02/2008   03/2008
    cash
    reveunve
    liabilities
    i need the query to be like this
                                                   Actuals
                    cal/ months  01/2008  02/2008 03/2008   Q1   04/2008 05/2008 06 2008  Q2
    cash
    revenue
    libilities
    that Q1 is sum of first three months,
    can you please tell me how to add extracolumn and add those.
    Thanks,
    sneha

    Hi sneha,
    You can do this by using structure .Create the selection for3 month using variable and defining offset for that, creat new formula for Q1 = 123 , then create same selection for next 3 months and same for Q2.
    Regards,
    Sumit.

  • How to Create Filter by date Query for access using Data base connectivity tool

    Hello,
    I had started my project by reading Access datas, by using an UDL connection,
    but now i want to create an access filter using a query that would permit to select two dates, and to obtain all corresponding datas, how to do it using the Parmetrized SQL query?
    Best regards,
    Remark: i dont know the SQL language
    ~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~
    **The Best Way To Predict**The**Future Is To Invent It**
    Solved!
    Go to Solution.

    Hi mike,
    I want to thank you for your help, i really appreciate it,
    i tried to make the code as ur picture, i had no problem to execute it, but i have no data's in the output
    i changed the date format, because i suppose that its a short date format in the database.
    can you just look at it, and tell me if you can find the problem,
    thank you again for your help
    Best regards,
    ~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~
    **The Best Way To Predict**The**Future Is To Invent It**
    Attachments:
    db.JPG ‏126 KB
    lav.JPG ‏82 KB

  • How to add link button in Query generator

    Hi,
    I am trying to add link button in Query reports. While the query is for system table it automatically gives columns with link button  but how to do this for user Tables.

    Hi,
    Even by standard, this is not possible only when you using UDO.
    You can create your form with Matrix, and use FlushToDataSource Method to load large amount of data inside. Now you can program the linked button click (et_MATRIX_LINK_PRESSED) by columns.
    Regards,
    J.

  • How to add 2 coloumns in query

    if in table LQUA there are more inventory from different batch than the ones showed in the current query, LQUA-CHARG with quantity in LQUA-GESME, then shows that line in the query with column ORDER in blank and column ALOC QTY in blank also. And column FREE QTY will show the same qty than column TOTAL STOCK.

    hi,
    refer to this link..Re: How to add new fields in SAP-Query

  • How to add CSV file extension in output format of sap document in SCOT

    Hello All,
    i have added CSV in conversion rule through “SAP Customizing Implementation Guide–> SAPNetWeaver –>SAP Web Application Server -> Basis Services -> Communication Interfaces -> SAPconnect Client-Wide Settings -> General Settings -> Conversion Rules”. but it is not showing in SCOT (o/p format for SAP document).
    Please do needful

    i found this string on net
    add a Conversion-rule (transaction SCOT like this:
    CSV CSV 1 SX_OBJECT_CONVERT_TXT_INT
    How i Add .

  • How to add search criteria to Query Reqion (11i RUP6)

    I'd like to get some directions on how to add a field that would be used in the search criteria when Go button is submitted.
    Thanks in advance

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • How to add network information for failover zones with logical hostname?

    Hello!
    As stated in [http://docs.sun.com/app/docs/doc/819-3069/ds_template-21?a=view] I must not configure network addresses for a zone when I manage these with a logical hostname:
    If you require the SUNW.LogicalHostName resource type to manage all the zone's addresses, configure a SUNW.LogicalHostName resource with a list of the zone`s addresses and do not configure them by using the zonecfg utility.But when I start the zone for the first time using "zlogin -C" it does not ask me any questions about the network. Of course, there is no adapter configured. But how do I add information like routes or nameservers to the system when using a logical hostname?
    TIA
    Stephan

    Hi Stephan,
    I can only assume that when the zone was configured via zonecfg without any network interfaces that sysidcfg did not ask you for the default route or name service, as such you will need to setup those parts up manually.
    Please take a look at the FAQs for zones, i.e. http://opensolaris.org/os/community/zones/faq/ in particular
    http://opensolaris.org/os/community/zones/faq/#u5
    http://opensolaris.org/os/community/zones/faq/#cfg_defroute
    Finally, if you require a NIS client then please see http://docs.sun.com/app/docs/doc/816-5166/ypinit-1m?a=view
    Regards
    Neil

  • ESB - How to add filter to avoid file adapter to start executing?

    I have an esb project with first a file adapter that reads incoming XML files. Mapped with a database adapter that calls a stored procedure that inserts data in certain tables. The output parameter of this stored procedure is of type pl/sql table and contains data of an error if an error has occurred while processing the procedure. A new file adapter will create a new file with the content of the output parameter. But if the outputparameter is empty it will give an error.
    Is there a possibility to add a filter to avoid that the file adapter starts trying to create the error file?
    Thanks,
    Els
    Message was edited by:
    user644760

    Hi Els,
    A possibility is to add a routing service in between the database invocation and file adapter with a single routing rule. Add a filter to the routing service to test whether the input is empty.
    Regards, Ronald

Maybe you are looking for

  • Web service connection

    Hello! I am developing a JAX-WS web service using EJB 3.0 and Glassfish application server which receives some information from the clients, performs some buisness methods and saves information to a database. The service can write information to data

  • I have lost the use of the 'forward' and 'back' button

    On Win 7 I have lost the use of the forward and back button - both are greyed out - except on this page ??? when I leave this page the greyed out appears on all tabs or links in use. I am using Firefox 3.6.16. To get to this page I have 7 tabs open a

  • Restarted macbook and everything is erased!!

    my mac required me to restart and now all my photos and documents desktop etc are blank.  how do I get my documents back?

  • AV receiver issues..No Sound?!!

    Hi, i have a Onkyo TX-SR308 AV receiver which i run my Mini Mac through. The video is not an issue, as in displays it finds the AV. however when i go into Audio there is no output showing the receiver; therefore i have to play all sounds through Mini

  • Im sorry Verizon, but this is messed up

    It is bad enough that you have to upload pictures from your phone 1 by 1 via uplink, (years ago you could just plug the phone into your computer. What happened?), now I can't even save my videos to my computer without purchasing quicktime? And I have