Join between tables header & detail based on the age and group

To find the amount of the age and the group in the table of detail based on age & group_id in header?

Example: Take the seq_id = 1 mind, it has age = 60 & group_id = 23 (23 months).

In the detail table xx_detail, the age column represents the age of the person (0-65 represents the age 0-65 and so on).

If the age is null, while the rank indicates the Group (0-12 represents the group between 0-12 months). If the age is not null, then the Group 1, group 2, group 3 that data amounts.

So now I must get the amount as 240 (like my seq_id header = 1, age = 60, group_id = 23, as it is covered by group age & 13-59 0-65). So I need a SQL to find the exact amount in detail based on the header record. We must go to settings & group_id age and get an amount of detail tables. Can anyone provide input how to achieve this in the most simple.

  1. SQL > select * from v$ version
  2. 2.
  3. BANNER
  4. --------------------------------------------------------------------------------
  5. Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
  6. PL/SQL Release 11.2.0.3.0 - Production
  7. CORE Production 11.2.0.3.0
  8. AMT for Linux: Version 11.2.0.3.0 - Production
  9. NLSRTL Version 11.2.0.3.0 - Production
  10. SQL > xx_header desc ;
  11. Name Null?    Type                                     
  12. ----------------------------------------- -------- ----------------------------
  13. SEQ_ID VARCHAR2 (6)
  14. AGE                                                NUMBER
  15. START_DATE                                         DATE
  16. GROUP_ID NUMBER
  17. SQL > select * from xx_header;
  18. SEQ_ID AGE START_DATE GROUP_ID
  19. ---------------- ------ ------------------        ---------------
  20. 1 60 1 JANUARY 12 23
  21. 2 89 1 JANUARY 12 23
  22. 3 95 1 JANUARY 12 23
  23. SQL > xx_detail desc ;
  24. Name Null                                      
?    Type
  • ----------------------------------------- -------- ----------------------------
  • SEQ_ID VARCHAR2 (10)
  • AGE                                                   VARCHAR2(10)
  • GROUP1 VARCHAR2 (10)
  • GROUP2 VARCHAR2 (10)
  • GROUP 3 VARCHAR2 (10)
  • SQL > select * from xx_detail;
  • SEQ_ID AGE GROUP1 GROUP2 GROUP3
  • ---------- ----------           ----------            ----------     ----------
  • 1                                0-12              13-59       60-126
  • 1           0-65               120                 240         300
  • 1 66 - 135 100 80 400
  • Hello

    Is this the same question you asked 3 days ago

    https://forums.Oracle.com/thread/2606197

    ?

    Whether it is or not, validate the information requested in this message, which is also in the FAQS of the Forum:

    https://forums.Oracle.com/message/9362002

    If it's the same question, do not post a new thread.  Mark it as "Answered" immediately and continue in the original thread.

    Tags: Database

    Similar Questions

    • Get the number of days in a month based on the month and year of fields

      I have a column in my form which lists the days in a month. I want to configure a hidden field that calculates the total number of days in a month, based on the month and year of the field inputs. The number of days will determine what appears on the column. For example, if I put 4 months, and 2016 in the field of the year, I get 30 in the hidden field. Thus, on the column 'Day', I'll have numbers 1-30. Or if I put 2 months and 2016 in the field of the year, I get the 29 in the hidden field. If the numbers 1-29 appears in the column 'day '.

      Found this on some forum javascript code:

      //Month is 1 based
      function daysInMonth(month,year) {
        
      return new Date(year, month, 0).getDate();
      }

      //July
      daysInMonth
      (7,2009); //31
      //February
      daysInMonth
      (2,2009); //28
      daysInMonth
      (2,2008); //29

      I do not know how to convert this code in JavaScript to adobe and don't really know how to use it. All I know how to do is to configure the field values for the field month and year as variables. I am a novice programmer and would appreciate it really all the help I can get. Thank you in advance!

      The code seems to be JavaScript and runs as needed by using the JavaScript console.

      I would like to consider making more general code, so if you have a date string that includes at least the month and year we could just call the function and get the number of days for that month.

      The following script will calculate the number of days in a month, by using at least the month and year values can display the result on the JavaScript console and all of the value field for the field that has this code as the custom calculation Script.

      function daysInMonth (oDate) {}
      return new Date (oDate.getFullYear (), oDate.getMonth () + 1, 0) .getDate ();
      }

      nMonth var = this.getField("Month").valueAsString; get the value of month;
      nYear var = this.getField("Year").valueAsString; get the value of the year;

      Event.Value = "";

      If (nMonth! = "" & nYear!) = "") {}
      var MyDate = util.scand ("' / mm/yyyy ', nMonth +" / "+ nYear); convert to date object;
      var nDaysInMonth = daysInMonth (MyDate); get the number of days;

      Console.Open (); Open the JavaScript console;

      Console.clear(); clear the console;

      Console.println ("Days in" + nMonth + ":" + nDaysInMonth); show days in month;

      Event.Value = nDaysInMonth; Set the value of the field;

      }

    • Extract data based on the year and month

      My clients have taken a field TimeStamp DB Oracle and downloaded the access in a TEXT field format.
      Samples: 20060401001348CS

      Everything I'm doing is extracted from the data based on the year and the month. I equal to 200604 *, 200604%. Have also tried to use AS.
      Nothing works. It may just be that dificult. Help, please. Thank you

      Mike

      I'm SO sorry. I have 35 years of Experinece in this area and I have my data (assuming) was all a 200604 date and he was not. The query did work. I'll have more questions and that you do not want to loose credability with this site. Again, I am sorry. Sincere to help thanks.
      Ron

    • The Master Table column updated based on the sum of column Table detail


      With the help of JDev 11.1.1.6.

      I have a master-detail table based on a link to BC.

      The main table has a column that displays an InputText or an OutputText, based on the value in another column.

      If the InputText is displayed, the user can enter a value and the database will be updated with that value.

      If the OutputText is displayed, it must be a sum of a column in the secondary table.  Also, this value will be written in the database.

      Question:

      How can I fill the OutputText in the main table with the sum of the values in a column in the secondary table?

      The detail table column is a manually entered InputText field.

      Thank you.

      Create a spike in the main table and write in its expression as follows - DetailVoAccessorName.sum ("ColumnName");

      This will calculate the sum of column table detail and then you can set the value of the transient attribute to attribute DB on backup operation

      Ashish

    • Mobile based on the size and the position of the other table

      I have the impression that there is an easy solution for this... or it there is no solution at all... but here goes:

      I want to use table 2 to indicate 'total time' as the sum of all time in table 1. Table 1 is set to automatically filter some lines (basically, it creates a dynamic playlist based on certain criteria). What I wish is to table 2 'float' a certain number of Table 1 below, so that as table 1 grows or shrinks according to the filtered content, table 2 remains the same distance from the bottom of table 1. Is - this unreasonable? It seems I've seen tables 'hustles' other tables according to size changes (not the desired effect in these cases, but what I DO want to here).

      Hi mikey,.

      This seems to be the default behavior in Numbers ' 09, but the function may not have been included in 3 numbers. I'm sure someone will test and report on it before long.

      Demo below is in Numbers ' 09.

      Coffee table is a double to the top. After positioning the lower level of the original table, I inserted two rows in the original and watched 'push' that the lowest low, keeping the space between them.

      I reformatted the cells in column B, CheckBox and verified that a few of them.

      Then I opened the Reorganize pane. and the filter rule (see the lines "... ") displayed the value:

      By clicking on "see the lines...". "box produces this result:

      Note: I had selected all the header cells in column B before starting the filter. The first image was captured after unchecking the checkbox 'display lines... '. "developing the table and leaving only the cells in the (previously) selected filtered lines.

      As mentioned, the example is in Numbers ' 09 / numbers 3 behavior may be different.

      Kind regards

      Barry

    • How to perform account on a Table hierarchical Oracle based on the Parent link

      Hello


      I have the following to Oracle 11 g R2 hierarchical table definition:


      Table Name: TECH_VALUES:
        ID,
        GROUP_ID,
        LINK_ID
        PARENT_GROUP_ID,
        TECH_TYPE

      Above the hierarchical table definition, some examples of data might look like this:


      ID      GROUP_ID      LINK_ID      PARENT_GROUP_ID      TECH_TYPE 
      ------- ------------- ------------ -------------------- --------------
      1       100           LETTER_A     0
      2       200           LETTER_B     0
      3       300           LETTER_C     0
      4       400           LETTER_A1    100                  A 
      5       500           LETTER_A2    100                  A 
      6       600           LETTER_A3    100                  A 
      7       700           LETTER_AA1   400                  B 
      8       800           LETTER_AAA1  700                  C 
      9       900           LETTER_B2    200                  B 
      10      1000          LETTER_BB5   900                  B 
      12      1200          LETTER_CC1   300                  C
      13      1300          LETTER_CC2   300                  C
      14      1400          LETTER_CC3   300                  A
      15      1500          LETTER_CCC5  1400                 A
      16      1600          LETTER_CCC6  1500                 C
      17      1700          LETTER_BBB8  900                  B
      18      1800          LETTER_B     0
      19      1900          LETTER_B2    1800                 B 
      20      2000          LETTER_BB5   1900                 B 
      21      2100          LETTER_BBB8  1900
                       B


      Keeping in mind that there are only three Types of technology, i.e. A, B and C, but could not span on different LINK_IDs , how can I do a count on these three different TECH_TYPEs based solely on the ID of parent link where the parent group id is 0 and there are children below them?

      NOTE: It is also possible to have parents in dual link ID such as LETTER_B and all values of children but different group ID.

      I'm basically after a table/report query that looks like this:

      Link ID        Tech Type A         Tech Type B          Tech Type C
      -------------- ------------------- -------------------- -------------------
      LETTER_A      
      3                   1                    1
      LETTER_B      
      0                   3                    0
      LETTER_C      
      2                   0                    3
      LETTER_B      
      0                   3                    0

      Be hierarchical and my table can consist more of 30 000 files, I must also ensure that performance to produce the report above shown here query is fast.

      Obviously, in order to produce the report above, I need to gather all necessary County outages based on TECH_TYPE for all parents of the link id where the PARENT_GROUP_ID = 0 and store it in a table according to the guidelines of this report layout.

      Hope someone can help with maybe a combined query that performs the counties as well as stores the information in a new table called LINK_COUNTS, which will be based on this report. Columns of this table will be:

      ID,

      LINK_ID,

      TECH_TYPE_A,

      TECH_TYPE_B,

      TECH_TYPE_C

      At the end of this entire requirement, I want to be able to update the LINK_COUNTS table based on the results returned by the sample data above in a SQL UPDATE transaction as the link ID parent top-level already exists within my table LINK_COUNTS, just need to provide values for breaking County for each parent node link , i.e.

      LETTER_A

      LETTER_B

      LETTER_C

      LETTER_B

      using something like:

      UPDATE link_counts

      SET (TECH_TYPE_A,TECH_TYPE_B,TECH_TYPE_C) =

         (with xyz  where link_id = LINK_COUNTS.link_id .... etc

      Which must match exactly the above table/report

      Thank you.

      Tony.

      Hi, John,.

      Thanks for posting the sample data.

      John Spencer wrote:

      ...  If you need to hide the ID column, then you could simply encapsulate another external query around me. ...

      Or simply not display the id column:

      Select link_id, -id,

      Count (case when tech_type = 'A' end then 1) tech_a.

      Count (case when tech_type = 'B' then 1 end) tech_b,.

      Count (case when tech_type = "C" then 1 end) tech_c

      of (connect_by_root select link_id link_id,)

      the connect_by_root ID, tech_type

      of sample_data

      Start with parent_group_id = 0

      connect prior group_id = parent_group_id)

      Link_id group, id

      order by link_id, id;

      Same results, using SELECT... PIVOT

      WITH got_roots AS

      (

      SELECT CONNECT_BY_ROOT link_id AS link_id

      Id CONNECT_BY_ROOT ID

      tech_type

      OF sample_data

      START WITH parent_group_id = 0

      CONNECT BY PRIOR group_id = parent_group_id

      )

      SELECT link_id, tech_a, tech_b, tech_c

      OF got_roots

      PIVOT (COUNT (*)

      FOR tech_type IN ('A' AS tech_a

      'B' AS tech_b

      'C' AS tech_c

      )

      )

      Id ORDER BY link_id

      ;

    • ADF Table cell color based on the value of this field

      Dear all,
      I want to create a table for our new application that contains a table that is used to represent the data in a table or matrix format.
      and each cell of the table should be filled with a color of three colors, based on the value belongs to who will for example: (1-8-> green, 9-20 - yellow etc.).
      I don't know how to implement this. Help, please...

      Rognard

      Please post in the subforum that is appropriate for your question.

      http://forums.Oracle.com/forums/Ann.jspa?annID=599

      This blocking thread

    • master and details based on the business component

      Hello
      I am looking for sample Application main and based on the business component. How to build model and view to link knowledge please view this step by step thank you.

      Hello.

      This link contains many tutorials

      http://docs.Oracle.com/CD/E18941_01/tutorials/TOC.htm

      It's a good start:

      http://docs.Oracle.com/CD/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html

      Your version is 11.1.2.0.0?

    • Join between tables of rates and service agreements

      Hello

      I am looking at the table of the Service contract in the observer Application and cannot figure out how the rate is referenced in this table. It doesn't seem as any reference to the table of hourly rates in the Service Agreement?

      TIA,

      Edward :-)

      You can find the fee structure used for a Service contract on the following table: CI_SA_RS_HIST

    • INSERT or update based on the quantity and the description

      I have a table of transaction known as ot_cut_detail based on who i need to update or insert into two tables that have missing information. There are two criteria, we must first check if the cut_ps_desc is as pl or not like pl, if the description of cut_ps_desc is as pl he will check and update or insert into ot_actual_dtl_pl, or else it will update or insert into ot_actual_dtl, to the corresponding cut_pm_code and cut_ps_code as act_pm_code act_ps_code ot_actual_dtl and act_pm_code_pl, act_ps_code_pl in ot_actual_dtl_pl, which can be found below. quantities to both ot_actual_dtl and ot_Actual_dtl_pl are located in each row.the test case is the following.

      {code}

      create table ot_cut_detail (cut_pm_code varchar2 (12), cut_ps_code varchar2 (12), cut_ps_desc varchar2 (12), the number of cut_ps_qty);

      insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1001 ', "A001", "HEA", 3);

      insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1002 ', 'A002', 'PL', 2);

      insert into ot_cut_detail (cut_ps_code, cut_ps_desc, cut_pm_code, cut_ps_qty) values ('1003 ', 'A003', 'PL', 2);

      create table ot_actual_dtl (act_pm_code varchar2 (12), act_ps_code varchar (12), the number of act_qty);

      insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 1);

      insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 1);

      insert into ot_actual_dtl (act_pm_code, act_ps_code, act_qty) values ('1001', "A001", 0);

      create table ot_actual_dtl_pl (actp_pm_code varchar2 (12), actp_ps_code varchar (12), the number of actp_qty);

      insert into ot_actual_dtl_pl (actp_pm_code, actp_ps_code, actp_qty) values ('1002', "A002", 1);

      -required output is as follows

      -in the table ot_Actual_dtl

      act_pm_code, act_ps_code, act_qty

      ' 1001', "A001", 1

      ' 1001', "A001", 1

      ' 1001', "A001", 1 - line last updated 1 since she was not corresponding to the amount of ot_cut_detail

      -case 2

      -by ot_Actual_dtl_pl

      actp_pm_code, actp_ps_code, actp_qty

      "1002", 'A002', 1

      "1002", 'A002', 1 - inserted recording missing with balance Qty

      ' 1003', "A003", 1 -inserted recording missing with balance Qty .

      {\code}

      ' 1001', "A001", 1 - line last updated 1 since she was not corresponding to the amount of ot_cut_detail

      Update ot_cut_detail table with 0 whenever 0 or null comes (guess that there are relationships between these tables. So no need to check the data of wherther there or not) of the foregoing. Here's the update statement

      Ot_actual_dtl ADO UPDATE

      SET oad.act_qty = 1

      WHERE NVL(oad.act_qty,0) = 0

      ;

      After the update, there is a 0 in the table. So now you can insert the rows required for both the table. Here I first, I checked the corresponding record exists in ot_cut_detail or not. If is to insert into the table else insert into ot_actual_dtl_pl (assumes that registration will not be there with Qty 0 in the table ot_actual_dtl_pl). This is the insert all THE

      INSERT ALL

      WHEN the flag = "ACTP" THEN

      IN ot_actual_dtl_pl (actp_pm_code, actp_ps_code, actp_qty) VALUES (pm_code, ps_code, ps_qty)

      WHEN the flag = "Act" THEN

      IN ot_actual_dtl (act_pm_code, act_ps_code, act_qty) VALUES (pm_code, ps_code, ps_qty)

      WITH qry1 AS

      (

      SELECT ocd.cut_pm_code,

      OCD.cut_ps_code,

      OCD.cut_ps_qty,

      OCD.cut_ps_qty - Sum (NVL(OAD.act_qty,0)) act_qty,

      OCD.cut_ps_qty - Sum (NVL(OADP.actp_qty,0)) actp_qty

      Of ot_cut_detail OCD

      LEFT OUTER JOIN ot_actual_dtl ADO

      ON ocd.cut_pm_code = oad.act_pm_code

      AND ocd.cut_ps_code = oad.act_ps_code

      LEFT OUTER JOIN ot_actual_dtl_pl oadp

      ON ocd.cut_pm_code = oadp.actp_pm_code

      AND ocd.cut_ps_code = oadp.actp_ps_code

      Ocd.cut_pm_code GROUP,

      OCD.cut_ps_code,

      OCD.cut_ps_qty

      ),

      qry2 (pm_code, ps_code, ps_qty, Qty, Flag) AS

      (

      Cut_pm_code SELECT pm_code,

      cut_ps_code ps_code,

      1 ps_qty,

      1 qty

      CASE WHEN (q1.act_qty <> q1.cut_ps_qty) THEN the 'ACT' ELSE "ACTP" END flag

      OF qry1 q1

      WHERE q1.act_qty<=>

      AND q1.act_qty <> 0

      AND q1.actp_qty <> 0

      UNION ALL

      SELECT q2.pm_code,

      Q2.ps_code,

      Q2.ps_qty,

      Q2. Qty + 1,

      flag

      OF qry2 q2, q1 qry1

      WHERE q2.pm_code = q1.cut_pm_code

      AND q2.ps_code = cut_ps_code

      AND q2.qty + 1 <= case="" when="" (q1.act_qty=""> <> q1.cut_ps_qty) THEN q1.act_qty ELSE q1.actp_qty END

      )

      SELECT q2.pm_code,

      Q2.ps_code,

      Q2.ps_qty,

      Q2. Flag

      OF qry2 T2

      ;

      You must follow two steps.

      Step 1:-update the table with 0 (1st update statement)

      Step 2:-once the update is finished, insert into table using INSERT ANY State.

    • Tax code failed iExpenses based on the location and type of expenditure

      Hi all

      I have a requirement in Internet Expenses (11.5.10) by default the code based on taxes
      the type of expenditure and the location. I store the mappings between the expense type + location-> tax code
      in a database table custom.

      I decided I need to extend the page controller
      / Oracle/Apps/AP/GOOSE/Entry/Lines/WebUI/DetailsPG which is DetailsPageGlueCO.java.

      My plan is to expand the page controller...

      (1) intercept the PPR events on the type of expenditure and the location LOV
      (2) to obtain the values of expense type and location using calls to row.getattribute
      (3) create a VO customized on the fly to search the tax code by default for this type of expense and the location
      (4) use row.setattribute to update the tax code

      I have extended the controller and am running in debug mode in Jdeveloper and I can confirm that
      the custom controller is running.

      First, I hit, it's that I can't get a handle on the view for the page object.
      The code I use is...

      ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
      {

      super.processFormRequest (pageContext, webBean);

      Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
      OAViewObject expVO = (OAViewObject) am.findViewObject ("ExpenseReportLinesVO");

      After these expVO lines have run is null
      I tried to change the reference to ExpenseReportLinesVO1 VO, but the original Version is still missing.

      Please can you point me in the right direction?

      Also please comment on my proposed approach to this customization.


      Thank you very much
      Andy

      Hi Andy,.

      (1) you weren't able to get the reference am as controller "DetailsPageGlueCO" is set to "pageLayout" region for OAWebBean object is reference to "pageLayout" region. Now using the line of code
      Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
      We will go am region reference "pageLayout' which is 'WebExpensesAM '.

      Since we need to reference "OIECommonAM" we need to get the OAWebBean of the StackLayout region object. That's why we need to use
      OAWebBean oawebbean1 = oapagecontext.getPageLayoutBean () .findChildRecursive ("StackLayout");

      (2) to get the value of ExpTypeChoice use code below: (not tried your approach)

      OAMessageChoiceBean oamessagechoicebean = (OAMessageChoiceBean) oawebbean.findChildRecursive ("ExpTypeChoice");
      If (oamessagechoicebean! = null & oamessagechoicebean.getSelectionValue (oapagecontext)! = null)
      ExpTypeVal = oamessagechoicebean.getSelectionValue (oapagecontext);

      (3) TaxCodeId use code below:

      ExpenseReportLinesVOImpl reportlinesvo = (ExpenseReportLinesVOImpl) am.findViewObject ("ExpenseReportLinesVO");
      If (reportlinesvo! = null)
      {
      ExpenseReportLinesVORowImpl reportlinesrow = (ExpenseReportLinesVORowImpl) reportlinesvo.getCurrentRow ();
      If (reportlinesrow! = null)
      {
      reportlinesrow.setTaxCodeId (); We must move the Number data type for this method
      }
      }

      Kind regards
      Anand

    • What is the difference between a triangle wave, waveform of the triangle and the triangle pattern

      To generate a waveform of triangle, I have 3 vi I could use. Signal Processing-> generation of signals-> Triangle wave.vi, Signal-> signal generation processing-> Triangle Pattern.vi, programming-> wave->-> generation of waveform analog waveform-> Triangle waveform.vi.

      What is the fundamental difference between these 3. I understand that all 3 have a different set of entry and I can use them according to what combination of input data that I have. Are there any special cases for which each is used?

      You should get really understand DAQ and the difference between the data types. When you create a waveform data type, the data type includes timing information. For the acquisition of data the most important is the dt or the time between samples. You have configured the DAQ Assistant to use this information to generate the waveform. When you create the table 1 d, obviously it cannot contain information of timing and when you convert dynamic data, all you will get is a default dt 1.

      As indicated, you can use either feature, if you create the table 1 d, you will need to change the data to add to the dt you want.

      Look inside the basic function generator. It uses the lower level of triangular-wave function, you already mentioned. See how the timing information is added to the output of table D 1.

    • How to cut the message header to include only the sender and address the subject?

      In earlier versions of the Thunderbird (W7), the message header contains the subject of the message and the sender's name... might switch to display the icons and the receipents. I installed V24 on a new machine of W8 and may not reduce the header.

      View (alt + V) menu > headers > normal.

      Or your old machine had this add-on
      https://addons.Mozilla.org/en-us/Thunderbird/addon/compactheader/

    • Satellite A50: Need the detailed specifications of the screen and DVD - RW

      Hello

      One of my friends had their murdered A50.
      It suffered a blow hard with blunt when closed, which broke the screen and totally destroyed the hard drive.

      This is probably beyond economic repair. However, I had a go at laptops before repair (mainly the Apple iBook - these have tiny parts and are quite difficult to maintain - the Toshiba looks easy).

      I have two questions-

      First, I removed the HARD drive and hooked it to an external monitor. The wireless appears to work, the charges of the battery and the system boots to the BIOS. I took the hard drive and it is writing off the coast, the data has been saved.

      However, I can't get the DVD player to eject. I opened it with a paper clip, and it opens and closes fine manually. There don't seem to be getting no power anyway. Is this normal? It does not seem to have taken no external damage, it is easy to take the coverage of the case and take a look at the connectors.

      Second, the screen is broken (just the glass, the rest of the top of the page looks very well). Anyone know what is the model of screen used in the A50? In addition, a source for this bit second hand would be great - pointers? (if this is allowed in the forum?)

      See you soon,.
      Josh

      [Edited by: admin on 21 January 06 11:04]

      Hello

      In my opinion the best way to order parts is to contact Toshiba service partner because it has detailed information on compatible parts. In addition, sometimes laptops come with different screens and if you want to be 100% sure what part is supported so ask the ASP.
      However I found this site with a screen for an A50:
      http://www.screentekinc.com/Toshiba__Satellite__A50--14.1_lcd_screen--(1024_x_768) _XGA.html

      Well well about by car: in my opinion, the drive is broken and it should also be replaced.

      Good bye

    • dynamic action turns an article based on the result, and checks the database!

      I use Apex 4.1

      I do not know how to accomplish the following:
      If a pick list is changed, a function is checked and based on the results of a another field is disabled or enabled.

      I created a dynamic action (change) that executes a PL/SQL code, now I need to disable the other element.

      the problem is that I can't save the dynamic action because of the sign #.

      example:
      Start
      HTP.p ("< script type =" text/javascript"> '");
      HTP.p ('$('#P35_FT_00010_DOC_NO').attr ("readonly", "true")');
      HTP.p ("< /script >");
      end;

      I tried document.getElementById, but an error occurs also when I try to save.

      I think the wrong way?... Help, please

      1. create a step forward (not the simple/standard one) dynamic action.
      2. create initially unconditionally (the wizard will not let you take the PL/SQL expression as a condition but we will go back and change it later)
      3 assume that TRUE from your PL/SQL will lead to disable the item, then choose 'Disable' and the item you want to disable.
      4. Once created, go back in the DA and change the status of PL/SQL expression and put your PL/SQL in there (suppose you have a function returns boolean called MY_FUNC and TRUE to him means disable).
      5 copy the DA in its entirety to a new DA will be FALSE to activate the element.
      6. Once copied, go into the new DA and change the status of PL/SQL to NOT (my_func).
      7 change the REAL action of the DA to activate the element.

      So now you should have two similar DAs... one for when MY_FUNC is true and disables the element, a when "NOT (my_func)" is true and allows the element.

      If you do not disable, you can run javascript instead to set readonly. It seems that this is kind of what you tried to do, but you seem to use a jQuery selector, I suppose that (I did not recognize your syntax to off the bat)?

      Try to use the javascript API instead Apex:

      if ($v('P35_EN_DIS_DOC') == 1 )
        $x('P35_FT_00010_DOC_NO').readOnly='true';
      else
        $x('P35_FT_00010_DOC_NO').readOnly='';
      

    Maybe you are looking for

    • Removal of the family recalls list

      I'm the organizer of my sharing of family function with my sisters. And now that he has ios10, I finally got a chance to improve the application of reminders more useful to me than before. But there is the list of reminders of family that I cannot ge

    • An error occurred during authentication

      I have downloaded I have cloud to my computer and when I try to connect the following message is displayed: An error occurred during authentication. Please try again later.

    • HARD drive caddy for old Satellite Pro A10 need

      Hello I recently bought an old Pro of Satellite A10 but it doesn't have a hard drive or a caddy, anyone know if one of the other Toshiba Notebook Caddy is compatible with this model? I've been watching autour fleabay, but not a lot of Pro A10 caddy o

    • Qosmio G30 freezes at startup of Norton Internet Security 2008

      Norton Internet Security 2008 will freeze my computer because soon, it attempts to load and the only way to do is to restart the system by pressing the on/off key. My laptop is a Toshiba Qosmio G30-177 (model No. PQG32E-02G022GR) with Vista Ultimate

    • 1510:1510 does not print

      Hello My problem is this printer print with the hp as a test page application, also when scan click on the dock. but when I want to print the image, or notification of said word 'print' documents, but printer 1510 does nothing. It's so stupid I think