Ranges

hi all,
i have got an issue which the performance of a report is very low. its working fine in DEV ,but going to short dump in testing. there are 'RANGES' used in this report for some primary keys. i think this is the main reaosn for the slow performance of the report. could any body tell me how can i replace these ranges. also pls explain me what is the actual use of ranges and how does it works? thnx in advance,
santosh.

in the select statement
select...
       field in ra_range.
do it like this:
select...
       field in ('value' , 'value2', 'value3').
ranges will actually create a SQL table in the background.. which will be a bit load on DB. Ranges makes the programmers work a little easier.

Similar Messages

  • BW Analysis authorization issue on cost center range

    Hello BIW security experts
    I have a problem where I created an analysis authorization on a cost center range and it looks like the interval is not working. The report is just a list of cost centers (demo to users to prove that analysis authorizations work in order to skip 2 managerial cost centers.
    . Cost centers are numeric. Example:  2000100. In the drop down list they appear as such.
    . I want to have the following cost center range: 1000000 to 1000771, 1000773 to 2000771, 2000773 to 9999999.
    Thereofore 1000772  and 2000772 should not appear in the list.
    . In the analysis authorization I have put the 3 ranges above on 3 separate lines. 'BT' is the operator. The cost centers have been selected from the drop down list.
    Results:  I get only 1 record from the report....  2000772. (which is one I want to exclude..
    Steps tried to debug:
    . When I put a list of cost centers in the analysis authorization on separate line with the 'EQ' operator, then the report works.
    . I tried putting ' ' delimiters since cost center is a char field but it fails.
    . I tried adding leading and trailing zeros to fill up the char(10) but no luck.
    . I tried creating a hierarchy with the interval and put it in the hierachy auth. tab and it does not work either. It gives the same number of records than the first step.
    . A hierarchy with single values work.
    I do not know what else to try..
    Thanks.
    YB.

    Good morning
    Here it is from RSECVAL
    ZCC_TEST     0COSTCENTER                    I       BT        1000000                                                      1000771
    ZCC_TEST     0COSTCENTER                    I       BT        1000773                                                      2000771
    ZCC_TEST     0COSTCENTER                    I       BT        2000773                                                      9999999
    ZCC_TEST     0COSTCENTER                    I       EQ        #
    ZCC_TEST     0COSTCENTER                    I       EQ        :
    ZCC_TEST     0INFOPROV                         I       CP        *
    ZCC_TEST     0TCAACTVT                        I       EQ        03
    ZCC_TEST     0TCAIPROV                         I       CP        *
    ZCC_TEST     0TCAKYFNM                       I       CP        *
    Thank you for your help.

  • Excise invoice and domestic invoice sharing same number range

    Hi,gurus,my question is addresed to the sap cin gurus
    Scenario:-- Normally sap has provided provisions that the domestic invoice and the excise for the export will have different number range object
    Transaction-snum or snro(As per the rule the no range has to be approved by excise authorities)
    Requirement:--The present requirement of the client is that as per their requirement they will be using the same excise number range both for domestic and the export(They have got the approval from the excise department as per the amendment,that specifies the same)
    so i request you to pls guide me as how can it be done in sap that two different business process will share the same number range.
    as per my knowledge local excise number range is-J_1IEXCLOC
    and for exports is-J_1IEXCEXPand the both will use the same number range and,suppose 1 local invoice is created and say if the no is 1,then if the export excise invoice is created the number will be 2,pls guide me how is it possible that the same number range should be used.
    Thanks in advance---Anshuman chakraborty

    Dear sir,Thanks for attention towards the issue,but still i need to clarify some details-
    the number range forJ_1IEXCLOC are already configured .It is not the case like i have to configure it for the first time however ,so the issue remains how shall i proceed in this case
    Sir,i have already checked the transaction j1iin,it does not give any such box to check the-use local no range
    infact the error message which the system was throwing to the user that-number range object not assigned for Object: J_1IEXCEXP.
    The question remains from my side is what are the complete configuration steps I need to do ,to make the check box appear so as to select-use local number range,and is there any thing to be conveyed to my developer,so that the same appears,
    or is it the case like the anything should earlier have been done before the number range for J_1IEXCLOC was created.i would request u to pls guide me giving the complete details of the step to be followed.
    Thanks in advance
    Anshuman chakraborty

  • Multi-month, year, and date-range views

    My apologies for wasting everyone's time if I've missed something really obvious here, but am I correct in concluding that there is no way to generate anything beyond a static one-month view in iCal? No multi-month view? No year view? No "view date range"? At this stage of the game, how is it possible that something so elemental could be omitted from this program?
    At this point I'm reduced to exporting each month to a pdf file and then arranging them as tiles on the screen. But there has to be a better way.
    Short of a new version from Apple, are there any plug-ins that would do this? Does anyone have any other work-arounds? Thanks in advance.

    A quick search of the forums shows that this is a HIGHLY sought after feature (including by me). We all need to use the feed back link (below) to let Apple know this. In my experience with the tech support folks, they seem to have NO idea about what these forums say. In the past I have actually had them log in to these forums and search the issue I was calling them about and they have been blown away when they see the hundreds / thousands of posts with the very same thing they're discussing with me. So, as the wise man says .. "you don't ask, you don't get!" Use the form and let them know...
    http://www.apple.com/feedback/ical.html

  • Creating dynamic value range, one week at a time

    Every Monday, I query a table to get data for the past week, every Monday (last Monday) to Sunday. I do some calculations with the data and insert the data and dates into a table.
    I then use cfchart to create a graph using this data. The drilldown uses the same weekly date range to produce a report. So the record count for the chart and the report should be the same.
    What I just discovered is that more data can  be added to the query table after I have already obtained the data. Since the data for the chart is already in the table, it is static. But the report is dynamice since it uses the weekly date range everytime the drilldown is selected. This causes the count of the report to be different than the count of the chart.
    Instead of gathering data every Monday and inserting into a table, for the chart, how can I make the chart data dynamic ?
    I need to plot a rolling 12 weeks worth of data, always from Monday to Sunday, inclusive. So if I decide to run the chart on a Wednesday, how would I gather the twelve weeks worth of data, always from Monday to Sunday ? I need to make this dynamc.
    The reports always work because the drilldown is pasing it the dates, thats why the count is always correct. But I do not know how to do this with the chart, which needs to be dynamic also, since static will not work.
    Any help appreciated. Thanks

    Trojfn,
    For gathering the data and inserting the same in to a table, why can't you use the scheduled tasks?.

  • Range error while opening a transaction

    Hi ABAPers,
    I am getting a error called Range error(892, $FVALS, u, n) when I open my tranaction.
    Coule anyone tell me reason and solution for this?
    Thanks and Regards,
    Ramesh.

    What transaction, custom transaction?  Report prgoram? Please post your code.
    Regards,
    RIch Heilman

  • Error while changing a table´s display range.

    Hi,
    im working on an ADF 10 application with jdev 10.3.4. I have a table populated by an iterator which calls my View Object. The resulting query seems to be ok, returning 35 rows. The table range is set to the first 10. When a select a row, it takes me to my detail page, so far so good. The problem is when I set the table to "show all" rows. From that point on, whenever a select one of the first 12 rows I get this error:
    oracle.jbo.InvalidParamException: JBO-25006: Invalid param value_ br.com.br.sales.service.politicacredito.SolicitacoesCreditoVORowImpl row to method_ ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
         at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
         at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
         at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
         at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
         at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
         at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
         at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
         at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
         at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
         at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
         at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
         at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
         at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
         at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
         at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
         at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
         at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:134)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    My VO and corresponding EOs have a primaray key defined. From the console log i see this suspicious lines: "EntityCache:add WARNING - ignoring row with no primary key".
    Please help, I´ve been on this for 3 days. Thanks.
    PS: The bold highlited parts are literal translations on my part.
    Edited by: 891542 on 14/10/2011 07:57
    Edited by: 891542 on 14/10/2011 07:58

    More from the log:
    11/10/19 21:11:04 [1113] Reusing a cached session application module instance
    11/10/19 21:11:04 [1114] **** refreshControl() for BindingContainer :empenho_pesquisaEmpenhoPageDef
    11/10/19 21:11:04 [1115] Resolving VO:OrigensComerciaisVO1 for iterator binding:OrigensComerciaisVO1Iterator
    11/10/19 21:11:04 [1116] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for OrigensComerciaisVO1
    11/10/19 21:11:04 [1117] Resolving VO:CgRefCodesVO1 for iterator binding:CgRefCodesVO1Iterator
    11/10/19 21:11:04 [1118] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for CgRefCodesVO1
    11/10/19 21:11:04 [1119] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    11/10/19 21:11:04 [1120] valiateToken:Decompressed BC state:BCST:=0%V%=NBrEmpenhosVO1Iterator=-D-003800000005393939303800000008545F3139303631310000000C456D20646967697461E7E36F0000000156000000000000000000000007786F0913103B1800000002C10200000002C10300000002C104000000018000000007786F0913103B1800000007786F0C1F010101000000000000000180000000018000000001800000000180000000045A48543300000003C2363B00000003C2363B0000000347474300000006C5020101021100000006C50201010211000000000000000000000000000000053232363431000000124D414E41555320454E455247494120532F41000000053232363430000000035A303500000009303032333431343637000000043030303400000002373300000000000000045A30313000000017285A3031302920456D6973736F72206461204F7264656D000000045A303130000000045A30313000000004C303212300000004C30321230000000C3030323334313436372D37330000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,OrigensComerciaisVO1Iterator=-D-000200000006C5020101101900000007414C4D4F474549,CgRefCodesVO1Iterator=-D-00060000000E5354415455535F454D50454E484F0000000C456D20646967697461E7E36F000000000000000C456D20646967697461E7E36F00000001310000001241414447574641416E41414142764F414261,
    11/10/19 21:11:04 [1121] Resolving VO:BrEmpenhosVO1 for iterator binding:BrEmpenhosVO1Iterator
    11/10/19 21:11:04 [1122] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for BrEmpenhosVO1
    11/10/19 21:11:04 [1123] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
    11/10/19 21:11:04 [1124] Bind params for ViewObject: BrEmpenhosVO1
    11/10/19 21:11:04 [1125] Binding param 1: Em digitação
    11/10/19 21:11:04 [1126] setting rownum query between (0, 13)
    11/10/19 21:11:04 [1127] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1128] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1129] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1130] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1131] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1132] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1133] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:04 [1134] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1135] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1136] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1137] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1138] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1139] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1140] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1141] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1142] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1143] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1144] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1145] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1146] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1147] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1148] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1149] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1150] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1151] ViewObject: BrEmpenhosVO1 Reusing defined prepared Statement
    11/10/19 21:11:05 [1152] Bind params for ViewObject: BrEmpenhosVO1
    11/10/19 21:11:05 [1153] Binding param 1: Em digitação
    11/10/19 21:11:05 [1154] setting rownum query between (210, 223)
    11/10/19 21:11:05 [1155] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1156] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1157] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1158] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1159] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1160] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1161] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1162] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1163] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1164] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1165] EntityCache:add WARNING - ignoring row with no primary key
    11/10/19 21:11:05 [1166] EntityCache:add WARNING - ignoring row with no primary key
    19/10/2011 21:11:05 com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
    SEVERE: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
    oracle.jbo.InvalidParamException: JBO-25006: Valor de parâmetro inválido br.com.br.sales.service.empenho.BrEmpenhosVORowImpl para row passado para o método ViewRowSetIteratorImpl.scrollRangeTo. Explicação: not in the row set
         at oracle.jbo.server.ViewRowSetIteratorImpl.scrollRangeTo(ViewRowSetIteratorImpl.java:1374)
         at oracle.jbo.server.ViewRowSetImpl.scrollRangeTo(ViewRowSetImpl.java:2340)
         at oracle.jbo.server.ViewObjectImpl.scrollRangeTo(ViewObjectImpl.java:6321)
         at br.com.br.shared.jbo.server.BrMViewObjectImpl.scrollRangeTo(BrMViewObjectImpl.java:20)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel._getRangeIndex(FacesCtrlRangeBinding.java:456)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowData(FacesCtrlRangeBinding.java:411)
         at oracle.adf.view.faces.component.UIXCollection.getRowData(UIXCollection.java:315)
         at oracle.adf.view.faces.component.UIXCollection.postRowDataChange(UIXCollection.java:653)
         at oracle.adf.view.faces.component.UIXCollection.setRowKey(UIXCollection.java:363)
         at oracle.adf.view.faces.component.UIXCollection.setCurrencyString(UIXCollection.java:606)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableSelectOneRenderer.decode(TableSelectOneRenderer.java:85)
         at oracle.adf.view.faces.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:945)
         at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:577)
         at oracle.adf.view.faces.component.UIXTableSelectOne.processDecodes(UIXTableSelectOne.java:69)
         at oracle.adf.view.faces.component.UIXCollection.processComponent(UIXCollection.java:820)
         at oracle.adf.view.faces.component.TableUtils$1.process(TableUtils.java:214)
         at oracle.adf.view.faces.component.ChildLoop.runAlways(ChildLoop.java:39)
         at oracle.adf.view.faces.component.TableUtils.__processFacets(TableUtils.java:209)
         at oracle.adf.view.faces.component.UIXTable.processFacetsAndChildren(UIXTable.java:372)
         at oracle.adf.view.faces.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:142)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXCollection.processDecodes(UIXCollection.java:137)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIForm.processDecodes(UIForm.java:164)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
         at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at br.com.br.shared.security.view.servlet.SecurityFilter.doFilter(SecurityFilter.java:119)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    11/10/19 21:11:05 [1167] BrEmpenhosVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1168] Clearing VO cache for BrEmpenhosVO1
    11/10/19 21:11:05 [1169] Clear QueryCollection in cache for VO BrEmpenhosVO1
    11/10/19 21:11:05 [1170] MtlSystemItemsVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1171] Clearing VO cache for MtlSystemItemsVO1
    11/10/19 21:11:05 [1172] Clear QueryCollection in cache for VO MtlSystemItemsVO1
    11/10/19 21:11:05 [1173] OrigensComerciaisVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1174] Clearing VO cache for OrigensComerciaisVO1
    11/10/19 21:11:05 [1175] Clear QueryCollection in cache for VO OrigensComerciaisVO1
    11/10/19 21:11:05 [1176] CgRefCodesVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1177] Clearing VO cache for CgRefCodesVO1
    11/10/19 21:11:05 [1178] Clear QueryCollection in cache for VO CgRefCodesVO1
    11/10/19 21:11:05 [1179] BrProdutosEmpenhoVO2 notify ROLLBACK ...
    11/10/19 21:11:05 [1180] Clearing VO cache for BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1181] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1182] BrClientesUsuariosEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1183] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1184] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1185] AuditoriasVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1186] Clearing VO cache for AuditoriasVO1
    11/10/19 21:11:05 [1187] Clear QueryCollection in cache for VO AuditoriasVO1
    11/10/19 21:11:05 [1188] ObservacoesVO2 notify ROLLBACK ...
    11/10/19 21:11:05 [1189] Clearing VO cache for ObservacoesVO2
    11/10/19 21:11:05 [1190] Clear QueryCollection in cache for VO ObservacoesVO2
    11/10/19 21:11:05 [1191] BrReforcosEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1192] Clearing VO cache for BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1193] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1194] OrdensVendaEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1195] Clearing VO cache for OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1196] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1197] NotasFiscaisEmpenhoVO1 notify ROLLBACK ...
    11/10/19 21:11:05 [1198] Clearing VO cache for NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1199] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1200] Clearing VO cache for BrEmpenhosVO1
    11/10/19 21:11:05 [1201] Clear QueryCollection in cache for VO BrEmpenhosVO1
    11/10/19 21:11:05 [1202] Clearing VO cache for OrigensComerciaisVO1
    11/10/19 21:11:05 [1203] Clear QueryCollection in cache for VO OrigensComerciaisVO1
    11/10/19 21:11:05 [1204] Clearing VO cache for FiliaisVO1
    11/10/19 21:11:05 [1205] Clear QueryCollection in cache for VO FiliaisVO1
    11/10/19 21:11:05 [1206] Clearing VO cache for BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1207] Clear QueryCollection in cache for VO BrProdutosEmpenhoVO2
    11/10/19 21:11:05 [1208] Clearing VO cache for CgRefCodesVO1
    11/10/19 21:11:05 [1209] Clear QueryCollection in cache for VO CgRefCodesVO1
    11/10/19 21:11:05 [1210] Clearing VO cache for MtlSystemItemsVO1
    11/10/19 21:11:05 [1211] Clear QueryCollection in cache for VO MtlSystemItemsVO1
    11/10/19 21:11:05 [1212] Clearing VO cache for BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1213] Clear QueryCollection in cache for VO BrClientesUsuariosEmpenhoVO1
    11/10/19 21:11:05 [1214] Clearing VO cache for AuditoriasVO1
    11/10/19 21:11:05 [1215] Clear QueryCollection in cache for VO AuditoriasVO1
    11/10/19 21:11:05 [1216] Clearing VO cache for ObservacoesVO1
    11/10/19 21:11:05 [1217] Clear QueryCollection in cache for VO ObservacoesVO1
    11/10/19 21:11:05 [1218] Clearing VO cache for ObservacoesVO2
    11/10/19 21:11:05 [1219] Clear QueryCollection in cache for VO ObservacoesVO2
    11/10/19 21:11:05 [1220] Clearing VO cache for BrSegmentosClientesVO1
    11/10/19 21:11:05 [1221] Clear QueryCollection in cache for VO BrSegmentosClientesVO1
    11/10/19 21:11:05 [1222] Clearing VO cache for BrCategoriasClientesVO1
    11/10/19 21:11:05 [1223] Clear QueryCollection in cache for VO BrCategoriasClientesVO1
    11/10/19 21:11:05 [1224] Clearing VO cache for GruposContaVO1
    11/10/19 21:11:05 [1225] Clear QueryCollection in cache for VO GruposContaVO1
    11/10/19 21:11:05 [1226] Clearing VO cache for BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1227] Clear QueryCollection in cache for VO BrReforcosEmpenhoVO1
    11/10/19 21:11:05 [1228] Clearing VO cache for AtividadesANPVO1
    11/10/19 21:11:05 [1229] Clear QueryCollection in cache for VO AtividadesANPVO1
    11/10/19 21:11:05 [1230] Clearing VO cache for AtividadesSRFVO1
    11/10/19 21:11:05 [1231] Clear QueryCollection in cache for VO AtividadesSRFVO1
    11/10/19 21:11:05 [1232] Clearing VO cache for BloqueiosFaturamentosVO1
    11/10/19 21:11:05 [1233] Clear QueryCollection in cache for VO BloqueiosFaturamentosVO1
    11/10/19 21:11:05 [1234] Clearing VO cache for BloqueiosOrdensVO1
    11/10/19 21:11:05 [1235] Clear QueryCollection in cache for VO BloqueiosOrdensVO1
    11/10/19 21:11:05 [1236] Clearing VO cache for BloqueiosRemessasVO1
    11/10/19 21:11:05 [1237] Clear QueryCollection in cache for VO BloqueiosRemessasVO1
    11/10/19 21:11:05 [1238] Clearing VO cache for ClassesClientesVO1
    11/10/19 21:11:05 [1239] Clear QueryCollection in cache for VO ClassesClientesVO1
    11/10/19 21:11:05 [1240] Clearing VO cache for GruposContasVO1
    11/10/19 21:11:05 [1241] Clear QueryCollection in cache for VO GruposContasVO1
    11/10/19 21:11:05 [1242] Clearing VO cache for SetoresIndustriaisVO1
    11/10/19 21:11:05 [1243] Clear QueryCollection in cache for VO SetoresIndustriaisVO1
    11/10/19 21:11:05 [1244] Clearing VO cache for TiposGruposContasVO1
    11/10/19 21:11:05 [1245] Clear QueryCollection in cache for VO TiposGruposContasVO1
    11/10/19 21:11:05 [1246] Clearing VO cache for OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1247] Clear QueryCollection in cache for VO OrdensVendaEmpenhoVO1
    11/10/19 21:11:05 [1248] Clearing VO cache for NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1249] Clear QueryCollection in cache for VO NotasFiscaisEmpenhoVO1
    11/10/19 21:11:05 [1250] Clearing VO cache for BrUnidadesVO1
    11/10/19 21:11:05 [1251] Clear QueryCollection in cache for VO BrUnidadesVO1
    11/10/19 21:11:05 [1252] Clearing VO cache for CgRefCodesVO2
    11/10/19 21:11:05 [1253] Clear QueryCollection in cache for VO CgRefCodesVO2
    11/10/19 21:11:05 [1254] Clearing VO cache for BrEmpenhosVO2
    11/10/19 21:11:05 [1255] Clear QueryCollection in cache for VO BrEmpenhosVO2
    11/10/19 21:11:05 [1256] Clearing VO cache for ParceirosAlternativosLovVO
    11/10/19 21:11:05 [1257] Clear QueryCollection in cache for VO ParceirosAlternativosLovVO
    11/10/19 21:11:05 [1258] Clearing VO cache for BrEmpMensagemVO
    11/10/19 21:11:05 [1259] Clear QueryCollection in cache for VO BrEmpMensagemVO
    11/10/19 21:11:05 [1260] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAccountsEO
    11/10/19 21:11:05 [1261] Clearing EO cache for br.com.br.sales.domain.entidades.model.GrupoContaEO
    11/10/19 21:11:05 [1262] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwAuditTrailEO
    11/10/19 21:11:05 [1263] Clearing EO cache for br.com.br.sales.domain.entidades.model.FndUserEO
    11/10/19 21:11:05 [1264] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrFilialEO
    11/10/19 21:11:05 [1265] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlSystemItemsEO
    11/10/19 21:11:05 [1266] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzCustAcctSitesAllEO
    11/10/19 21:11:05 [1267] Clearing EO cache for br.com.br.sales.domain.entidades.model.JtfRsGroupsBEO
    11/10/19 21:11:05 [1268] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrProdutoEmpenhoEO
    11/10/19 21:11:05 [1269] Clearing EO cache for br.com.br.sales.domain.entidades.model.CgRefCodesEO
    11/10/19 21:11:05 [1270] Clearing EO cache for br.com.br.sales.domain.entidades.model.HrOrganizationUnitsEO
    11/10/19 21:11:05 [1271] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartySitesEO
    11/10/19 21:11:05 [1272] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrClienteUsuarioEmpenhoEO
    11/10/19 21:11:05 [1273] Clearing EO cache for br.com.br.sales.domain.entidades.model.MtlUnitsOfMeasureTlEO
    11/10/19 21:11:05 [1274] Clearing EO cache for br.com.br.sales.domain.entidades.model.HzPartiesEO
    11/10/19 21:11:05 [1275] Clearing EO cache for br.com.br.sales.domain.entidades.model.SwWorkLogEO
    11/10/19 21:11:05 [1276] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrEmpenhoEO
    11/10/19 21:11:05 [1277] Clearing EO cache for br.com.br.sales.domain.entidades.model.BrReforcoEmpenhoEO
    11/10/19 21:11:05 [1278] Resetting AM=EmpenhoAM

  • Query to select values that match multiple ranges

    Hi,
    Oracle 10g.
    I have a table POINTS(ID INTEGER, CLASS VARCHAR2(15), CUMUL NUMBER(2,1), ...).
    In my application (APEX application), I show a list of point classes, order by cumul.
    SELECT CLASS FROM POINTS ORDER BY CUMUL;Then user can choose some range of point classes (CUMUL is not shown in the application, it is just for the example) :
    CUMUL     CLASS
    12.2     31458     <- 
    13.4     5S84     <-     range 1 
    13.6     78PPH     <- 
    15.0     3R594     <- 
    15.1     ZB452 
    15.5     54IO 
    17.6     21GFD 
    19.2     A54VV     <- 
    19.9     IC112     <-     range 2 
    20.8     158RC9     <- 
    21.3     G4G5 
    23.0     V22     <-     range 3For each range, I store only first and last classes selected by a user, in a table USER_SELECTION(ID, ID_USER, FROM_CLASS, TO_CLASS), so using the example above it would give :
    ID     ID_USER          FROM_CLASS     TO_CLASS 
    1     12          31458          3R594 
    2     12          A54VV          158RC9 
    3     12          V22          V22
    ...     ...          ...          ...The problem is that in a query, I need to return all points selected by a user, and I really don't know how to achieve that without too much work... :
    SELECT *
    FROM POINTS
    WHERE USER_ID=12
    AND CLASS IN ( *???* );
    Any help would be much appreciated.
    Yann.

    It's not exactly clear what data is in what tables etc. but perhaps something like this...
    select user_selection.id, points.*
    from points, user_selection
    where user_selection.user_id = 12
    and   points.cumul between
          (select cumul from points where class = user_selection.class1)
          and
          (select cumul from points where class = user_selection.class2)
    order by user_select.id, points.cumul

  • How to get top 11 values per date range

    I want to get the top 11 values by date range.
    Sample Data
    CREATE TABLE SAMPLE_DATA
        DOMAIN_NAME VARCHAR2(100),
        QTD         NUMBER,
        LOAD_DATE   DATE
    -- Insert
    BEGIN
      FOR lc IN 1..20
      LOOP
        FOR ld IN 1..30
        LOOP
          INSERT
          INTO SAMPLE_DATA VALUES
              'DM_'
              ||lc,
              round(dbms_random.value(0,1000)),
              SYSDATE-ld
        END LOOP;
      END LOOP;
    COMMIT;
    END;
    SELECT *
    FROM
      (SELECT DOMAIN_NAME,
        QTD,
        LOAD_DATE
      FROM
        (SELECT DOMAIN_NAME,
          QTD,
          LOAD_DATE
        FROM SAMPLE_DATA
        WHERE LOAD_DATE = TRUNC(SYSDATE-3)
        ORDER BY QTD DESC
      WHERE ROWNUM <=10
      UNION ALL
      SELECT 'Others' DOMAIN_NAME,
        SUM(QTD) QTD,
        LOAD_DATE
      FROM
        (SELECT DOMAIN_NAME,
          QTD,
          LOAD_DATE
        FROM
          (SELECT rownum rn,
            DOMAIN_NAME,
            QTD,
            LOAD_DATE
          FROM
            (SELECT DOMAIN_NAME,
              QTD,
              LOAD_DATE
            FROM SAMPLE_DATA
            WHERE LOAD_DATE = TRUNC(SYSDATE-3)
            ORDER BY QTD DESC
        WHERE rn > 10
      GROUP BY LOAD_DATE
    ORDER BY QTD DESC
    -- Result
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/13                   
    DM_1                        1000                        24/03/13                   
    DM_20                       933                         24/03/13                   
    DM_11                       913                         24/03/13                   
    DM_3                        743                         24/03/13                   
    DM_13                       572                         24/03/13                   
    DM_12                       568                         24/03/13                   
    DM_9                        564                         24/03/13                   
    DM_6                        505                         24/03/13                   
    DM_5                        504                         24/03/13                   
    DM_2                        480                         24/03/13    
    Please, Help me get in one query this result using a range of date.
    e.g
    using LOAD_DATE BETWEEN '24/03/13' AND '25/03/13'
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/13                   
    DM_1                        1000                        24/03/13                   
    DM_20                       933                         24/03/13                   
    DM_11                       913                         24/03/13                   
    DM_3                        743                         24/03/13                   
    DM_13                       572                         24/03/13                   
    DM_12                       568                         24/03/13                   
    DM_9                        564                         24/03/13                   
    DM_6                        505                         24/03/13                   
    DM_5                        504                         24/03/13                   
    DM_2                        480                         24/03/13                     
    Others                      1948                        25/03/13                   
    DM_1                        807                         25/03/13                   
    DM_8                        764                         25/03/13                   
    DM_7                        761                         25/03/13                   
    DM_11                       656                         25/03/13                   
    DM_18                       611                         25/03/13                   
    DM_17                       523                         25/03/13                   
    DM_14                       467                         25/03/13                   
    DM_19                       447                         25/03/13                   
    DM_15                       437                         25/03/13                   
    DM_6                        380                         25/03/13             Thank you in advance.

    I got the solution. Just sharing.
    I used analytic functions that make my job easy.
    Sample Data
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    DM_1                        807                         25/03/2013                 
    DM_1                        1000                        24/03/2013                 
    DM_2                        226                         25/03/2013                 
    DM_2                        480                         24/03/2013                 
    DM_3                        244                         25/03/2013                 
    DM_3                        743                         24/03/2013                 
    DM_4                        48                          25/03/2013                 
    DM_4                        413                         24/03/2013                 
    DM_5                        164                         25/03/2013                 
    DM_5                        504                         24/03/2013                 
    DM_6                        380                         25/03/2013                 
    DM_6                        505                         24/03/2013                 
    DM_7                        761                         25/03/2013                 
    DM_7                        212                         24/03/2013                 
    DM_8                        764                         25/03/2013                 
    DM_8                        308                         24/03/2013                 
    DM_9                        354                         25/03/2013                 
    DM_9                        564                         24/03/2013                 
    DM_10                       214                         25/03/2013                 
    DM_10                       367                         24/03/2013                 
    DM_11                       656                         25/03/2013                 
    DM_11                       913                         24/03/2013                 
    DM_12                       37                          25/03/2013                 
    DM_12                       568                         24/03/2013                 
    DM_13                       332                         25/03/2013                 
    DM_13                       572                         24/03/2013                 
    DM_14                       467                         25/03/2013                 
    DM_14                       87                          24/03/2013                 
    DM_15                       437                         25/03/2013                 
    DM_15                       450                         24/03/2013                 
    DM_16                       238                         25/03/2013                 
    DM_16                       299                         24/03/2013                 
    DM_17                       523                         25/03/2013                 
    DM_17                       143                         24/03/2013                 
    DM_18                       611                         25/03/2013                 
    DM_18                       145                         24/03/2013                 
    DM_19                       447                         25/03/2013                 
    DM_19                       464                         24/03/2013                 
    DM_20                       91                          25/03/2013                 
    DM_20                       933                         24/03/2013                  Top 11 QTD of DOMAIN_NAME per Data Range.
    SELECT *
    FROM
      (SELECT DOMAIN_NAME,
        QTD,
        LOAD_DATE
      FROM
        (SELECT LOAD_DATE,
          DOMAIN_NAME ,
          QTD,
          (DENSE_RANK() OVER (PARTITION BY LOAD_DATE ORDER BY QTD DESC )) AS RANK_QTD
        FROM SAMPLE_DATA
        WHERE trunc(load_date) BETWEEN '24/03/2013' AND '25/03/2013'
      WHERE RANK_QTD <= 10
      UNION ALL
      SELECT 'Others',
        SUM(QTD) AS QTD,
        LOAD_DATE
      FROM
        (SELECT LOAD_DATE,
          DOMAIN_NAME ,
          QTD,
          (DENSE_RANK() OVER (PARTITION BY LOAD_DATE ORDER BY QTD DESC )) AS RANK_QTD
        FROM SAMPLE_DATA
        WHERE trunc(load_date) BETWEEN '24/03/2013' AND '25/03/2013'
      WHERE RANK_QTD > 10
      GROUP BY LOAD_DATE
    ORDER BY LOAD_DATE ASC,
      QTD DESC
    DOMAIN_NAME                 QTD                         LOAD_DATE                  
    Others                      2888                        24/03/2013                 
    DM_1                        1000                        24/03/2013                 
    DM_20                       933                         24/03/2013                 
    DM_11                       913                         24/03/2013                 
    DM_3                        743                         24/03/2013                 
    DM_13                       572                         24/03/2013                 
    DM_12                       568                         24/03/2013                 
    DM_9                        564                         24/03/2013                 
    DM_6                        505                         24/03/2013                 
    DM_5                        504                         24/03/2013                 
    DM_2                        480                         24/03/2013                 
    Others                      1948                        25/03/2013                 
    DM_1                        807                         25/03/2013                 
    DM_8                        764                         25/03/2013                 
    DM_7                        761                         25/03/2013                 
    DM_11                       656                         25/03/2013                 
    DM_18                       611                         25/03/2013                 
    DM_17                       523                         25/03/2013                 
    DM_14                       467                         25/03/2013                 
    DM_19                       447                         25/03/2013                 
    DM_15                       437                         25/03/2013                 
    DM_6                        380                         25/03/2013 

  • Can not set data range for a numerical control

    I want to set the maximum of data range to 5000, but it always went back to default value of 127.
    WHy I can not change the data range? Thanka for explanations.
    Message Edited by Dejun on 11-14-2007 11:47 PM
    Attachments:
    datarange.jpg ‏74 KB

    So hit the 'Representation' button.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Input Field: Value Range in IP Web Layout

    Hi Experts,
    I've created a Web Layout based on IP with a copy function (e.g. from actual 2008 to plan2009) over 12 calendar months. For choosing the months to be copied, I created a Variable (calmonths) and added an Input Field into my layout to enter the the months to be copied. I referred the variable to the input field and it's working...
    When I want to select several months to be copied, I can type in " 1; 2; 3; " into the input field, execute the planning function and only month 1, 2, 3 (i.e. Jan, Feb, Mar) are being copied. But when I want to copy all 12 months, i have to enter 1; 2; 3; 4;...11; 12 which is kind of anoying! Has somebody some experience whether I can use a value range like 1-12 (or something like that) to avoid entering all the months individually? (I tried 1-12; 1- 12; 1 - 12; 1:12 etc but nothing like this is working)
    It would be very helpful if someone has an idea
    All the best,
    Norbert

    Hi Mayank, hi Srinivas.
    Thanks a lot for your valuable input! Unfortunately I was not able until today to test your recommodations.
    I tried your Interval variable but then faced the problem that I cannot enter multiple months anymore (e.g. 5 - 8 worked, 1; 3; 5 not).  Then I inserted both variables, multiple values & interval, into the planning function as well as in the button group in WAD for executing the PF but was not able to execute the following example: 1; 8; 4 - 6. After trying out for some time I figured out that one has to type in the figures in the following order: 4 - 6; 1; 8. Only then I am able to execute the planning function for the months April-June & Jan & August. So, if you're facing the same problem in the future, maybe you have the solution
    Best regards,
    Norbert

  • Urgent : Unable to maintain the Number ranges for Excise Groups

    Hi CIN experts............
    In Development server I created 3 excise Groups (E2,E3 and E4), the same I was transported to Production.
    J_1IRG23A1, J_1IRG23A2 object number ranges are Excise Group specific.
    When I go to Tools - Number Ranges to maintain number range for J_1IRG23A1, J_1IRG23A2 objects I didn't find these excise groups.
    Im able to see these Excise groups in Tools - Number ranges in Development server, but not in Production.
    Can any one guide me something to resolving the issue ?
    regards
    Durga Ram

    Hello Nagaraju,
    Can you please tell me the customozing path for maintaining the number ranges for PM log entries.
    I require to mention customizing path in my document.
    Puneet

  • Curve 8520 cannot send/receive calls or SMS when in range of WiFi - since foreign holiday

    Re-posting this in the Curve forum, where it belongs... hoping someone can help.
    Recently the whole family went to Spain for two weeks. All four of our phones (a Google Nexus 4, a BB Curve 9300 and two BBCurve 8520s) worked OK in Spain, connected to local mobile networks, sent and received texts and so on.
    Since returning to the UK, the BlackBerry handsets have all had problems getting re-registered to our home network (giffgaff, which uses the O2 network, as I understand it). The nexus has been fine from the moment we got back, but the BB handsets are not.
    The symptoms: when in range of a registered WiFi connection, the phones cannot send or receive texts (SMS) or make or receive calls, when out of range of WiFi, they do (sometimes) succeed. It is as though the WiFi settings are over-ruling the service books / HRT for the mobile network.
    The 9300 seems to have sorted itself out, thanks (possibly) to an OS upgrade. The 8520s remain basically useless.
    We have tried: battery pulls, SIM pulls, manual network registration, clearing the service books and re-registering, switching SIM cards between the phones (whichever SIM is in the 9300 works OK, whichever SIM is in the 8520 does not work), OS upgrade.
    The network shows on the handset screen, and connection is shown as EDGE. But calls do not get connected and SMS messages fail with "too many retries". Attempts to re-register the handset result in a message being received that the handset has been registered but it makes no difference.
    The network provider (giffgaff) say they have done everything they can, and I should speak to "an engineer" - but it seems very unlikely to me that all three phones suffered a hardware fault while flying home from Spain, and that the 9300 somehow fixed itself. So I'm convinced it is a registration issue, but giffgaff are not exactly confident in their support for BB.
    So - has anyone ever seen this behaviour before, and how can we fix it?
    Thanks

    Good day
    I took a into the BlackBerry knowledge data base here is some info you can follow
    I cannot make or receive calls
    I cannot send SMS text messages
    Want to contract me? You can follow me on Twitter @RobGambino
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)!

  • How to find next number range for project definition in tcode CJ20N

    Hai Experts,
          Please help me 'How to find next number range for project definition in tcode "CJ20N". I was trying in function module NUMBER_GET_NEXT. Is it right function module? If its right what input i need to give for this tcode and for the field project definition?
    Note: I searched in forum before posting, but couldn't find the solution.
    Thanks
    Regards,
    Prabu S.

    Hi,
    For project defination internal number is assigned by system.
    When you saves's project then system allocate one number to project defination, you can view it,
    SE11 >>> table  PROJ >> Click on contents >>> execute,
    here you will get your project defination & number is assigned to project defination.
    kapil

  • Client ID range for SAP GUI logon?

    Hi,
    Does anyone know what is the range of client IDs allowed for SAP GUI logon? I am assuming it to be 000-999. Is that correct?
    Any help will be greatly appreciated.
    Thanks,
    Venkat

    Hi venkata,
    As Cherry mentioned above you can choose any client with exception of <b>000 SAP AG</b>, <b>001 Auslieferungsmandant</b> R11 and <b>066 Early Watch</b>, you can use the rest 997 clients to setup your system.
    Hope this help!
    Juan

  • CRM ISA R/3 Edition on AP 7.0  Pricing Routine Number range error

    Hi Experts,
    For our R/3 ISA Secenerio I have developed a Pricing Prepare Routine (PRP). I have uploaded this routine into AP 7.0 ( which runs my IPC 5.0). Now when I try to register my PRP routine I'm not able to do so because of Number range not defined for Application V Scenerio A and Routine Type PRP.
    My question are:
    <b>1)</b> For a PRP type Routine( Multiple Implementation) is it important to assign a
        routine number?    ***( according to pricinguserexit manual dummy routine no
                                      has to be assigned)******
    <b>2)</b> If yes then how can i assign Number range for this combination.
    NOTE: AP 7.0 has SP 7 ( So it fullfills requirment for Special scenerio)
    I have never recieved a reply for my query from this forum... hope someone helps this time. <b>:)</b>
    Regards,
    Dipender Singh

    go to http://www.configuration-workgroup.com/ and find technical doc about IPC 5.0 that i presented at Marco Island in 2006.

Maybe you are looking for

  • 30G Video pod's click wheel problems

    I have a 30G video pod. The click wheel doesn't work. In fact it seems to be frozen/locked up. I have tried the hold button fix and I have restored this ipod. After the restore, it is now locked on the Language screen. I can't select anything to move

  • AirPort Extreme (Dome Style) problem after hard reset

    Our AE quit responding so I did a hard reset and now the AE asks for password when trying to set up. Enter "public" as stated in instructions and receive "unknown error (-6753)" Now I can't change any settings on it and can't use it until I change se

  • You Cannot Use This Version of iMovie With This Version of Mac OS X

    +*Cannot Use This Version of iMovie With This Version of Mac OS X*+ Yes, I can. iMovie just doesn't want to cooperate. I checked the requirements, it says: an Intel-based Mac, a Power Mac G5 with dual 2.0 GHz or faster processors, or an iMac G5 at 1.

  • Blur effect not applied when exported to swf ?????

    hello, I have added a fast blur effect to a portion of my video project in AE, it looks great in AE. but when I export it out to a swf, the blur effect is not applied, why?????? thank you

  • What is the need to clone  an object

    What is the need to clone an object give me the scenarios where we use cloneable interface