Unexpected behaviour in case of single value selection by using share point excel service

If multiple values are passed to pivot table filter using share point excel service, filter is showing “multiple” text on filter. If user expands the filter, the passed values are showing as checked ones.
Example: ‘India’ and ‘US’ values are passed ‘Country’ filter of pivot table using excel services. Filter is showing ‘multiple’ text on filter and if user expands the filter, ‘India’ and ‘US’ values are showing as checked ones.
If single value (India) is passed to pivot table filter using share point excel service, filter is showing value text (India) on filter. If user expands the filter, all values are showing as checked ones.
Ideally it should show ‘India’ as checked one.

If multiple values are passed to pivot table filter using share point excel service, filter is showing “multiple” text on filter. If user expands the filter, the passed values are showing as checked ones.
Example: ‘India’ and ‘US’ values are passed ‘Country’ filter of pivot table using excel services. Filter is showing ‘multiple’ text on filter and if user expands the filter, ‘India’ and ‘US’ values are showing as checked ones.
If single value (India) is passed to pivot table filter using share point excel service, filter is showing value text (India) on filter. If user expands the filter, all values are showing as checked ones.
Ideally it should show ‘India’ as checked one.

Similar Messages

  • Several single value selection in InfoPackage Data selection using Routine

    Hi,
    I am trying to extract data from a table(containing Ticket data) in R/3 using Generic extractor with table. As the table is not supporting the delta functionality i have to do daily full load for more than 5 lak records.
    I dont want all the tickets from R/3, i just need the tickets which are open. Unfortunately there is no field in R/3 table which indicates Ticket status. But in BW i have a DSO where i can get the tickets along with their status.
    Now what i want to do is:
    in the Infopackage i want to give the dataselection for ticket, whose status is open which will be calculated in ABAP code by lookup to the DSO. Is this possible?
    I know that in ABAP routine for Data selection we can give single values and range values. but here i just want to give several single values. That means if suppose i have 4 tickets T1,T2,T3,T4 in the DSO and if T1 and T4 are open tickets, then i have to get the data from R/3 just for T1 and T4.
    in the above case if we use range then the low and high values in the range will be T1 and T4 respectively and the data pulled from R/3 will be from T1 - T4 ie all T1,T2,T3 & T4. but i need just T1 and T4.
    Please share your ideas. also please send the code as i am not an ABAPer.
    If Several single value selection is not possible at least send the code for the range values.
    Thanks,
    Cnu.

    you can write a code like this in the ABAP routine in data selection in front of ticket characteristic
    types: Begin of s_ticket,
         ticket type <type of ticket characterisitcs>,
          End of s_ticket.
    data: l_idx like sy-tabix,
          wa_ticket type s_ticket,
          it_ticket type standard table of s_ticket,
          l_s_range type rsrdrange.
    You can declare
    read table l_t_range with key
         fieldname = '<your field name for ticket>'.
    l_s_range-infoobject = '<infoobject name>'.
    l_s_range-fieldname = '<field name of ticket cahracteristics>'.
    l_s_range-sign = 'I'.
    l_s_range-option = 'EQ'.
    select * from <ODS active table> into table it_ticket where status = <value for open status>.
    if sy-subrc = 0.
         loop at it_ticket into wa-ticket.
              l_s_range-low = wa_ticket-ticket.
              append l_s_range to l_t_range.
         endloop.
    end if.
    p_subrc = 0.
    you need to modify it as per your requirements, i hope this might help you.

  • Select and Use Data Points Script

    Hello,
    I have developed a script that conditions data however to automate the process further I would need assistance with a strategy to select the data conditioning start point.  What I mean by this is I have a piece of raw data that say has 2 events, EV1 & EV2.
    Sometimes when the data is acquired EV1 is performed first and EV2 is performed after,  other times EV2 is performed first and EV1 is performed after, furthermore sometimes only EV1 or EV2 is acquired.
    I have developed a script which processes my data however I  have to manual offset a physical value in my script so the "FIND()" function starts looking in the correct place.  
    What I would like to do is to have my script prompt the user on where the script should consider a start point of the script or whether or not the portion of the script is run at all.
    Here  is how I am offsetting the FIND()
    CtrlTimeVals(i)= Find("Ch(L2) >= R1", CtrlTimeVals(i-1)+3537)
    RespTimeVals(i)= Find("Ch(L4) >= R2", RespTimeVals(i-1)+35400)
    I am using DIAdem 2011
    Tim
    Solved!
    Go to Solution.

    Hey Brad
    I have attached a piece of my code which has the call for user interatcion but I am unsure if the logic is coded correctly.  When I run this in my script it successfully calls the .SUD file but the call for user interaction is never made.
    in my .SUD file one of the buttons cancels the Dialog box by using "Dialog.Cancel"  which breaks the program out of the loop.
    do while   SUDDlgShow("DataPreview",MyFolders(0)&"Load File.SUD",NULL) <> "IDCancel"
        CallInteractionOn("Click Here to Finish Viewing")
    Loop
    Any help would be appriciated.
    Tim

  • Loop on selected steps using entry point set in LabVIEW OI

    Hello All,
    I have an Operator Interface where the operator has the ability to select particular steps and loop on selected steps as required.
    Everything works as intended but the customer would like to supress the default Loop configuration pop-up box.
    The loop parameters needs to set programmatically (not by the user). I figured out how to build the interactive arguments but not sure how to pass this.
    Any ideas / suggestions would be greatly appreciated.
    Thanks in advance.
    regards,
    SS
    Solved!
    Go to Solution.

    Hi,
    My name is Mark and I'm an Applications Engineer at National Instruments.
    I have looked at your issue and it seems that you are on the right track here. Your code snippet seems to generate valid data and in order to avoid the "Loop on Selected Steps" dialog you simply need to feed the "BuildInteractiveArgs" output from your example to the "interactiveArgsVal" input on an invoke node with a method named "Loop on Selected Steps" (see picture below). Once this has been done, TestStand will receive all the data needed and the pop-up box will not be shown.
    Hope this helps.
    I will look forward to your reply.
    Mark N
    Applications Engineer
    National Instruments UK & Ireland

  • Enhancing standard (single select)search help for Multiple value selection

    Hi,
    Standard search help for Business Partner (in cProjects) allows only single value selection for input fields. I want to make this multiple selection.
    Is there a way to do it.
    I used an OVS and built a similar search but its difficult to get the standard options like saving to personal value list etc in it.
    It would be good if there is a way to modify the standard search help to allow multiple selection. Any ideas??
    Appreciate your help,
    Thanks,
    Sri
    Edited by: Sri on Sep 9, 2010 8:50 PM
    Edited by: Sri on Sep 9, 2010 8:52 PM

    As far as I know you can't make a standard ABAP dictionary search help return multiple entries - where you get this sort of functionality the searches don't use the standard Elementary search help framework (e.g. organisational structure searches)
    Given that the WDA search help relies on these dictionary based searches, I'd think very much that you couldn't enhance it to return multiple. how you could even return multiple entries into a single UI element input field is also confusing to me.
    I'd suggest creating a freely programmed value help, it would certainly take quite some effort to recreate those personal value lists etc, but it could be done - I don't like OVS, but that just me.

  • In Report output, Missing Plan data with the Seletion option - Single Value input (more than 10 values)

    Hi ,
    I am running the Query (Actual Vs Plan) in the BEx Analyzer, with the input for the characteristic like Fiscal Year, Posting Period and Cost Center(20 Single value) it not comming up with the plan data - Actual data is coming up fine.
    If i gave 10 or less than 10 inputs ( single values input in the selection - option ) for the characteristic COST CENTER it coming up with all the data (Both plan and Actual).  if the COST CENTER input values more than 10, it not coming up plan data (Actual data is coming)
    Cost Center Variable is designed with an Authorization Variable.
    Can any one please help me to know why plan data is getting miss when the input limit more than 10 (single values input in the selection - option) in the Cost Center Variable? 
    An also could you please share that, What is the Max limit for the Single values and Range Value for an Selection - option in the BEx Variable.

    A)    Hi ,
                 In Report, I am having 2 variant.
    1.   For one variant, i have saved the input values for both the Select Single values & Select range for the cost center.
    8 Values in single & 4 Values in Ranges         
    It coming up with data successfully.
    2.    Another variant having input only for select single values for the COST CENTER, it contains 20 records (This variant also have restricted with the same values as above variant for COSTCENTER variable)
    Fiscal year                         : 2012
    Posting period                   : 8
    Cost Center                        : 20 values in Single                                             (Here I have separated the range values into single)
    It’s not coming up with plan data. 
    B)   If I gave only first 10 values in the Single value, Output for both actual and Plan are coming up…………. If I gave the Second 10 value in the Single value and got the Output for both actual and Plan.
    C)    I have also checked the following details of this query, 
    Executed the query in RSECADMIN and checked the Authorization log as below,
    Relevant Characteristics for Detailed Authorization Check  (Characteristics with Full Authorization Are Not Listed!)
      List of Effective Authorization-Relevant Characteristics for InfoProvider ZPCA_M36: 
    List Is Empty:
      There Are No Characteristics That Have to Be Checked in Detail 
              2.  Checked the Single value input by iteration, 1 to 10, it retrieves data.  More than 10 like 11, 12 … is getting failed to pull plan data.
              3. checked the selection Value range by iteration and I gave the range value count up to 25        inputs, its works fine.
    Thanks.
    Regards,
    Subashini.

  • SAP Web-BEx: Variable "Multiple single values" and Excludes

    Dear experts,
    I got a "ultiple single values"variable and use excludes to avoid cetrain data to be shown. Sofar thats all workin quite well.
    But.. if I want to use this variable during navigation,  the variable values are not shown.. why is that?
    It seems the system does not know how to handle the exclude combined with the variable value.
    Does anyone have a solution for this?
    Thanks
    Oliver

    Hi,
    In BEx Web, it makes a big difference: with multiple values you can only fill a list of different values.
    WIth selection option, you can do basically what you want (as the typical GUI selection screen in the Excel BEx): enter a single and an interval including or excluding values, use the LIKE (contains pattern, *) etc....
    hope this shed light
    Olivier.

  • Hi Experts, Crystal report mutiple value selection using checkbox in 8.81

    Hi,
    I am using Crystal report multiple value selection option using checkbox in 8.81 sap b1 pl 05.but i want default all check box value should be selected.
    How do we achieve same.
    Thanks
    Rajkumar Gupta
    Edited by: Rajkumar Gupta on Jul 11, 2011 5:45 AM

    Dear Raj,
    As per me, this can't be done in current version of SAP 8.81.
    Alternate way is use SDK
    Thanks
    Kevin

  • Need a select statement to trim a single value out of a column

    I have a column which can and does contain single and multiple values. For instance, there could be a single value, value, or it could look like this value, value, with there being a comma and a space between the two values. I need a select statement that will only and always return the value to the left or in the case of a single value with no comma, just that value. TIA

    If your single value has no comma, just the value, then you need an extra DECODE to resolve that case.
    SELECT DECODE(INSTR(text,','),0,text,SUBSTR(text,1,INSTR(text,',')-1))
    FROM (SELECT 'value1' text
          FROM dual       
          UNION       
          SELECT 'value2, value3'
          TEXT from dual)TTFN
    John

  • SEM BCS - Complex Selection vs Single Value in Validation Rule

    Hi,
    in validation rule, after "create selection condition" , I add "ITEM" Characteristic.
    I need to enter item from 10000000 to 19999999 so I change the selection options  <b>from single value to complex selection</b>. But no place to enter the interval, it only show up the field for enter single value.
    What should i do?
    Thanks.

    Actually, since of 'intuitive design' of SAP ;=)))) newbies, when they arrive to creation/editing of selection condition, don't expect that along with the possibility of entering one single value in 'Selection Condition', a new subframe 'Single Selection' is appeared below the selection condition (in case of complex selection). It's simply not seen. You have to scroll the frame down to see it. Here you have a lot of possibilities to choose restrictions: ranges, hierarchy nodes etc.

  • Maximum number of "Single values" accepted in "Multiple Selection"

    Hello gurus. I wonder if you could help me with this.
    You know how in transactions like the Data Browser (SE16), you want to look up records in a table, for example MARA.
    If you want to list only individual values, then you can press the yellow arrow to the right of the fields, and this opens the "Multiple Selection" window. In it you can add single values, ranges, etc.
    My question is, what is the maximum number of single values that you can put in here?
    For example, sometimes if I put like 5000 lines, instead of getting a result I get an ABAP runtime error that reads:
    Runtime errors         DBIF_RSQL_INVALID_RSQL
    Exception              CX_SY_OPEN_SQL_DB    
    "Error in the module RSQL accesing the database interface".
    But if I put around 1500 or less, then I don't have that problem. It lists the results just fine.
    How do I know what the maximum number of lines these functions allow?

    Hi
    Yes even I had the same experience and based on my several tests I dont put more than 2000 valeues.
    Please advice if you have any question.
    Thanks

  • How to get option select single Values in select options

    Hello All,
    I have a requirement where, in select-options i should avoid the range selection and should have only select single values option. User wanted to give the list of 10000 materials by using copy and paste as we have in normal abap with pase clip board option.
    Please let me know if you need any further clarification. your quick response would be highly appreciated.
    Thanks
    Raj.

    Thanks for the reply, I have already done this but when you add values to it at a time 1000 material information we can not add.
    so you go to selection screen and you have only one input box with arrowe button. click on the arrow and then you will get the screen where it will ask you to add five records and that to ranges.
    but if you click the same arrow in normal selection screen of SAP you get 4 tabs in which first tab will be select single values.
    and there by using copy from notepad option we can add how many entries we want.
    Let me know if you need any further clarification to understant the requirement.
    Thanks,
    RaJ.

  • How to select all single values in the header area

    Dear Experts
    I got a request that the user wants to select a single value or all single values in the header area. E.g. if the values from characteristic master data are A, B, C and D, the selection can be one of these values or all of them. With the standard BPS configuration, due to the unique combination in the header area, selection of  'All' single values is not possible. Is there a way to select all single values in the header area?
    Thanks, Jessica

    Hi Jessica,
    Here is a solution where you need not to change your planning layout or to create a new variable or any exit function.
    Step 1 - Maintain master data value 'ALL' in the required characteristic.
    Step 2 - Create a copy function to copy all the required data records to 'ALL'. you can use standard copy function where you have to include only this characteristic in the fields to be change.
    Copy -
    From = all values (A,B,C,D etc)
    To = "ALL".
    Step 3 - Call this function on layout opening. you can include it in the planning folder and change the function attribute to call it on layout opening.
    Step 4 - Create a standard Delete function. you have to call this function on save operation. In this function, you have to delete all data records present in the buffer where required char contains 'ALL' value.
    This approach can impact the performance of the planning application. It depends on the number of data records you are dealing with. Standard Copy and Delete functions are pretty fast in nature.
    I hope it will help you. please let me know if you need more inputs.
    Regards
    Tarun

  • Restirct single values in selection screen

    Hi,
    I module pool have a input field. This field is called thru COMPLEX_SELECTIONS_DIALOG and have restricted the range values (only single values can be entered) Now users can enter any number of single value in the input field. My requirement is to restrict users to enter only 5 values in the input field.
    I have checked the function module SELECT_OPTIONS_RESTRICT but there is option to restrict the number of enteries in single values.
    How to restrict ?
    Thanks for your replies.

    Hi,
    You can control the select-option entries through the parameter  (EXCLUDED_OPTIONS   = RSOPTIONS ) in the fn. module COMPLEX_SELECTIONS_DIALOG. With this you can make sure that only single values are entered. ( You can take out the ranges here).
    You can restrict the entries for the single ranges by checking the count of records in the return internal table for ranges.(TABLES : RANGE).You can throw a message by checking the count of this table as all the entered values will be available.
    Hope this helps..
    Regards
    Deepu.

  • Need of F4 help in single values section of select options

    I need to select more than one file as input from application server.
    For this i used a select option field(with multiple option) and i provided F4 help by using the function module /SAPDMC/LSM_F4_SERVER_FILE in at selection screen value request.
    Here I can get the F4 help for Ranges but not for single values.

    Hai Albert
    Check the following Code
    TABLES : MARD.
    DATA: BEGIN OF IT_MARD OCCURS 0,
    WERKS LIKE MARD-WERKS,
    END OF IT_MARD.
    DATA : T_RETURN TYPE STANDARD TABLE OF DDSHRETVAL WITH HEADER LINE.
    parameters : P_WERKS LIKE MARD-WERKS.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_WERKS.
    SELECT WERKS FROM MARD UP TO 10 ROWS INTO table IT_MARD.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = 'WERKS'
    DYNPPROG = SY-REPID
    DYNPNR = '1000'
    DYNPROFIELD = 'P_WERKS'
    VALUE_ORG = 'S'
    TABLES
    VALUE_TAB = IT_MARD
    RETURN_TAB = T_RETURN
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3.
    Thanks & regards
    Sreenivasulu P

Maybe you are looking for