Repeated member in column header problem EVDRE()

Hi  EVDRE Gurus
I am trying to create a report using EVDRE.In Column ( accounts ) expansion memberSet I have typed the members ( hard coded ) . The top column header one is good but lower column header is repeating the first member ( COAST020 ) .Can you guess what I am missing ? COAST000,COAST005,COAST010,COAST015,COAST020|COAST020,COAST030,COAST110,COAST070,COAST075
E.g.
Upper column header
COAST000 COAST005 COAST010 COAST015 COAST020
Data Range
Lower column header
COAST020 COAST020 COAST020 COAST020 COAST020
data range
It should be:
COAST020,COAST030,COAST110,COAST070,COAST075
I have tried my best and could not figure out.Row expansion is fine .Can some one give me any lead how to resolve this repeated column header?

You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) and the release (5.1, 7.0, 7.5) of BPC which you are using.
Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future.
Thanks and best regards,
[Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
SAP Labs, LLC
BusinessObjects Division
Americas Applications Regional Implementation Group (RIG)

Similar Messages

  • Advance table  column header problem

    Hi experts
    i am facing a problem in advacne table , i have created the column dynamicaly for the advance table but the column header is displaying in another column and my date field is displaying in another column ..
    i am pasting my code
    OAAdvancedTableBean tableBean = (OAAdvancedTableBean)webBean.findIndexedChildRecursive("ChargeDetailsTbl");
    OAColumnBean upadateColumn = (OAColumnBean)pageContext.getWebBeanFactory().createWebBean(pageContext,COLUMN_BEAN,null,"XXUpdate");
    OASortableHeaderBean upadateColumnHeader1 = (OASortableHeaderBean)pageContext.getWebBeanFactory().createWebBean(pageContext, SORTABLE_HEADER_BEAN, null, "XXUpdateHeader");
    upadateColumnHeader1.setPrompt("WorkPerformedDate");
    upadateColumn.setColumnHeader(upadateColumnHeader1);
    OAMessageDateFieldBean leaf1 = (OAMessageDateFieldBean)pageContext.getWebBeanFactory().createWebBean(pageContext, MESSAGE_DATE_FIELD_BEAN, null, "Leaf1");
    leaf1.setViewAttributeName("WorkPerformedDate");
    leaf1.setViewUsageName("ChargeDetailsVO");
    upadateColumn.addIndexedChild(leaf1);
    upadateColumn.setRendered(true);
    tableBean.addIndexedChild(upadateColumn);
    can any one plesae help to resolve this issue

    Hi,
    Its good to see that ur issue has been resolved. Post the solution if u can, so that somebody might get benefited. And mark the thread as anwered.
    Regards,
    Gyan

  • JTable Column Header Problem, Please help me

    What Listener I have to used to get the column index when user change the width of column header using mouse.

    There is no listener that reports this activity. The TableColumnModelListener can only tell you if columns change position or are added/removed from the column model.
    To detect changes, you will need to use a brute force mechanism, namely, to extend the JTableHeader class just a bit.
    When the user clicks on a header to resize a column, there is a property in JTableHeader called ResizingColumn that has a type of TableColumn. It is set by the UI delegate when the drag operation starts to the column being resized. When the drag operation ends, the value of ResizingColumn is set to null. You might start with something like this:
      JTable table = new JTable(...);
      MyTableHeader header = new MyTableHeader();
      table.setHeader(header);
      table.setModel(...);
    class MyTableHeader extends JTableHeader
        public void setResizingColumn(TableColumn column)
            super.setResizingColumn(column);
            if (column != null)
                System.out.println("Resizing Column #" + column.getModelIndex());
            else
                System.out.println("Resizing Ended");
    }This will only work for user resizing of columns, not for sizes changed programmatically or by the automatic sizing features of the header.
    Mitch Goldstein
    Author, Hardcore JFC (Cambridge Univ Press)
    [email protected]

  • Column HEADER problem

    In JBuilder I have set column header captions in two lines, but now text (e.g. caption) is aligned left in the header cell.
    What should I do to make my captions aligned center?
    Thanks to everyone in advance!!!

    Difficult to reply.
    Do you use a JBuilder extension, one of these db controls?
    Then we should know your JBuilder version.
    Since this is not a real Java question, you probably get best help at the Borland newsgroups for JBuilder. Look at their website - my experiences with that community are very fine.
    If you however don't deal with JBuilder specifics, but with standard Java classes (I'm really not sure), then you probably speak about a JTable (?) and should ask this in the Swing forum.

  • Repeat or merge column header when 2 headers in webform

    Dear experts,
    the example below shows a few lines from a webform script.
    As you can see the first 2 lines create 2 headers: 1 for account and 1 for custom1 dimension.
    This automatically generates 2 column headers in the webform, which is as expected.
    C1=A#Gw_Tech.C1#OPE
    C2=A#ImpGw.C1#OPE
    C3=SCalc(Col(1)+Col(2)),NumDecimals:0,CustomHeader:Net
    However, the 3rd line shows a manual calculated header called Net.
    Question: can I merge the 2 column headers in the 3rd column so that it does not show me 1 "net" header and 1 empty header?
    Looking forward to your comments and hopefully your solution!
    KR,
    Jerome

    Post Author: jw1234
    CA Forum: Exporting
    I have the same problem. Have you find the solution yet??
    I'm trying to export as Excel data only and have 2 page header band. It only display the 2nd band with the bottom label. None of the 1st band shows up. 
    Page Header a contains:Report TitleDate Range
    Page Header b contains:Dept Name4 columns
    Please help. Thanks!

  • Column Header problem in JRXML File?

    hi all
    i'm trying to make Report With Jasper Report
    and I Make The JRXML File To Have Two Columns Name,Number
    But The PDF File Always Appear Without No Column headers
    Why The Headers Doesn't Appear
    Is There's Any Error In The Following XML File?
    <!DOCTYPE jasperReport PUBLIC  
    "//JasperReports//DTD Report Design//EN"  
    "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd"> 
    <jasperReport name="sample_report" >
    <queryString> 
    <![CDATA[select Book_Name,Number_Of_Copies from science_dept]]> 
    </queryString>
    <field name="Book_Name" class="java.lang.String"/> 
    <field name="Number_Of_Copies" class="java.lang.String"/>
    <columnHeader> 
    <band height="28" isSplitAllowed="true"> 
    <staticText> 
    <reportElement x="40" y="11" width="193" height="15" key="staticText-1"/> 
    <text> 
    <![CDATA[Name]]> 
    </text> 
    </staticText> 
    <staticText> 
    <reportElement x="330" y="11" width="193" height="15" key="staticText-2"/> 
    <text> 
    <![CDATA[Number]]> 
    </text> 
    </staticText> 
    </band> 
    </columnHeader> 
    <detail> 
    <band height="27" isSplitAllowed="true"> 
    <textField> 
    <reportElement x="47" y="6" width="173" 
    height="18" key="textField"/> 
    <textFieldExpression class="java.lang.String"> 
    <![CDATA[$F{Book_Name}]]> 
    </textFieldExpression> 
    </textField> 
    <textField > 
    <reportElement x="330" y="6" width="100" 
    height="18" key="textField"/> 
    <textFieldExpression class="java.lang.String"> 
    <![CDATA[$F{Number_Of_Copies}]]> 
    </textFieldExpression> 
    </textField> 
    </band> 
    </detail> 
    </jasperReport>

    Hi try with the folloeing code.
    Hopefully it will work.
    {color:#339966}*<!DOCTYPE jasperReport PUBLIC*
    *"//JasperReports//DTD Report Design//EN"*
    *"http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">*
    *<jasperReport name="sample_report" >*
    *<queryString>*
    *<![CDATA[select Book_Name,Number_Of_Copies from science_dept]]>*
    *</queryString>*
    *<field name="Book_Name" class="java.lang.String"/>*
    *<field name="Number_Of_Copies" class="java.lang.String"/>*
    *<columnHeader>*
    *<band height="28" isSplitAllowed="true">*
    *<textField>*
    *<reportElement x="40" y="11" width="193" height="15" />*
    *<textFieldExpression class=java.lang.String><![CDATA[Name]]> </textFieldExpression >*
    *</<textField>*
    *<textField>*
    *<reportElement x="330" y="11" width="193" height="15"/>*
    *<textFieldExpression class=java.lang.String><![CDATA[Number]]> </textFieldExpression >*
    *</textField>*
    *</band>*
    *</columnHeader>*
    *<detail>*
    *<band height="27" isSplitAllowed="true">*
    *<textField>*
    *<reportElement x="47" y="6" width="173" height="18" />*
    *<textFieldExpression class="java.lang.String"><![CDATA[$F{Book_Name}]]> </textFieldExpression>*
    *</textField>*
    *<textField >*
    *<reportElement x="330" y="6" width="100" height="18" />*
    *<textFieldExpression class="java.lang.String"> <![CDATA[$F{Number_Of_Copies}]]> </textFieldExpression>*
    *</textField>*
    *</band>*
    *</detail>*
    *</jasperReport>*{color}

  • Column heading -refer to the webdynpro tutorial 34

    Excel Export Using the Web Dynpro Binary Cache (34)
    column heading problem
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/1208c2cd-0401-0010-4ab6-f4736074acc6
    u will get the heading like
    /Products
    /ProductsElement/Article
    /ProductsElement/Quantity
    /ProductsElement/Price
    the code that form the heading
    public void exportToExcel2003( com.sap.tc.webdynpro.progmodel.api.IWDNode dataNode, java.util.Map columnInfos )
        //@@begin exportToExcel2003()
        byte[] excelXMLFile;
        IWDCachedWebResource cachedExcelResource = null;
        String fileName = dataNode.getNodeInfo().getName() + ".xls";
        try {
          // create Excel 2003 XML data as a byte array for the given context node, attributes and headers       
          excelXMLFile = this.toExcel(dataNode, columnInfos).getBytes("UTF-8");
          // create a cached Web Dynpro XLS Resource for the given byte array and filename
          cachedExcelResource = this.getCachedWebResource(excelXMLFile, fileName, WDWebResourceType.XLS);
          // Store URL and filename of cached excel resource in context.
          if (cachedExcelResource != null) {
            wdContext.currentContextElement().setExcelFileURL(cachedExcelResource.getURL());
            wdContext.currentContextElement().setExcelFileName(cachedExcelResource.getResourceName());
            // Open popup window with a link to the cached excel file web resource.
            this.openExcelLinkPopup();
          } else {
            wdComponentAPI.getMessageManager().reportException("Failed to create Excel file from table!", true);
        } catch (UnsupportedEncodingException e) {
          wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), true);
        } catch (WDURLException e) {
          wdComponentAPI.getMessageManager().reportException(e.getLocalizedMessage(), true);
        //@@end
      //@@begin javadoc:closeExcelLinkPopup()
       * Destroys popup window. To be called in an action event handler of a view controller related to
       * the opened popup window. View controller must have a controller usage declared for invoking
       * this public method of the public component controller API. 
      //@@end
      public void closeExcelLinkPopup( )
        //@@begin closeExcelLinkPopup()
        if (excelLinkWindow != null) {
          excelLinkWindow.destroy();
          excelLinkWindow = null;
        //@@end
       * The following code section can be used for any Java code that is
       * not to be visible to other controllers/views or that contains constructs
       * currently not supported directly by Web Dynpro (such as inner classes or
       * member variables etc.). </p>
       * Note: The content of this section is in no way managed/controlled
       * by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
       * Create an XML respresentation of the given context data.
       * RESTRICTION: Excel 2003 must be installed on the client machine for opening the given xml data
       * representation as an Excel file. 
       * @return string respresentation of the created xml data for Excel 2003.
      private String toExcel(IWDNode dataNode, Map columnInfos) {
        StringBuffer x = new StringBuffer();
        String attributeName, headerName;
        String entriesName = dataNode.getNodeInfo().getName();
        String entryName = entriesName + "Element";
        // trim given header texts, so that XML element names adhere to the rule 'no spaces contained'.    
        trimHeaderTexts(columnInfos);
        x.append("<?xml version='1.0' encoding='UTF-8' standalone='no'?>n");
        x.append("<").append(entriesName).append(">n");
        for (int i = 0; i < dataNode.size(); ++i) {
          IWDNodeElement dataNodeElement = dataNode.getElementAt(i);
          x.append("<").append(entryName).append(">n");
          for (Iterator iter = columnInfos.keySet().iterator(); iter.hasNext();) {
            attributeName = (String) iter.next();
            headerName = (String) columnInfos.get(attributeName);
            x
              .append("<")
              .append(headerName)
              .append(">")
              .append(dataNodeElement.getAttributeValue(attributeName))
              .append("</")
              .append(headerName)
              .append(">n");
          x.append("</").append(entryName).append(">n");
        x.append("</").append(entriesName).append(">n");
        return x.toString();
       * Create cached Web Dynpro resource for given byte-array, filename and web resource type (xls).
       * @return Excel file as cached Web Dynpro web resource. 
      private IWDCachedWebResource getCachedWebResource(byte[] file, String name, WDWebResourceType type) {
        IWDCachedWebResource cachedWebResource = null;
        if (file != null) {
          cachedWebResource = WDWebResource.getWebResource(file, type);
          cachedWebResource.setResourceName(name);
        return cachedWebResource;
       * Opens new popup window. The popup contains a link to the newly generated, cached excel file. 
      private void openExcelLinkPopup() {
        excelLinkWindow =
          wdComponentAPI.getWindowManager().createModalWindow(
            wdComponentAPI.getComponentInfo().findInWindows("ExcelLinkPopup"));
        excelLinkWindow.setWindowPosition(WDWindowPos.CENTER);
        excelLinkWindow.open();
      * Trims all given header texts because XML element names (to be created) must adhere to XML
      * rules (that is, they cannot include special characters, spaces, and so on.
      private void trimHeaderTexts(Map columnInfos) {
        String attributeName, trimmedHeaderText;
        for (Iterator iter = columnInfos.keySet().iterator(); iter.hasNext();) {
          attributeName = (String) iter.next();
          trimmedHeaderText = trimHeaderText((String) columnInfos.get(attributeName));
          columnInfos.put(attributeName, trimmedHeaderText);
       * Trims one single header text. Omit empty strings. Convert sub-strings to lower case.
       * Convert first char of sub-strings to upper case.
       * Example: "Product Price in EURO" ->"ProductPriceInEuro"
      private String trimHeaderText(String headerText) {
        StringBuffer newHeaderText = new StringBuffer();
        String token;
        StringTokenizer tokenizer = new StringTokenizer(headerText.trim());
        while (tokenizer.hasMoreTokens()) {
          token = tokenizer.nextToken();
          newHeaderText.append(token.substring(0, 1).toUpperCase());
          newHeaderText.append(token.substring(1).toLowerCase());
        return newHeaderText.toString();
      // private member variable for storing instance of an opened popup window.  
      private IWDWindow excelLinkWindow;
    public void onActionExportToExcel(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionExportToExcel(ServerEvent)
         wdThis.wdGetExcelExportCompInterface().exportToExcel2003(
                wdContext.nodeAddress(),
                getProductColumnInfos());     
                //wdContext.nodeCustomer().nodeAddress()
        //@@end
       * The following code section can be used for any Java code that is
       * not to be visible to other controllers/views or that contains constructs
       * currently not supported directly by Web Dynpro (such as inner classes or
       * member variables etc.). </p>
       * Note: The content of this section is in no way managed/controlled
       * by the Web Dynpro Designtime or the Web Dynpro Runtime.
      //@@begin others
          columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.QUANTITY, "Quantity");
          columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.ARTICLE, "Article");
          columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.COLOR, "Color");
          columnInfosMap.put(IPrivateTableCompBasketView.IProductsElement.PRICE, "Price in EURO");
          columnInfosMap.put(
          IPrivateTableCompBasketView.IProductsElement.TOTAL__PER__ARTICLE,
           "Total Per Article In Euro");
          return columnInfosMap;
    if i can modify the code so that it read from behind and when it reached the "/" it stop and insert the string for the header

    Check this
    https://forums.sdn.sap.com/click.jspa?searchID=870698&messageID=292922
    /people/alfred.barzewski/blog/2005/07/27/new-samples-and-tutorials-for-web-dynpro-programming
    Regards, Anilkumar

  • Problem while exporting ALV column header to excel sheet.

    Hi,
    I am able to export an ALV grid details to an excel sheet. But the ALV column headers when exported to excel sheet are getting truncated.
    For eg: if my column header in ALV grid is displayed as 'Material' then the column header in excel sheet is 'Mater' only. Remaining portion is getting truncated.
    How can I view the entire column header text?
    Kindly assist.
    Thanks.

    I have the same problem with you, when user export to excel. I fixed it by using
    w_layo-colwidth_optimize = 'X'. <<<<<<<<<<<<This
    perform generate_fcat_reftab
        using 'PRUEFLOS' 'T_INPUT' '' '' 'Inspection Lot' 0.
    form generate_fcat_reftab  using    p_fieldname
                                        p_tabname
                                        p_ref_tabname
                                        p_ref_fieldname
                                        p_output_text
                                        p_output_lenght.
      clear w_fcat.
      w_fcat-fieldname = p_fieldname.
      w_fcat-tabname   = p_tabname.
      w_fcat-ref_fieldname = p_ref_fieldname.
      w_fcat-ref_tabname = p_ref_tabname.
      w_fcat-seltext_s = p_output_text.
      w_fcat-seltext_m = p_output_text.
      w_fcat-seltext_l = p_output_text.
      w_fcat-outputlen = p_output_lenght.
      w_fcat-ddictxt = 'L'. <<<<<<<<<<<<<<<<<<This
      append w_fcat to t_fcat.
    endform.

  • Problem in updating first column header in JTable

    hi
    I am using JTable in my application. I want to change first column name of JTable every time when a JList is selected. I am using DefaultTableModel for JTable. I added first column in Constructor and another in a method. I have to edit only first column header. How can i do this???
    I used this code but it is not working.
    table.getColumnModel().getColumn(0).setHeaderValue("Name of column");
    table.getTableHeader().resizeAndRepaint();
    Your help will be appreciated.
    Thanks in advance
    Sonal

    table.getColumnModel().getColumn(0).setHeaderValue("Name of column");
    table.getTableHeader().repaint();Works for me so post a SSCCE ( http://www.sscce.org/ ) that shows the problem.

  • Problem with column heading sorting

    I have a problem with a classic report.
    I created a simple report. We want to sort the report, when we click the column heading. But when we cklick on the column heading, nothing happens. In firefox we get the error "apex.jQuery.datepicker is undefined".
    When we created another simple report and connect against another database (but the same web-server), we can sort the report, when we cklick a column heading. On both databases we installed the same apex version (=4.0.1.00.03).
    on "apex.oracle.com" (workspace:ama / user:demo / pwd:demo) I created an example.
    what is wrong?? Can anyone help me ??
    Thanks
    Robert

    Hi Jari,
    yes, you are right. I changed my query. I attempted to find a solution and so I changed the query several times => I used other tables, with or without date columns, with or without columns in the select and so on.
    You said, the problem is the authentication scheme. It crossed my mind that I do another change:
    during the creation of my application apex created a login page => page 101. For my example application I don't need a login page, and so I droped the page. After starting the application I saw the error message "page 101 not found ". So I searched for a property where apex definies the "start page" respectively "login page". But I don't found anything. Then I looked into the export file and searched for "101". I found the package procedure "wwv_flow_api.create_auth_setup" and the parameter "p_invalid_session_page", which receive the value "101". In apex the property "Session Not Valid Page" was blank. So I inserted the page number "1" (=the first and sole page in my application).
    After the explained changes I could start my report.
    I don't know, whether these informations help to find the problem!
    Regards
    Robert

  • Problem gui_download  -Data looks messy without proper column header

    Dear SDNers,
    Scenario:
    Using FM GUI_download to download excel file to Presentation server.
    Excel file downloads perfecly fine on presentation server with proper column headers when the OS is not XP/Vista.
    Issue:
    when i run this program on my system having Windows Vista,Excel downloads but the column header is all jumbled up without proper differetation.
    Kindly let me know what the the issue could be?
    My Effort:
    I did some googling and found that in Function Modules GUI_DOWNLOAD and GUI_UPLOAD.
    The form of the file name depends on the underlying operating system.
    To make your programs portable to different operating systems, we should use the function module FILE_GET_NAME.
    which returns the system-dependent name for an abstract file name.
    Kindly let me know if this is correct.
    Reason am asking is now i dont have access to code and check the same since i dont have authorization.
    Regards,
    SuryaD.
    Edited by: SuryaD on Jan 12, 2010 2:20 PM

    No response.So closing the thread.

  • Problem::Table Column Heading Font control

    Hi experts!
    Do we have any way to change font and its size in column heading, in Table Component.
    I tried but looks like we dont have access to table column heading. We can only enter heading but cant change its font and size.
    Thanking you in anticipation.
    Annu

    Hi!
    As workaround You can try to set size of text for table to what You want to have for headers and then set size for every <webuijsf:tableColumn> tag to what You want to have for rows.
    Thanks,
    Roman.

  • Problem in displaying Column Heading using JTable

    I am using JTable component in my applet. I am trying to retrieve records from a database and want to display the same in the table using JTable component. In that procees my data is shown in the table but I am not able to display the column heading.
    Please suggest.

    you could user JScrollPane to show the column's head.
    if you don't want to use JScrollPane ,you should use the getTableHeader() method and add the header into the pane

  • Problem in Adding two buttons under same column header (in JTable)

    Hi,
    I have a JTable and to a particular column i want to add two buttons.
    Here the two buttons should be under the same column header and i need to add listners to these.
    Any idea how to do this?
    Thanks & regards
    Neel

    Of course as your header is drawn by a renderer, the buttons don't actually work, but you can listen for mouse clicks within the area of the header and see which button the mouse position was over.
    See the Java Table Sorter Demo code for how to add a mouse listener to the header...
    http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/index.html#TableSorterDemo
    ....and from there you should be able to determine where in the component the click occured by using the getX() and getY() methods of the MouseEvent to determine which button in the renderer component was clicked. Use something like Rectangle.contains() to match the click location against the buttons.

  • ITunes 7 column header bug

    Here's a screenshot: http://img175.imageshack.us/img175/2452/picture1fs5.png
    Has anyone else noticed this problem?

    Glad to see I'm not alone in experiencing this issue. Anyone have any word on a fix?
    For what it's worth, this particular redraw issue is repeatable both on my new iMac and my elderly G3 iBook: I launch iTunes, hide it (⌘H), bring it back to the front, and, voila -- column-heading font redraw issues.
    iMac 20", G3 icebook   Mac OS X (10.4.8)   Mac user since 1981

Maybe you are looking for

  • Is there a way to create more than 2 categories in calendar with ios 6?

    i am having issues with the calendar after upgrading to ios 6. firstly, it wiped all my previously created events off my phone... and now i can only choose between two categories of events? whereas with ios 5, i could choose a variety of events (i.e.

  • How do I save iMovies into iCloud?

    I have an iMac with vs. 11 of iMovie.  I want to buy a Mac Air, and the salesman stated that I can move all my iMovies into my iCloud account to be visible on all my apple products.  When I followed directions under the Documents...options....iMovie

  • Loader issue

    While using the loader class to load a series of swfs (4 total), that are all roughly 4mb, the system bogs on the first time it plays. I wait until all four dispatch their load complete event before adding. It seems that they're not fully loaded thou

  • Who was the user that modified an Analysis

    Hi All I´m using obiee 11g v 11.1.1.5.0 on Oracle Linux 5 I have 2 users for my example, user1 and user2 (both BIAdministrator Role) user1 creates an Analysis with 2 colums: 1 from dim_table, 1 from fact_table (user1 saves as Analysis_name_X in Share

  • WRT350N DHCP Server Settings Firmware Version: v1.03.6

    In the Basic Setup/DHCP Server Setting menu the value displayed for the starting IP address is always 192.168.1.100 and the Maximum Number of Users: is always 50. If I change the values (for example to 192.168.1.2 and 253) and select Save Settings, t