IP Dropdown box - Maximum Number of Displayed Values

Dear experts.
Using dropdown box on BEx Analyzer 7.0 only shows at most 99 values on dimension filtering.
Is it possible to extend that number of values?
Thanks for your help!

Solved: If you select 0 as maximun number of displayed values you get all the values.

Similar Messages

  • BEx Analyzer Drop Down Maximum Number of Dislayed Values

    Is it possible to adjust the maximum of 100 (Properties of DropDown>Selection>Maximum Number of Displayed Values)?  I have searched the API and i could not find that setting in there.  Is there a hardcoded global setting that can be changed? 
    Thanks in Advance

    Hi Jon,
    If you are using 7.0 version. Place dropdown in workbook and click to get properties. On Selection Tab you will get maximum number of displayed values. Select the number.
    Regards,
    Kams

  • 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.

  • Maximum number of field values for an Authorization object

    Hello Experts,
    What is the maximum number of field values can be put into the role, Is there any restriction for number of values in any authorization field?
    I have put 326 values for field OBJTYPE in authorization object S_DEVELOP but not able to generate the role it is showing error.
    I know I can split the values in two or more instance but wanted to know if there any other way out for this (without creating more instances)
    Thanks
    DK

    If the values for OBJTYPE are not uniquely the same, then the system will not merge them - so nothing will be lost.
    Here is another trick for you: Choose one of the transactions in the role (or create a "symbolic" one for it") where you want to have the OBJTYPE proposed automatically from. Now maintain one or two of them in SU24 and then download it to your PC. Now from the F4 value range of the OBJTYPE, add all of those values you want via copy&paste into the file and then upload into SU24 again. A read old / merge new in PFCG will then swing all the values in for you.
    Single values are always better, as you do not know what else is hidden in the range or might be added in future. It is however common to see FROM / TO ranging around values such as DEBUG and FUGR although all aspects of S_DEVELOP are dangerous - even in display mode.
    Cheers,
    Julius

  • 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

  • Number of displayed values - Filter Selection

    Hello,
    Does anyone know of a way to change the default '100' for "number of displayed values" in BEx Analyzer's "Select Filter" pop-up?  The other choices are All, 200, and 500, which you can change while in the pop-up, but is there a way to permanently set it?
    I did find I could change the checkboxes (e.g. "only values in infoprovidor") via the characteristics' BEx Analyzer tab, but I haven't found anything on "number of displayed values".
    Thanks in advance,
    Saskia
    PS we're using BW 3.1

    Hello Saskia,
    Please check this thread
    BEX - number of displayed values
    Regards,
    Praveen

  • BEX - number of displayed values

    Hello,
    is possible to change standard setting "number of displayed values" in BEX - Selection for any characteristic. Standard setting is 100. Whan I want to see more values I always have to change it to all/100/200/500. Is possible somewhere to set as default setting for example value 500.
    Thanx Tom

    Hello Tom,
    the value is hardcoded to prevent performance issues. If you want to overwrite it, you can do a modification:
    Function module RSZ_X_VALUES_GET
        PERFORM values_get_prepare
            USING    i_s_params
                     i_t_attrinm[]
                     i_t_selopt[]
            CHANGING l_readatr
                     l_date
                     l_max_rows
                     l_t_attrinm[]
                     l_t_selopt[]
    if l_max_rows = 100. l_max_rows = 500. endif. "<<INSERT
    Regards,
    Marc
    SAP NetWeaver RIG, US BI

  • Using a dropdown box to change the specified value of a radio button?

    I have a form that generates the body text for an email.
    First there is a dropdown box in which the choices are either "red" or "blue"
    Further down the page, there is a radiobutton list with 2 items "available" and "unavailable".
    The specified values for these items (as defined on the binding tab) are "have blue hats" or "do not have blue hats".
    This value is concatenated in the email body textfield which is to be copied by the user to an email body:
    Concat("Dear", NameField, "," We ", RadioButtonList, " today. ")  // Dear Persons Name, We have blue hats today.
    Is there any way to change the value of the selected radio button based on the selected dropdown choice?
    So if the user selected "red" in the dropdown field, the radio button values could become  "have red hats" or "do not have red hats"?
    Or perhaps there is a better way from the start?
    Thanks!

    Ok, so now I've done that...
    But is there a way to change that value with another field (ie when a user chooses "red" or "blue" in a dropdown box) so that the concatenated message reflects both the users choice of color and the availibility?
    I'm guessing I should probably use an intermediary text box and put
    InterText.rawValue = Concat ("We have ', dropdown1, " hats today") in the change event of the available radio button and:
    InterText.rawValue = Concat ("We do not have ', dropdown1, " hats today") in the change event of the unavailable radio button.
    then concatenate that box in the final textbox.

  • Dropdown box with query *and* static values?

    Hi guys,
    If I had a dropdown box with a LOV being generated from a query,
    Select distinct PERSON from USER_TABLE
    Bill
    Fred
    Steve
    Is it possibe to somehow add static values so that they sit permanently on top of what ever values are produced by the query?
    Null
    Not Null
    Bill
    Fred
    Steve
    Thanks,
    Neil.

    select 'Null' d, 'Null' r from dual
    union all
    select 'Not Null' d, 'Not Null' r from dual
    union all
    select distinct person d, person r from user_table
    ...like that?
    Scott

  • Maximum number of key/value pairs in btree or hash database

    It's not clear to me from the documentation what the limit is on the number of key/value pairs in a Btree or hash database. The documentation on logical record numbers says that the db_recno_t type is a 32-bit unsigned type, "which limits the number of logical records in a Queue or Recno database, and the maximum logical record which may be directly retrieved from a Btree database, to 4,294,967,295". What does "directly retrieved" mean in this sentence? Does this mean that Btree is limited to 4,294,967,295 key/vaue pairs? If so, is this also the limit for a hash database?

    Hi mcgarvek,
    In case of Queue, Recno and Btree configured for logical record numbers - you can do that by setting DB_RECNUM flag: http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_set_flags.html#DB_RECNUM , the maximum number of records is 4,294,967,295 and after that limit, the next record will be inserted as record number 1.
    In case of Hash and Btree, the maximum database size depends on the page size selected by the application. Berkeley DB stores database file page numbers as unsigned 32-bit numbers and database file page sizes as unsigned 16-bit numbers. Using the maximum database page size of 65536, this results in a maximum database file size of 248 (256 terabytes).
    Database limits: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_misc/dbsizes.html
    Logical record numbers: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_conf/logrec.html
    Regards,
    Bogdan Coman

  • Maximum number displayed files in Folder in Dock?

    One of our users has over 800 files saved directly in her Documents folder. We keep this folder in the usual location, and also have it displayed in the Dock as a "list". When she clicks on the folder, about the first half of the files show up - if displayed alphabetically for example, she gets A - M.
    Does anyone know if this is fixable? I'm assuming here that there is some maximum number of displayed files which maybe I can fix by editing a .plist or something. It drives her nuts to have to do the "open in Finder" thing half the time, but not the other half of the time (obviously, when she opens this folder as a Finder window everything is there, it is only the display in the Dock which refuses to show all items).
    Thanks!

    Thanks for the info. There is indeed a maximum number of files that the dock will show in the contextual menu. Yeah, it would be best if the user wouldn't keep everything organized like that, but it isn't possible to lean over someone's shoulder all the time...

  • Database to dropdown box

    The drop down box shows Ticket Status.
    If the ticket status is not "Not Paid","Void", or "Paid" in database I want to get the value from database and put in dropdown box.
    However even if value in database is "Not Paid" this drop down box shows it... I am not sure how to go about and use !=
    Paid
    Not Paid selected
    Void
    Not Paid
    Paid
    Not Paid
    Void
    <select size="1" name="edit_status">
    <% if (rs.getString("ticket_status")!= null)
    TickStat =rs.getString("ticket_status");%>
    <% if(TickStat.trim().equals("Not Paid")){%>
    <option value="Paid">Paid</option>
    <option value="Not Paid" selected>Not Paid</option>
    <option value="Void">Void</option>
    <%}%>
    <% if ((TickStat!="Paid")||(TickStat!="Not Paid")||(TickStat!="Void"))
    {%><option selected value="<%=TickStat%>"><%=TickStat%></option>
    <option value="Paid">Paid</option>
    <option value="Not Paid">Not Paid</option>
    <option value="Void">Void</option>
    <%}%>               
    </select>
    // Basically it displays all values twice.

    The if ((!TickStat.equals("Paid"))||(!TickStat.equals("Not Paid")||(!TickStat.equals("Void"))........doesnt work
    <select size="1" name="edit_status">
    <% if (rs.getString("ticket_status")!= null)
    TickStat =rs.getString("ticket_status");%>
    <% if(TickStat.trim().equals("Not Paid")){%>
    <option value="Paid">Paid</option>
    <option SELECTED value="Not Paid">Not Paid</option>
    <option value="Void">Void</option>
    <%}%>
    <% if(TickStat.trim().equals("Paid")){%>
    <option SELECTED value="Paid">Paid</option>
    <option value="Not Paid">Not Paid</option>
    <option value="Void">Void</option>
    <%}%>
    <% if(TickStat.trim().equals("Void")){%>
    <option value="Paid">Paid</option>
    <option value="Not Paid">Not Paid</option>
    <option SELECTED value="Void">Void</option>
    <%}%>
    <% if ((!TickStat.equals("Paid"))||(!TickStat.equals("Not Paid")||(!TickStat.equals("Void"))
    {%>
    <option SELECTED value="<%=TickStat%>"><%=TickStat%></option>
    <option value="Paid">Paid</option>
    <option value="Not Paid">Not Paid</option>
    <option value="Void">Void</option>
    <%}%>
    </select>

  • Too much displayed values in flash 2D line

    I have a 2D line flash with variable number of points.
    The X ans Y labels are rendered and the Y values of the points are displayed on the chart.
    When the number of points increases the displayed values on the chart start to overlap.
    When the number of points is too great, values overlap so much that we can't read any of them.
    Is there a way to decrease the number of displayed values on the flash while retaining the same number of points?

    Hi Andy,
    Thanks for your quick response. If I'm correct in understanding what your saying is that with 2D Line charts that have two series in order for them to display togethor then the label must appear in both series.
    I've had a bash using your sql for the 1st series and modifying the second series.
    Series 1
    SELECT NULL LINK,
    X.THE_DATE LABEL,
    Y.PROJECTED_HOURS VALUE
    FROM
    (SELECT END_DATE THE_DATE FROM TEST_PROJECTED
    UNION
    SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
    ) X
    LEFT OUTER JOIN TEST_PROJECTED Y ON X.THE_DATE = Y.END_DATE
    ORDER BY X.THE_DATE
    07/30/2009 700
    08/09/2009 800
    08/14/2009
    08/27/2009 9000
    Series 2
    SELECT NULL LINK,
    X.THE_DATE LABEL,
    Y.ACTUAL_HOURS VALUE
    FROM
    (SELECT END_DATE THE_DATE FROM TEST_PROJECTED
    UNION
    SELECT LIFING_DATE THE_DATE FROM TEST_ACTUAL
    ) X
    LEFT OUTER JOIN TEST_ACTUAL Y ON X.THE_DATE = Y.LIFING_DATE
    ORDER BY X.THE_DATE
    07/30/2009 800
    08/09/2009 1000
    08/14/2009 1201
    08/27/2009 12000
    This is a great improvement the series 2 now displays fine and all the points for series 1 are plotted correctly but it seems like the null value prevents the joining of the coordinates in this series. All the points 700,800 and 9000 are displayed correctly but the graph line only joins 700 and 800.
    Any further ideas? Thanks Pete

  • 2 questions about Dropdown Box Item

    Hi all,
    I just started using Design Studio and I have two questions about the Dropodown Box Item (well actually it's more about scripting...):
    - in the startup script of the application I want to populate one dropdown box with master data values of the infoobject 0FISCPER, how can I realize that? (if I use "DS_1.getMemberList...." I get only the values of 0FISCPER for which there is transaction data)
    - as a datasource I use a query with 2 variables:
         - Is it possible to populate these 2 variables with default values and skip the initial Variabile Initialization Screen?
         - I use 2 dropdown box items to set the values of these 2 variables. For one variable everything it's ok (I select the value in the dropdown and the      script populate the variable with that value and the data in the crosstable changes accordingly) but for the other variable associated to the 0FISCPER      infoobject when I select the value in the dropdown it's seem that nothing happens since the Variabile Initialization Screen pop-up and an error says that      I have to select a value for the variable. I did the same simple scripts for the these 2 variables, why does it work for one variable and not for the other?
    Thanks,
    Michele

    I answer myself about one question:
    "Is it possible to populate these 2 variables with default values and skip the initial Variabile Initialization Screen?"
    Yes, it's possible to create a script in order to populate the variables in the event "On Variable Initialization" of the Application and set false to the property "Force Prompts on Startup".

  • Initial value for a dropdown box

    Hello all,
    I have created a web template in the WAD (BI 70) with a dropdown box on a characteristic. A chart is displayed based on the query result. My query is built on an infoset.
    My problem is to populate the filter with an initial value and still let users change the characteristic value in the dropdown (all values for the characteristic is not acceptable in the context) . Also, I don't want the variable screen to show up.
    What is the best approach to achieve this?
    Thanks,
    JL

    In Query Designer you put in your default value in the area to the right in the first pane..
    If you put it on the left hand side, the filter will not be changeable.
    Hope this helps.
    Can give more presise answer if you need it.

Maybe you are looking for

  • Diskpart List volume not working in Windows 7

    Hi Im trying to run diskpart-List volume command using System Exec.vi in LabVIEW 2010 in Windows 7 32-bit/64-bit. When i try to run this command through script text file in Windows XP, I could get the Standard Output String with volume informations i

  • Windows 8.1 Security Risk / Not able to log off a user

    Hello Community, First and foremost good morning, I hope everyone is having a good morning.  I'm in dire need of a solution.  The company I work for has four (4) standalone computers with Windows 8.1 which are located in a break room for, you guessed

  • Set row height and column witdh in Report Designer

    All, Is there any way to enter value of a row height or a column width by numbers, instead of dragging them, which I find stupid, especially if several rows should have same height (or several columns same width). I looked for something like Properti

  • Purchasing Windows 7 -- do I need Office 2010?

    Does anyone know if I'll be able to open and run (and edit) Powerpoint &/or Word documents on a new Toshiba laptop with Windows 7 without purchasing additional software, such as Office 2010?  Thanks

  • How do i turn off all sounds on iphone 5

    how do i turn off all sounds on iphone 5. I mean all sounds