Shuttle oddity - Not populating all values

APEX 4.1
Oracle 11g
I have a form where you select a department, P37_PROD_DEPT_CD, select list
Always replacing any existing value in session state
Static Assignment
<code>
select PROD_DEPT_CD || ' ' || PROD_DEPT_NM d, PROD_DEPT_HIER_CD r
from PRODUCT_DEPARTMENT
WHERE PROD_DEPT_CD != '-1'
order by 1
</code>
Now select a subdepartment, P37_PROD_SUBDEPT_CD, shuttle
Always replacing any existing value in session state
Static Assignment
<code>
SELECT prod_subdept_hier_cd || ' ' || prod_subdept_nm d, PROD_SUBDEPT_HIER_CD r
FROM apnew.PRODUCT_SUBDEPARTMENT
WHERE prod_dept_cd in (select substr(column_value,1,3) FROM TABLE(util.split( :P37_SUBDEPT_CD_HIDDEN, ':')))
AND PROD_SUBDEPT_CD not in ('888')
ORDER BY d
</code>
Where
P37_SUBDEPT_CD_HIDDEN
Always replacing any existing value in session state
Item source = P37_PROD_SUBDEPT_CD
Returns:
d
r
936-237 OUTDOOR GAMES/TAILGATE
936-237
936-239 LARGE TRAMPOLINES
936-239
936-278 COOLERS
936-278
936-279 GRILLING
936-279
936-281 FURNITURE
936-281
936-287 SHELTERS
936-287
Now select a class,  P37_PROD_CLASS_CD, shuttle
Always replacing any existing value in session state
Static Assignment
<code>
select PROD_CLASS_HIER_CD ||' '|| PROD_CLASS_NM d, PROD_CLASS_HIER_CD r
from PRODUCT_CLASS
WHERE instr(:P37_PROD_SUBDEPT_CD,prod_subdept_hier_cd ) > 0
order by 1
</code>
This code returns a class for all values except 936-278 Coolers.
When I run the code in the database using the subdepartment value of 936-278, it returns the following but not in APEX.
d
r
936-278-135 PERSONAL COOLERS <20QTS
936-278-135
936-278-136 TEAM LICENSED COOLERS
936-278-136
936-278-140 FAMILY COOLERS 20QTS+
936-278-140
936-278-145 SOFT SIDE COOLERS
936-278-145
936-278-150 THERMO ELECTRIC COOLERS
936-278-150
936-278-155 ACCESSORIES COOLERS
936-278-155
936-278-160 JUGS
936-278-160
936-278-163 MARINE COOLERS
936-278-163
I'm stumped.  There are no filters, I've tried adding trim to the subdepartment return and the where clause in the class selection.  Debug shows no errors.  Firebug shows the correct value in the DOM.
Has anybody see this behavior?  How do I get this one class to populate in the shuttle?

Finally getting a chance to get back to this issue.  It looks like you were right with the cascading LOV.  The Page items to submit was the culprit.  It was set to the wrong item and when I change it to the class cd, it fixed the problem.  It still is weird compared to the other subdepartments.  When you highlight in the left subdept shuttle, the class values appear for everything except my one problem child still.  After updating the LOV, they still do not appear until you move the subdept to the right shuttle.  But at least they appear now.  Thanks.

Similar Messages

  • SelectOneChoice not showing all values from database

    Hi!
    I have to put a list of values in my select one choice. When I do the query in database, all the values are selected. But, with the same query on JPQL, the select on choice do not show all values in database. Anyone can help me, please?
    P.S.: I am using SelectOneChoice with SelectItems, in JDeveloper 11g
    Code:
    <af:selectOneChoice id="selAction" value="#{row.idCmd}"
    unselectedLabel="&lt;Selecione>">
    <af:forEach var="alertTypeNode"
    items="#{bindings.actionFindAll.iteratorBinding.allRowsInRange}">
    <af:selectItem value="#{alertTypeNode.dataProvider.idCmd}"
    label="#{alertTypeNode.dataProvider.nmCmd}"
    id="si1"/>
    </af:forEach>
    </af:selectOneChoice>

    In your page binding check the rangesize setting for the executable you use - set it to -1.

  • Parameter not returning all values

    I have a crystal report built off an oracle DB.  For one parameter it is not returning all values.  I can display data or the entire table it shows me all values, but when i build a parameter it only shows me through August.  It is a date/time field.

    check the following thread
    [Dynamic Parameter only showing 1000 records when Crystal report is run.;
    regards,
    Raghavendra.G

  • Filter not displaying all values

    When I attempt to filter a product code. the drop down list (under heading Expression) displays about 100 codes when in reality there are about 2000 values.
    I have changed the Maximum Rows per Page under Search Bar to 2000, but this still does not display all the codes.
    Is there a setting I am missing?

    I think that your description of the problem doesn't help a lot. Are you using interactive reports?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Zen 7 Verify not populating Macro values

    This is Zen 7 on XP SP2.
    This deals with using values under MSI> Properties that enter values into the MSI installs into the Registry or INI files.
    On the initial install the values are installed as intended. However, if the AO "Verify" is selected, the values in the AO are ignored and the default value in the MSI Property table is used. If I remove the configuration settings from the MSI and use the AO to create or verify the reg or INI entries that works fine, but is not ideal.
    Where can I start to try to resolve this issue. Thanks in advance for any insight.

    sperrym,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Dynamic Prompt not returning all values it should

    I am using Crystal Report 2008 CR Developer with service pack 3.1. 
    I have a report that has a SQL command statement.
    Using just the SQL statement, I get all results correctly (all "Events" show up).
    When I use the same report and create a dynamic prompt for the "Events", I get some of the values in the results, but not all of them.
    Also, the Events that I do get back in my results change randomly (one time I get Court Trial, the next time I don't). 
    The u201CEventsu201D field is the 2nd Group in the report.
    I also have a date time parameter in the report.
    The only thing Iu2019ve found so far related to this is the Max Rowset issue.
    I have used the registry fix to set the LOV value to 3000, even though there are only 1644  possible values for that particular field in the database. I changed it for all versions 11, 11.5 & 12.
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DatabaseOptions\LOV  "MaxRowsetRecords"="3000"
    My understanding of Dynamic Prompts is that each time the report is run, it first looks at all possible values in that field and return those as values to select in the prompt. For example, if there were 1644 values in the table, it would show 1644 values to select in the parameter to be used in the report. Is that regardless of group level or date parameter or if "Save Data with Report" is selected?
    Any ideas on why my parameters are not pulling the correct list of values to select for use in the report?

    Try connecting to the database directly rather than using a command object.
    Or... purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Report not displaying all values

    Experts,
      I am accessing BW report through portals .I have a variable  with drop down box in my report .When i click on the drop down box ,it is not showing only 200 values .
    but user want to see all  500 values in that drop down box.Is there any way to increase max no of hits.
    Any advice appreciated .
    Thanks
    Mano

    Manohar,
        try this code and let me know... directly insert  this code in HTML or In the properties of the Drop Down Web Item you could see "Maximum Number of the Displayed Values" assign this 0 in the Properties.
    or insert the cod ein HTML block:
    <object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="DROPDOWNBOX_1"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
         <param name="DATA_PROVIDER" value="DATAPROVIDER_2"/>
         <b><param name="MAXVALUES" value="0"/></b>
    ITEM:            DROPDOWNBOX_1
    </object>
    all the best.
    try this code and let me know.
    Regards,
    Nagesh Ganisetti.

  • Create ADF Form not insert all values

    Hi to all i have been trying to develop an ADF form Using Master -> Master Detail form inside a train
    on the screen i have on top customer info view object (master view)
    on down side a view object using 2 entities and composite association  (master detail view)
    On a train i have 2 create insert one for customer info vo (master view)
    other for the master detail view
    at the time to do insert not all the fields save info to the database
    I have some autosummit = true and a list of values setting default values, for some reason only field with autosumit are saving info on database and the others no
    <OracleSQLBuilderImpl> <buildInsertStatement> [3247] INSERT buf XXXEO>#i SQLStmtBufLen: 300, actual=100
    <OracleSQLBuilderImpl> <doEntityDML> [3248] INSERT INTO TABLE(XXX,XXX,XXX,XXX) VALUES (:1,:2,:3,:4)
    <ADFLogger> <begin> Entity DML
    <OracleSQLBuilderImpl> <bindInsertStatement> [3249] Insert binding param 1: TALL
    <OracleSQLBuilderImpl> <bindInsertStatement> [3250] Insert binding param 2: 3
    <OracleSQLBuilderImpl> <bindInsertStatement> [3251] Insert binding param 3: 52452345243
    <OracleSQLBuilderImpl> <bindInsertStatement> [3252] Insert binding param 4: Address
    Any help will be appreciate

    here is the script:
    CREATE OR REPLACE PROCEDURE per_create_phone IS
    l_object_version_number number :=0;
    l_phone_id number :=0;
    cursor c is (
    select
    per.PARTY_ID --party
    --,pa.ASSIGNMENt_id assi
    ,per.PERSON_ID --person
    ,tmp.TELEPHONE phone
    from
    PER_PEOPLE_F PER,
    PER_ASSIGNMENTS_F PA,
    temp_emp_phone tmp
    where
    PER.PERSON_ID = pa.PERSON_ID
    and per.BUSINESS_GROUP_ID <> 81
    and primary_flag='Y'
    and per.current_employee_flag='Y'
    and assignment_type='E'
    and pa.EFFECTIVE_END_DATE >= sysdate
    and per.EFFECTIVE_END_DATE >= sysdate
    and tmp.EMP_NO = per.EMPLOYEE_NUMBER);
    BEGIN
    for phone_rec in c
    loop
    apps.hr_phone_api.create_phone
    (p_date_from => (SYSDATE - 365),
    p_date_to => NULL,
    p_phone_type => 'W1',
    p_phone_number => phone_rec.phone,
    p_parent_id => phone_rec.person_id,
    p_parent_table => 'PER_ALL_PEOPLE_F',
    p_effective_date => (SYSDATE - 365),
    p_party_id => phone_rec.party_id,
    p_object_version_number =>l_object_version_number,
    p_phone_id =>l_phone_id
    end loop;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    NULL;
    WHEN OTHERS THEN
    RAISE;
    dbms_output.put_line('Error - '||SUBSTR(SQLERRM,1,500));
    END per_create_phone;
    what do you mean by :
    2) Provide the full output when DBMS_OUTPUT is enabled
    thanks for your help....

  • Report Painter -  Report not displaying all values

    Hi All,
    We are executing a report for Manufacturing variances by Product group which is created through report painter.
    In the output of the report in rows product wise data is displayed and columns are volume, price .. are there.
    Out of 8 products displayed in the report for one product volume is being displayed blank. But when I double click it is displaying actual line items,
    Can you please let me know why for one product it is showing blank inspite of data existing.
    Thanks
    Satish

    So the  report is actually showing undeterminable values..
    this is the prblem
    Ex in the report
    Col1    500 USD
    Col 2   200 USD
    Col 3   300 USD
    Col4    100 EUR
    Col5    300 USD
    In this case the system cannot show the total figure for the amount row because one of the amount is in EUR. So it shows a Black X in the EUR cell.
    That is the reason why you wont get this problem for one single company code but get this for multiple company codes.
    To avoid this use controlling area currency as the key figure so that all will be translated into one currency. Or unit of measure if you are dealing with quantities.
    Thanks
    Naveen

  • Class not returning all Values of Array

    When I send an array with two elements to this class:
    public class DrawingList {
         public String[] dwglist;
         public DrawingList(String[] list) {
              this.dwglist = list;
         public String[] getDwgList() {
              return this.dwglist;
         public static DrawingList getList(String[] list) {
              return new DrawingList(list);
    }It only returns the last element.
    Can some one help me with this issue please.

    This is the class that generates the initial array which contains two elements:
    import java.sql.*;
    import com.ibm.as400.access.*;
    * @author sde
    * TODO To change the template for this generated type comment go to
    * Window - Preferences - Java - Code Style - Code Templates
    public class DrawingConnectionBaseClass {
         public String nameofdrawingb;
         public String errorStringb;
         public String literalerrorStringb;
         public String[] dwgNoArray;
         public DrawingConnectionBaseClass(String arg0) {
            AS400JDBCDataSource datasource = new AS400JDBCDataSource("gvas400");
            datasource.setUser("drawchg");
            datasource.setPassword("webabc1");
         try
           Connection connection = datasource.getConnection();
           Statement stmt = connection.createStatement();
           String sqla = "select Count(*) As dwgcount from webprddt6.drawmstrp Where dm_drawing_number Like '%" + arg0 + "%'" ;
           String sql = "select * from webprddt6.drawmstrp Where dm_drawing_number Like '%" + arg0 + "%'" ;
           ResultSet rsa = stmt.executeQuery(sqla);
           rsa.next();
           int rowCount = rsa.getInt(1);
           dwgNoArray = new String[rowCount];
           errorStringb = "";
           ResultSet rs = stmt.executeQuery(sql);
           while (rs.next())
                     for (int i = 0; i < rowCount - 1; ++i)
                    dwgNoArray[i] = rs.getString("DM_DRAWING_NUMBER");
               errorStringb = "";
               literalerrorStringb = "NoError";
         catch (SQLException sqle)
              errorStringb = "Warning!!! The Drawing Number you typed is not valid!";
              literalerrorStringb = "Error";
    }This is a servlet that calls the above class and then the DrawingList class to create a bean to be used on a JSP:
    import java.io.IOException;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.Servlet;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    import java.sql.*;
    public class DrawingInquiryBaseServlet extends HttpServlet implements Servlet {
         /* (non-Java-doc)
          * @see javax.servlet.http.HttpServlet#HttpServlet()
         public DrawingInquiryBaseServlet() {
              super();
         public static String getliteralErrStringb;
         public static String getErrMsgb;
         public static String[] drawingList;
         /* (non-Java-doc)
          * @see javax.servlet.http.HttpServlet#doGet(HttpServletRequest arg0, HttpServletResponse arg1)
         protected void doGet(HttpServletRequest arg0, HttpServletResponse arg1) throws ServletException, IOException {
              this.doPost(arg0, arg1);
         /* (non-Java-doc)
          * @see javax.servlet.http.HttpServlet#doPost(HttpServletRequest arg0, HttpServletResponse arg1)
         protected void doPost(HttpServletRequest arg0, HttpServletResponse arg1) throws ServletException, IOException {
              String drawingnumber  = arg0.getParameter("dwgnobase");
              DrawingConnectionBaseClass conn = new DrawingConnectionBaseClass(drawingnumber);
              DrawingList drawingList = DrawingList.getList(conn.dwgNoArray);
              ErrorHandling getErrMsgb = ErrorHandling.getErr(conn.errorStringb);
              getliteralErrStringb = conn.literalerrorStringb;
              HttpSession session = arg0.getSession(true);
              if (getliteralErrStringb.equals("NoError")){
                   session.setAttribute("errorBean", getErrMsgb);
                   session.setAttribute("dwglist", drawingList);
              else{
                   session.setAttribute("errorBean", getErrMsgb);
                   session.setAttribute("dwglist", drawingList);
              RequestDispatcher disp = getServletContext().getRequestDispatcher("/DrawingDisplaybase.jsp");
              disp.forward(arg0, arg1);
    }This is my JSP where only one element is in the list:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <META name="GENERATOR" content="IBM Software Development Platform">
    <META http-equiv="Content-Style-Type" content="text/css">
    <LINK href="theme/Master.css" rel="stylesheet"
         type="text/css">
    <TITLE>DrawingDisplay2.jsp</TITLE>
    </HEAD>
    <BODY>
    <P><IMG border="0" src="Zodiac Z Blue (Hi Res).gif" width="73"
         height="76"><B><B><FONT face="Times New Roman" color="navy" size="+2"> WEBER
    AIRCRAFT LP</FONT></B></B><BR>
    <BR>
    <B><FONT size="+1" face="Times New Roman" color="navy"> Drawing Inquiry
    Data</FONT></B></P>
    <HR>
    <P><B><FONT size="+2" color="red"><jsp:useBean id="errorBean"
         type="com.ibm.drawinginquiry.rational.ErrorHandling" scope="session"></jsp:useBean>
    <jsp:getProperty name="errorBean" property="errMsg" /></FONT></B></P>
    <P>
    Pick a Drawing number from list to see Details<BR>
    <jsp:useBean id="dwglist"
         type="com.ibm.drawinginquiry.rational.DrawingList" scope="session"></jsp:useBean><BR><SELECT size="5" name="dwgList">
    <%
         for (int i=0; i<dwglist.dwglist.length; i++){
              %>
              <option value="<%= i%>"><%= dwglist.dwglist%></option>
              <%
              %>
    </SELECT></P>
    <P><BR>
    <BR>
    <BR>
    </P>
    <FORM action="/DrawingInquiry/GetMainPageServlet"><INPUT type="submit"
         name="anotherDrawing" value="Look Up Another Drawing"></FORM>
    </BODY>
    </HTML>

  • CRM survey report not populating all questions per questionarie in BW.

    Hellos,
    We are facing issue with CRM survey report in BW.
    Against each questionnaire (say 1002) we have 10 questions, however not all 10 questions are appearing in the report.
    From our analysis we figured out the issue is from CRM side.
    Please let me know if anyone has faced this issue.
    Please let me know if more information is required.
    Thanks,
    MK

    Hi,
    Are you using datasource 0SVY_QUEST_TEXT ?
    "From our analysis we figured out the issue is from CRM side."-----can you please provide more detail about this ?
    Regards.

  • Parameters not displaying all values

    Hi,
    I have a parameter on a Discoverer report for selecting where the absence category is in a list of values. However, the list of values that you are able to select from is not complete, it's only a partial list. But if you type the values in manually it works fine.
    Does anyone have any idea why the list of values is excluding many of the entries?
    Thanks,
    Dan

    I think that your description of the problem doesn't help a lot. Are you using interactive reports?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Sap m select not showing all values from gateway

    Hello Experts,
    This is the code for my select:
    var SelectCondType = new sap.m.Select("SelectCondType", {
       width : "200px"
       var oItemSelectTemplate1 = new sap.ui.core.Item({ 
                 key : "{ID}", 
                 text : "{Name}" 
      var sServiceUrl = "blablabla.com:8000/sap/opu/odata/sap/YXM_GWS_BART_SRV";
      var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl, false,
      "user", "pass");
      SelectCondType.setModel(oModel);
      SelectCondType.bindAggregation("items","/cond_type",oItemSelectTemplate1);
    The select is showing around 50 (didn't really count em) items while there are like 500 in the gateway...
    Any Ideas ?
    Kind Regards,
    Bart

    Nevermind,
    awiedemann.com &amp;bull; SAPUI5 / oData / JSON model - set size limit
    Kind Regards,
    Bart

  • Graphical mapping issue, repeated lines are not populating

    Hello All,
    i have mapping where i need to map source node and its coresponding subelements to target node and its subelemtns based on certains condition, which i did using If condition.
    Now my issue is, when mapped source node with condition , conditional field is not in the same node which i am mapping. It is in the parent node of the node which i am mapping. SO when i mapped to target node, only one occurence only its populating in target side even When lines repeated more than once its not populating all lines corespondingly. Please let me know how to populate all line items when i have validation field in parent node and child node and its subelemnts to be mapped to the target node. ( Both parent node and sub node in source and target node are unbounded) .
    Thanks in advance.
    Regards,
    Kalpana

    Thanks for your reply, My source structre looks like below.
    I have to map rows node and its coresponding fields to target node Lines which is unbounded and to its subelements when collection name = 'MATGRP_COLLN'.  I did it using if condition but , only one row tis getting populated in target LIne node. next repeated row values are not populating in target side.
    - <extensions>
    + <collection name="REGION_COLLN" />
    +  <collection name="DIVISION_COLLN" />
    + <collection name="DTL_PRCNG_COLLN" />
    + <collection name="COUNTRY_COLLN">
    - <collection name="MATGRP_COLLN">
    - <row>
    - <fields>
      <OBJECTID>-2147483540</OBJECTID>
      <UNIQUE_DOC_NAME>-21474835401248121690973</UNIQUE_DOC_NAME>
      <DISPLAY_NAME />
      <MATGRP_ITEM_NO>1</MATGRP_ITEM_NO>
      <MATGRP_NAME>10100000</MATGRP_NAME>
      </fields>
      </row>
    - <row>
    - <fields>
      <OBJECTID>-2147483539</OBJECTID>
      <UNIQUE_DOC_NAME>-21474835391248121706160</UNIQUE_DOC_NAME>
      <DISPLAY_NAME />
      <MATGRP_ITEM_NO>2</MATGRP_ITEM_NO>
      <MATGRP_NAME>10101500</MATGRP_NAME>
      </fields>
      </row>
      </collection>
      </extensions>
      </object>
      </objects>
      </fcidataexport>

  • Drop Down In List From Lookup Does Not show all items in mobile view

    I have list called "incident".
    I have a list called "locations"
    The "incident" list looks up a value from the "location" list as a dropdown.
    The location list contains 25 building names.
    When I try to fill out the "incident" list in mobile view
    the "location" drop down only shows 16 items. I checked the "locations" mobile view limit and set it to 99 to make sure all would show up.
    The desktop view for the "incident" list shows all 25 buildings from the "locations" list.
    Any advice on how to get those extra 7 locations to show up?
    Jef

    Still don't have an answer. I'm now looking to use a radio button or something to use as a work-around. If I use a lookup and tell it to allow multiple selections (shows as checkbox) it does not show all values in the mobile view.
    If I input each item and choose choice, it only shows up as dropdown. I need radio buttons. If I choose lookup and allow multiple selections, it does not show all the options.
    I need some help on this.
    Jef

Maybe you are looking for