Show Multiple Filter Values in a Web Template

Hello
I have a Web Template based on a query. On this Web Template I can set multiple single filter values for one characteristic.
Now I want to show these filtered values for this characteristic on the web item. This is possible for ONE filter value when you use the XML path (f.e. DATA_PROVIDER:DP1?/BICS_VIEW/SELECTION_STATE/SELECTION/CHARACTERISTICS/CHARACTERISTIC[@name='CHARNAME']/SELECTIONS/SELECTION[1]/MEMBER/@text)
Is there a possibility to show MULTIPLE filter values for one characteristics in a text or input field? I don't want to use a drop down box or the info field.
Kind Regards,
Andreas

HI,
the best ay to do is create a query with same variable parameters as of the main query and place filter Characters on rows.
Use this query in one analysis item and use it on top row of the template as Filters information.This will give better look and feel as well solve your requirement

Similar Messages

  • BEx WAD - How to pass filter values to another Web template

    Hi,
    I have a scenario here...
    Web Template 1:
    - Filter options, Filter on Characteristics
    - Button, this button calls Template 2 sending the parameters selected vía URL to filter the report.
    Web Template 2:
    - Tables and graphs
    Values selected in the Filter of Template 1 and using javascript it should generates a URL, which filters the second template i.e. Web Template 2.
    Can anyone please share javascript to achieve this...
    -Anil

    Hi Anil,
    I tried this and could not get it to work.  so if you find away through Java script then I would be very interested.
    There is an option called TRANSFER_STATE which supposedly lets you pass variable names in  this scenario but I could not get it to work.
    In the end I created one template with all graphs etc.  When you click the button to show the other template all tables and graphs in template 2 are shown and everything from web template 1 is hidden.  This worked fine.
    Cheers,
    Nick.

  • Set filter value for a web template with java

    hi experts,
    i need to set a variable dynamicaly  depending on the Logon Name. Ok first step i did, i made a small script for the Username:
    _var url = this.location.href;
    _var x = url.substring(url.length-6, url.length);
    _var lifnr = ("0000" + x);
    _alert (LIFNR);
    ok if the username i.e B200221 my variable LIFNR gets a valid value  in this case 0000200221. but how can i use this variable in the bi commands ?
    here my xhtml coding from my webtemplate, where i want to use my variable LIFNR as template parameter:
    _var url = this.location.href;
    _var x = url.substring(url.length-6, url.length);
    _var lifnr = ("0000" + x);
    _alert (LIFNR);
        QUERY_VIEW_DATA_PROVIDER name="DP_1"
                    INITIAL_STATE type="CHOICE" value="QUERY"
                    QUERY value="VSAG_MM_VMI_KONS_US" text="VSAG_MM_VMI_KONS_US" /
                    INITIAL_STATE
                QUERY_VIEW_DATA_PROVIDER
                TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS"
                    WEB_TEMPLATE_ACTIONS type="COMPOSITE"
                        ACTION_BEFORE_FIRST_RENDERING type="COMPOSITE" /
                        ACTION_BEFORE_RENDERING type="COMPOSITE"
                            INSTRUCTION
                                SET_SELECTION_STATE_SIMPLE
                                    TARGET_DATA_PROVIDER_REF_LIST type="ORDEREDLIST"
                                        TARGET_DATA_PROVIDER_REF index="1" value="DP_1" /
                                    TARGET_DATA_PROVIDER_REF_LIST
                                   CHARACTERISTIC value="0VENDOR" text="Lieferant" /
                                    RANGE_SELECTION_OPERATOR type="CHOICE" value="EQUAL_SELECTION"
                                        EQUAL_SELECTION type="CHOICE" value="MEMBER_NAME"
                                        MEMBER_NAME value="0000200221" text="0000200221" /
                                        EQUAL_SELECTION
                                    RANGE_SELECTION_OPERATOR
                                SET_SELECTION_STATE_SIMPLE
                            INSTRUCTION
                        ACTION_BEFORE_RENDERING
                    WEB_TEMPLATE_ACTIONS
                TEMPLATE_PARAMETERS
    how can i use my variable LIFNR  at this point :  MEMBER_NAME value="0000200221"    ?
    thanks for any idea's.
    Tony

    hi experts
    does no one have an idea, how i can use my own java variable at   BI Filter  command's in the XHTML Code ?
    thx
    tony

  • How to - Select Multiple Filter Values w/o Navigation ability

    Just FYI, I had a requirement to allow users to select multiple characteristic filter values.  Something like a capabilities a combo box would afford us.
    To do this just use a Generic Nav Block Web Item and in the Web Item configuration just uncheck the "Display Navigation Icons". 
    It gives them the ability to select multiple filter values without all the Drill up/down capabilities.

    You can use multiple filter options using the web item dropdwon box.
    There is a How to document available in the BW 2.0B section for this..link below.
    https://websmp206.sap-ag.de/~sapdownload/011000358700003825382001E/HOWTOMULTIPLESELECTION.DOC
    Thanks.

  • How to pass multiple filter values in SAPBEXsetFilterValue function

    I am using SAPBEXsetFilterValue for filtering the query. I want to have multiple filters for same key value for ex. for plant I want the query to be filtered for two plants at the same time using this function please any one could help me out

    Hi,
    Afraid, that is not possible:
    Re: Setting Multiple Filter Values or Filter Range Using SAPBEX API?
    Re: Passing a range to SAPBEX.XLA!SAPBEXSetFilterValue
    Re: SAPBEXsetFilterValue
    Best regards,
    Eugene

  • Set multiple values in a web template via JavaScript

    Hi,
    I have a web template displaying a query containing a mandatory variable. Multiple values are allowed for the variable.
    By manually inserting a link in the template I succeeded in setting a single value for the variable with JavaScript, but how is it possible to pass multiple values for that variable?
    So far my link target looks like this:
    "sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&
    TEMPLATE_ID=ZJS_WT_1&VAR_NAME_1=ZJS_V_R&VAR_VALUE_EXT_1=1"
    How do I have to modify the line?
    Cheers,
    Jost

    Jost -
    I haven't tried this yet...but I suspect it could work. In the below example, I have a variable on Company Code and am setting it equal to 3 different values. Give it a shot.
    &CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT
    &VAR_ID_1=ZCCMPCOD0001
    &VAR_ID_2=ZCCMPCOD0001
    &VAR_ID_3=ZCCMPCOD0001
    &VAR_OPERATOR_1=EQ
    &VAR_VALUE_LOW_EXT_1=IP01
    &VAR_VALUE_HIGH_EXT_1=
    &VAR_SIGN_1=I
    &VAR_OPERATOR_2=EQ
    &VAR_VALUE_LOW_EXT_2=IP05
    &VAR_VALUE_HIGH_EXT_2=
    &VAR_SIGN_2=I
    &VAR_OPERATOR_3=EQ
    &VAR_VALUE_LOW_EXT_3=IP50
    &VAR_VALUE_HIGH_EXT_3=
    &VAR_SIGN_3=I

  • Pass variable value to different Web Templates??

    Hi BI gurus,
    The scenario is: we have 2 web templates, and at the top of template A, there is Menu Item for the users to switch to template B. Time Variable: Fiscal_Qtr (a custom exit variable which by default set the value as Current Quarter) is being used in both templates. And, there is drop down box of Fiscal_Qtr in the layouts for the users to change when they do the planning.
    The requirement is to keep the last value of the Fiscal Quarter when the users switch to different templates.
    The difficulty is how to read the fiscal quarter from the buffer and pass the value when launch another template, because it is a totally new session. The new session always set to the default value.
    Please share your thoughts if you have any experience about similar case.
    Thanks a lot!
    Eunice

    I dont think you an read from the buffer when you use javascript. The value is shown as request_1 in the url or something like that. This is with reference to WAD 3.x... you could customize the context menu and see if you can do an RRI instead...

  • How to show Descriptions of Query on a Web template(statistics)

    hi I have created a custom Query which shows data for certain queries running, but the data keeps on showing me technical name of the queries, I want my report to show description so it makes sense to my manager as they donu2019t understand technical names of the queries. I have tried changing them to text, key etc they wont work.
    Query is 7.0 web template is 7.0

    Amer,
    Actually, the way I read these notes, showing the technical name on the query selection screen is the problem (a.k.a., "symptom") that is being addressed, so I am assuming that the "fix" they are implementing is to show the description instead.
    Just trying to help...
    Bob

  • How to get the entered value in a web template?

    Hi experts,
    We have a BEX web template that executes a query with an input variable. Itu2019s 0BPARTNER. It runs a report filtered by business partner
    We want to execute a web service in the same web temple using the same entered value for business partner as a parameter.
    The entered variable is not accessible with a document.getElementById('0BPARTNER')
    The entered must be available in some way as it can be shown in a text element.
    Does anyone know how to access it and move it to a local JavaScript variable?
    Thanks

    Please see this document :- http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c01e9b01-abab-2d10-6687-96fc7bc39084
    Hope it helps
    Cheers
    Craig

  • Multiple chart items in a web template

    we have a few web templates created that have 2 pie charts.
    Each pie chart references a different Data Provider.
    If I right click on top of a single chart I can export to a .PDF but it only sends the object that I right-clicked on.
    Is there a standard button I can use in a toolbar that will allow the user to Export the entire web report to PDF, including multiple charts and anything else that is found in the Web Template?
    thank you in advance,
    Peter

    Hi Peter,
    Yes there is a standard button available that allows you to export your web items in pdf.
    Select the button web item.
    In its properties you can check out for this standard functionality.
    Right now i am not having access to system otherwise i could have told you exactly which option, but look into this Button web item's properties and you will get the download option to pdf.
    Thanks
    Dipika

  • Maximum number of filter values in BEx web

    Hi
    Is it possible to change the maximum number of filter values displayed when running a query?
    Example: When the user runs a query and has to put in a material number, he pushes the button which shows him the possible values for input. The number of values displayed per page is 14 and the maximum number of pages is 72. The maximum number of values is 1000. If the user tries to search, he only searches amongst the 1000 possible values. Is it possible to change the number of possible values shown to unlimited?
    We use NW04s BI SP09.
    Kind regards
    Erik

    Hi Experts
    I have the same problem , the maximum number of hits si set to 200 , ant the variable contains over 300 values , it is a variable based on  a time charactersitic , and the values appear in ascending order , i mean the first 01.1900 , and the last value 03.2012 . i wonder if there is a way to change the order of sort  to descending order . I mean the  first value 03.2012 and the last one 01.1900 . I attach the image .
    Thanks for your help.

  • How to send the selected Filter values to a new template without JavaScript

    Hello BW Experts,
    can somebody tell me, how can i send two selected Values of two Dropdownlists to a new Template? and must i use JavaScript and hidden textelement?
    btw, we are using BW 3.5.
    Regards,
    Jing
    null

    Hi jing,
    for this.... you need to   take one pushbutton(button group.)
    and in that button group properties... you need to assign  the  properties...
    Internal display---> click on button  check box > give the caption... and  come down-> select command check box-> select All commands-> select  last option(Command for web templates)
    > click on that and and  there you need to select SET Transfer state.--->  and double click on that and  there you need to give ur next template name... which  will displays the analysys item..
    press ok.. and save it...
    if you have still  any doubts plz  feel free to ask me.--- dont forgot to ASSIGN POINTS...
    thanks
    @jay

  • Showing filter values in a web report

    hello experts,
    I have a web report with 3 web item tables, each one has a query assigned. I'm using 0CALMONTH as a filter but the value for this is not displayed when running the web report. Is there a way to display the value for this filter together with the results? Can I use the web item filter?
    Many thanks.
    Inma

    Hi.
    The Web Item Filter only works for filters that are selected manually by the user.
    The easiest way would be to provide a variable for entry of 0CALMONTH. This variable can then be shown with the WebItem Text Element.
    Regards,
    Beat Stoller

  • Can you have multiple dataproviders in a default web template?

    I was working on some changes in our BW web applications to 'shut down' certain reports if we determined there was a particular data issue (e.g. maybe aggregates not available for a large cube, as an example).  I have already accomplished this in our 'cockpits' by adding a hidden dropdown box that is fed from a query against a master data InfoObject -- basically a way of flagging whether a particular area should be 'down' or not.  This has worked well for us.
    My next goal was to extend this a little further and actually set up a way to designate that a particular cube should not be available.  Then when someone kicks off a web report (could be off a menu or even a bookmarked report..), I would again make template changes to check to see if the cube used in the report is flagged.  If so, then redirect the user to a message page instead of executing the query.  This would help us during critical times to keep users out of a problem area.
    Again, I can make this work well in many custom template situations we have.  The problem I am now encountering is with the standard template itself (Note: I am referring to our copy of 0QUERY_TEMPLATE that is designated as the default).
    I have added a second dataprovider to this std template that points to my query against the InfoObject data.  This dataprovider is linked to the dropdown box that is hidden.  The standard template already has dataprovider DP that is not qualified with a query name.  If you execute a query from BEx and launch it to the web, it builds a URL and passes in QUERY=xxxxxxx and INFOCUBE=yyyyyy.  Now because there are 2 dataproviders, this is essentially overlaying not only the DP info, but also my new 2nd dataprovider.  So the added dropdown pointing to a particular characteristic in the query is no longer valid (it thinks it should be using the QUERY value now).
    In cases where I can first control the URL that a user executes, I would do SET_DATA_PROVIDER_1, 2, etc... and pass in INFOCUBE_1, 2.., QUERY_1, 2,... -- this is not a problem.  But how can I make the standard query-to-web functionality still work once a 2nd dataprovider has been added to a default template?  I would appreciate any thoughts on this.
    Thanks, Jody

    Thanks Heike...  I was hoping that there might be some way I couldn't think of & still only use 1 template here.  But as you suggested, I can put the CHANGE_TEMPLATE command in our existing 0QUERY_TEMPLATE copy and then make a new copy for it to branch to -- making sure that my new dataprovider gets filled in with its appropriate query/cube.  This at least minimizes impact by not having to change everything we have that references our 0QUERY_TEMPLATE copy through menus, JavaScript, favorites, etc.
    I am familiar with the 'flicker' effect when we have used the CHANGE_TEMPLATE in the past (bringing up 'Info' for a query in a new window while maintaining the state of the report in the existing window).  In this case, since the report is being created in a new window, it really isn't noticeable at all unless you watch the browser status or the URL command.  Thanks for the information...
    Jody

  • With filter values iam not able to see out put of a  web report

    Hi,
    I had a web report. for the webreport,data provider is Query. My requirement is to change the description of calculated KF. I have changed the description of Calculated KF in Query and transported it to Quality system. But when i execute the Web Report directly in web browser the changes in the description of calculated KF are shown. But when i execute through some URL with some filter values in the web template iam unable to find the changes.
    Please help me on this.
    Thanks & Regards
    Bharathi

    Hi Ajay,
    i had a web template. For this web template query is the data provider. In my requirement i need to change the description of calculated key figure.
    Calculated key fig: OED Disconnect
    Change description of Calculated key figure from OED to IEG(IEG disconnect).
    I have changed the calculated KF desc from OED to IEG in development and transported to quality system. i can even find the changes in query also.When i execute the web template built on query directly through browser iam able to see the change in the description of calculated KF.
    But when i execute through some URL(http:// bwqa/sap/bw/pub?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=T_ECA_DTL_REPORT_BYUNIT&FILTER_IOBJNM_1=ZMREQCC&FILTER_VALUE_1=000001522&DATA_MODE=HYBRID) with some filters like  filter_iobjnm_1= ZMREQCC and data mode = hybrid iam unable to find the changes in the calculated kf description.
    But when i execute the url (http:// bwqa/sap/bw/pub?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=T_ECA_DTL_REPORT_BYUNIT) without filter values i can find the changes in the description of calculated KF.
    Kindly update me why the changes are not reflecting when i use filters.
    Thanks & Regards
    Bharathi

Maybe you are looking for

  • Will there be an option to mute sounds in tabs inividually in Firefox?

    Dear Sir/Madam, If I'm searching for stuff, I like to open multiple pages in a new tab by clicking on it with the middle-mouse-button. Sometimes, the page loads sounds while doing this. In turn I have to search in what tab the sound is played, which

  • IPod nano 6g error screen

    Nell' iPod c'è scritto Connect to iTunes and restore, lo collego, ma iTunes non lo rileva ma il mio Pc si e da di ricollegare iPod lo faccio stessa cosa, intanto l'iPod ha una schermata in bianco e nero tipo accessibilità

  • Final cut pro not reading camera or mini dv player

    My mini dv player jammed so we went to the canon gl2 to use as our vtr and final cut pro won't read it we tried our other gl2 and final cut won't read it we also tried to see if I movie would read the cameras or the machine and I movie would'nt recog

  • Help with Planning Query - 0CALMONTH not showing up

    Hi, I have a simple planning query where I am trying to allow users to input or change an Amount by Material/Month.  The User inputs a Version and a Date Range to maintain.  The selected dates should show up going across the screen even if there is n

  • Internal hard drive is constantly reading and writing

    I have a Mac Mini Core i7 with 8GB RAM and a 1TB Fusion Drive. I recently wiped the drive and reinstalled OSX 10.9.2 but this problem persists. Before the last upgrade in Montain Lion I never had this problem. The TIme Machine HD is disconnected and