Sort of the months of jan - Dec

Hi all

I wrote the code to display the month where every employee has joined

Select ename, empno, to_char (hiredate, 'month') as MÓJ

WCP

order by 3;

O/P:

ENAMEEMPNO MOJ
JONES7566 April
SCOTT7788 April
SMITH7369 December
FORD7902 December
JAMES7900 December

I need my exit list of jan to dec and not in alphabetical order from a to z. Therefore, kindly help me in sorting.

Also, I heard that we can set the month of jan-dec using decode. If none knows it too kindly let me know

Thank you

Hello

If you want the ' January the first, no matter what year they are in; is this fair?

Here's a way

SELECT ename, empno

TO_CHAR (hirdeate, 'months') AS Mój

FROM scott.emp

ORDER OF TO_CHAR (hiredate, 'MM')

;

You can use an expression BOX (or DECODE) If you really want to.  It would not be difficult, just to long (12 WHEN...) Branches THEN, according to your needs).

Tags: Database

Similar Questions

  • How to sort on the period of one month

    Hello

    I have a doubt on the date column sorting. IE, how to print the values of Jan - Dec. I heard all using case statement, it is possible. y at - it another option?

    with t as
    (select to_date('12-feb-95') union dt double all the)
    Select to_date('12-apr-95') union dt double all the
    Select to_date('12-jan-95') union dt double all the
    Select to_date('12-apr-95') union dt double all the
    Select to_date('12-dec-95') double dt)
    Select to_char (dt, 'month'), count (*) t
    To_char Group (dt, 'month')
    order by Lun;

    I need output like,

    on 1 January
    on 1 February
    April 2
    December 1
    with t as
    (select to_date('12-feb-95') dt from dual union all
    select to_date('12-apr-95') dt from dual union all
    select to_date('12-jan-95') dt from dual union all
    select to_date('12-apr-95') dt from dual union all
    select to_date('12-dec-95') dt from dual)
    select to_char(dt,'month') mon,count(*) from t
    group by to_char(dt,'month')
    order by to_date(to_char(dt,'month'),'MON');
    
    MON                         COUNT(*)
    --------------------------- ----------------------
    january                     1
    february                    1
    april                       2
    december                    1                      
    
    4 rows selected
    
  • Sort data with the name of the month

    Hi all
    I have a table column contains data type varchar2 and got every month (Jan - Dec) but he got another string "annual". I can't sort the data using the to_date function.

    I am train simple statement like that-

    Select item_id, description, name, order_month
    of my_orders
    order of to_date (order_month, 'Month')

    but get error 'Invalid MONTH A'

    Is it possible that I dispense the * "Annual" * in the list and then stopped a month?

    Thanks in advance,

    Pascal M

    http://Tajuddin.whitepagesbd.com

    You can try

    order by to_date(nullif(order_month,'Annual'),'Month')
    

    followed by

    nulls last
    

    or

    nulls first
    

    If you prefer to have annual on the top or bottom of the results of the query.

    Alessandro Bye

  • How can I order a list first for the year and sort the months each year?

    Hello

    I created a report that lists a number of items grouped by month, although elements it since 2012 so together and you spend your order is strange because the groups to report on 2 months.

    example:

    2013 - 01-50

    01/2012 - 56

    02/2013 - 45

    02/2012 - 54

    .

    .

    .

    How do I ordernar first a year and and sort the months each year?

    Sort by DATE... not VARCHAR2

    It is a thing of database, not an APEX.

    In your select statement to the report, the column for DATE information must be one data type DATE or another...

    MK

    PS - TRUNC (a_date_column, 'MONTH')

  • sort the month name column based on id in RPD itself only months

    sort the month name column based on id months in RPD itself only without creating the logical column.

    Set your id for months as the column sort order of the name of the month.

    Double click on the month name-> in general tab set the column sort order as the id of the month

  • Sort by the name of the month

    I have a guest

    Year - quarter - months

    Here quarter and month are seen force. However, the name of the month comes not in a sorted order?
    How to sort the name of the month?

    I tried to use SQL results but by usin SQL results we cannot force the it.


    Any help?

    Have you tried specifying the sort by Date to month name, as a secondary sort. This could be done to the RPD.

    HTH
    Mahesh

  • How to order the month values in access guest

    Hi gurus,

    I have a column that displays the month in format below

    Date.png

    I wrote a case statement when 1 = January he worekd, but now I want to display the Jan, Feb... DEC in order, but I do not get the values as expected, any suggessions please.

    Hi gurus,

    I got the answer, I created another logical column based on the above column and sorting of the column value based on the value that it's picking this worked.

    Thanks for your time.

  • Fixing on the month/year combinations

    I use the planned substitution variables sliding in my application which consists of 24 variables period and 24 years.  Currently most of the scripts I used a format similar to below.

    Fix (RFper1, RFyr1)

    (Code)

    ENDFIX

    Fix (RFper2, RFyr2)

    Repeat the Code)

    ENDFIX

    Fix (RFper3, RFyr3)

    Repeat the Code)

    ENDFIX

    As you can image it takes a lot more than a great correction using statement and have the code only once.  However, I don't find a way to fix statement don't understand that 24 periods I want.

    If I list like this

    Fix (RFper1 (Mar), RFper2 (Apr), RFper3 (May)...) RFper24 (Feb), RFyr1 (FY14, RFyr2 (FY14, RFyr3 (FY14)... RFyr24 (FY16)..)  then it will include the period of time more than 24.  In this example, it would still include FY16 if I want to stop to FY16 Feb.  It would also contain Jan and Feb of FY14 which I don't want.

    I want to do something like this PATCH (Tue-> FY14, Apr-> FY14...) but that doesn't seem possible.  Any ideas?

    I think this is a good approach and you can use the SET ON EMPTYMEMBERSETS | OFF too. This way if the fix returns an empty subset he won't be used in the calculation.

    You can also create one IF to determine if the first month is Jan and then change the code like this:

    IF(&StartMonth==Jan)

    DIFFICULTY (& StartMonth: Dec, & StartYear)

    Code

    ENDFIX

    Fix(Jan:DEC), & second)

    Code

    ENDFIX

    on the other

    DIFFICULTY (& StartMonth: Dec, & StartYear)

    Code

    ENDFIX

    Fix(Jan:DEC), & second)

    Code

    ENDFIX

    Fix(Jan:&EndMonth,&EndYear)

    Code

    ENDFIX

    endif;

    This way you do not compute 2 times the same thing.

    Hope this can help you.

  • Breaking a year in coming weeks of beginning and end Dates (parameters) and first and last day of the month

    Hello people:

    I have currently a query that picks up all the weeks between a date range where my week starts on Thursday and ends on Wednesday. The following query works fine except that I need the week of beginning and end, from beginning and end Dates of months and the beginning and the Dates of end of the values of the settings, I'm passing. In this case, I chose January 1, 2013 to 31 December 2013.

    Any help or pointers would be great!

    Thank you!

    Problem: I am picking up days of December 2012 as the first week began on December 27, 2012. In addition, in December, I'm pretty much lost last week as well (26 December - 31 December).

    The request in hand:

    SELECT first_thursday + (7 * (LEVEL - 1))   AS week_start_date,
                     first_thursday + (7 * LEVEL) - 1    AS  week_end_date
    FROM
    (
      SELECT TRUNC(p_from_date + 4, 'IW') - 4   AS first_thursday, -- Week should start the pre ceeding THURSDAY based on the Start Date
                      TRUNC( p_to_date + 4,  'IW') - 5     AS last_wednesday
      FROM
      (
        SELECT to_date('01-JAN-2013') AS p_from_date,
                        NVL(to_date('31-DEC-2013'), SYSDATE) AS p_to_date
        FROM     dual
      ) parms
    ) end_points
    CONNECT BY LEVEL <= ( last_wednesday + 1 - first_thursday)/7;
    

    Currently, this is the result I get (I'm only including the months of January and December here).

    Week_Start_Date     Week_End_Date
    27-DEC-12                02-JAN-13
    03-JAN-13                 09-JAN-13
    10-JAN-13                 16-JAN-13
    17-JAN-13                 23-JAN-13
    24-JAN-13                 30-JAN-13
    31-JAN-13                 06-FEB-13
    

    December:

    28-NOV-13               04-DEC-13
    05-DEC-13              11-DEC-13
    12-DEC-13              18-DEC-13
    19-DEC-13              25-DEC-13
    

    What I would really like is based on start and end Dates, as well as the first and the last day of the month is similarly try nicely. I have provided and then gently break at the end of the month:

    January:

    01-JAN-13              02-JAN-13
    03-JAN-13              09-JAN-13
    10-JAN-13             16-JAN-13
    17-JAN-13             23-JAN-13
    24-JAN-13             30-JAN-13
    31-JAN-13             31-JAN-13
    

    February:

    01-FEB-13    06-FEB-13
    07-FEB-13    13-FEB-13
    14-FEB-13    20-FEB-13
    21-FEB-13    27-FEB-13
    28-FEB-13    28-FEB-13
    

    November:

    31-OCT-13    06-NOV-13
    07-NOV-13    13-NOV-13
    14-NOV-13    20-NOV-13
    21-NOV-13    27-NOV-13
    28-NOV-13    04-DEC-13
    

    December:

    01-DEC-13           04-DEC-13
    05-DEC-13           11-DEC-13
    12-DEC-13          18-DEC-13
    19-DEC-13          25-DEC-13
    26-DEC-13          31-DEC-13
    

    Hello

    Roxyrollers wrote:

    Hello people:

    I have currently a query that picks up all the weeks between a date range where my week starts on Thursday and ends on Wednesday. The following query works fine except that I need the week of beginning and end, from beginning and end Dates of months and the beginning and the Dates of end of the values of the settings, I'm passing. In this case, I chose January 1, 2013 to 31 December 2013.

    Any help or pointers would be great!

    Thank you!

    Problem: I am picking up days of December 2012 as the first week began on December 27, 2012. In addition, in December, I'm pretty much lost last week as well (26 December - 31 December).

    The request in hand:

    1. First_thursday SELECT + (7 * (LEVEL - 1)) AS week_start_date,
    2. first_thursday + (7 * LEVEL)-1 AS week_end_date
    3. Of
    4. (
    5. SELECT TRUNC (p_from_date + 4, 'IW') - 4 AS first_thursday,-week should start to perform the pre-mounted THURSDAY based on the Start Date
    6. TRUNC (p_to_date + 4, 'IW') - 5 AS last_wednesday
    7. Of
    8. (
    9. SELECT to_date('01-JAN-2013') AS p_from_date,
    10. NVL (to_date('31-Dec-2013'), SYSDATE) AS p_to_date
    11. OF the double
    12. ) parms
    13. ) end_points
    14. CONNECT BY LEVEL<= (="" last_wednesday="" +="" 1="" -="">

    Currently, this is the result I get (I'm only including the months of January and December here).

    1. Week_Start_Date Week_End_Date
    2. DECEMBER 27, 12 2 JANUARY 13
    3. JANUARY 3, 13 JANUARY 9, 13
    4. 10 JANUARY 13 JANUARY 16, 13
    5. 17 JANUARY 13 23 JANUARY 13
    6. 24 JANUARY 13 30 JANUARY 13
    7. 31 JANUARY 13 FEBRUARY 6, 13

    December:

    1. NOVEMBER 28, 13 4 DECEMBER 13
    2. 5 DECEMBER 13 DECEMBER 11, 13
    3. 12 DECEMBER 13 18 DECEMBER 13
    4. 19 DECEMBER 13 DECEMBER 25, 13

    What I would really like is based on start and end Dates, as well as the first and the last day of the month is similarly try nicely. I have provided and then gently break at the end of the month:

    January:

    1. JANUARY 1, 13 2 JANUARY 13
    2. JANUARY 3, 13 JANUARY 9, 13
    3. 10 JANUARY 13 JANUARY 16, 13
    4. 17 JANUARY 13 23 JANUARY 13
    5. 24 JANUARY 13 30 JANUARY 13
    6. 31 JANUARY 13 JANUARY 31, 13

    February:

    1. 1ST FEBRUARY 13 FEBRUARY 6, 13
    2. 7 FEBRUARY 13 FEBRUARY 13, 13
    3. 14 FEBRUARY 13 FEBRUARY 20, 13
    4. 21 FEBRUARY 13 FEBRUARY 27, 13
    5. 28 FEBRUARY 13 FEBRUARY 28, 13

    November:

    1. 31 OCTOBER 13 NOVEMBER 6, 13
    2. 7 NOVEMBER 13 NOVEMBER 13, 13
    3. 14 NOVEMBER 13 NOVEMBER 20, 13
    4. 21 NOVEMBER 13 NOVEMBER 27, 13
    5. NOVEMBER 28, 13 4 DECEMBER 13

    December:

    1. 1ST DECEMBER 13 DECEMBER 4, 13
    2. 5 DECEMBER 13 DECEMBER 11, 13
    3. 12 DECEMBER 13 18 DECEMBER 13
    4. 19 DECEMBER 13 DECEMBER 25, 13
    5. 26 DECEMBER 13 DECEMBER 31, 13

    Why the "weeks" in November, have all 7 days, while the "weeks" in the first or the last week in the other month usually have less?  (For example, February 28 is a 'week' alone.)

    The following works for the other months:

    WITH all_days AS

    (

    SELECT DATE "2013-01-01' + LEVEL - AS a_date 1

    OF the double

    CONNECT BY LEVEL<=>

    )

    SELECT DISTINCT

    More GRAND (TRUNC (a_date + 4, 'IW') - 4)

    , TRUNC (a_date, 'MONTH')

    ) AS week_begin

    , The LEAST (TRUNC (a_date + 4, 'IW') + 2

    TRUNC (LAST_DAY (a_date))

    ), Week_end

    Of all_days

    ORDER BY week_begin

    ;

    Output:

    WEEK_BEGIN WEEK_END

    ----------- -----------

    January 1, 2013 January 2, 2013

    January 3, 2013 January 9, 2013

    January 10, 2013 January 16, 2013

    January 17, 2013 January 23, 2013

    January 24, 2013 January 30, 2013

    January 31, 2013 January 31, 2013

    February 1, 2013 February 6, 2013

    February 7, 2013 February 13, 2013

    February 14, 2013 February 20, 2013

    February 21, 2013 February 27, 2013

    February 28, 2013 February 28, 2013

    ...

    November 1, 2013 November 6, 2013

    November 7, 2013 November 13, 2013

    November 14, 2013 November 20, 2013

    November 21, 2013 November 27, 2013

    November 28, 2013 November 30, 2013

    December 1, 2013 December 4, 2013

    December 5, 2013 December 11, 2013

    December 12, 2013 December 18, 2013

    December 19, 2013 December 25, 2013

    26 December 2013 31 December 2013

  • Creating a table fixed adf read-only for the month

    Hello world

    I was wondering if it would be possible to create a table read-only horizontal adf fixed with the months of the year. I am pretending to do is the following:

    Jan Feb March April May June

    Jul there are seven Oct Nov Dec

    Really, it isn't serious me if I create the table by hand or the month comes from a table in a database, but is it possible? How would you do it?

    I really tried to do, I tried foreach, a table, I tried to browse but I couldn't do it.

    Any help or ideas from anyone? How can you do a foreach statement and 'divide' table of the adf two?

    The example I want to achieve with this idea: https://www.dropbox.com/s/w03nyuizkzgyq21/Capture.PNG

    I use Jdeveloper 12.1.2.0.0.

    Kind regards

    Frederico.

    The attributes of need 6 vo and two lines to get your page layout. First line contains jan-June and the 2nd row from July to December...

    Or you use a panlelGridLayout with two rows one 6 cells and set each throttle in its own cell. Looks like a table but is not a.

    Timo

  • How to get the Date in month based on week of the month.

    Hi gurus,

    I have provided.

    Quarter (Q) = > 1 (Jan - Mar), 2 (April-June), 3 (July-September), 4 (October-December).

    Months (M) = > Jan = 1, Feb = 2, Mar = 3 in the 1st quarter.

    ARP = 1, may = 2, Jun = 3 in the 2nd quarter,

    Jul = 1, August = 2, Ms = 3 in Q3,

    Oct 1 Nov = = 2, Dec = 3 in the 4th quarter

    If I give Q = 3, M = 3, W = 1 day = Fri so I get 6-Sep-13

    Similarly, if I give Q = 2, M = 1, O = 3, day = game so I get 18 April 13.

    Could someone help me higher and higher.

    Concerning

    Sanjeev

    Believing that when you say you want to say that it is 1 - 5 in a month with the 1st day of the month as the beginning of the 1st week of the week. You can try this.

    SQL > t
    2 as
    (3)
    4. Select q 3, 3 m, 1 w, 'Ven' d
    5 double
    6 union
    7 all the
    8. Select q 2, 1 m, 3 w, d 'game '.
    9 double
    10)
    11. Select q, m, w, d, d_day
    12 years of)
    13 select y + (level - 1) d_day
    14, ceil (extract (day of cast (y + (level - 1) as timestamp)) / 7) week_7_day
    15                   , t.*
    16 of)
    17 select add_months (trunc (sysdate, 'year') (q * 3-3) +(m-1)) y
    18                             , t.*
    19 t
    20                     ) t
    21 connect
    22 by level<= last_day(y)="" -="" y="" +="">
    23 and prior y = y
    dbms_random.value (24 and prior) is not null
    25         )
    where the 26 w = week_7_day
    27 and substr (to_char (d_day 'day'), 1, 3) = lower (d);

    Q M W D D_DAY
    ---------- ---------- ---------- --- ---------
    2 1 3 Friday 18 April 13
    3 3 1 Fri 06-SEP-13

    SQL >

  • Difficulty over the months in time Sun based on the value of as txt

    Hi all

    We have two text measures startmonth and endmonth, how can resolve us to the time dimension based on the values of these measures of text? Difficulty for example (Mar: dec)

    Thank you

    James

    Hi James

    I'm sorry, it looks like you may need to go on a training Essbase. As I said you can NOT SET on data which are entered.

    You must FIX on all period member using something like @RELATIVE(YearTotal,0), then in your writing sets the IF statement as well as the data is calculated only at the period, you are at (The FIX on all periods will cover all periods) lies between the values entered by the user (i.e. the start month and end month values).

    An example below is to say in the depreciation calculation.

    "SYS_MONTH" is a member who places the VALUES against each Member period so that you can compare and match against the input values IE like VLOOKUP in Excel, then Jan = 1, Feb = 2... ***

    DIFFICULTY (FY13, @RELATIVE("Product",0), @RELATIVE("YearTotal",0)) I do not know you other dimensions you are trying to calculate against so you should add them

    "Depreciation")

    IF ("Start_Month"-> "Input_period"-> "Input_Year"-> "Input_product" "Input_period"-> "Input_Year" <= "sys_month"="" and="" "end_month"-="">-> "Input_product" > = "SYS_MONTH")

    "Depreciation" = xxxxxxxxxx Code to calculate depreciation;

    ON THE OTHER

    "Depreciation" = #missing;

    ENDIF)

    ENDFIX

    Imaging you are in a worksheet with Jan, Feb, Mar in the upper part and in the left column, you have the beginning and the end of the month entries. Calculation will increase from left to right and IF his calculation period that is to say that the SYS_MONTH member is between the beginning and the end of the month (4 and 11 below) then the depreciation is calculated, if it is then #missing, or you can choose not not to calculate.

    Input_Period Jan Feb Mar Apr May Jun Jul Aug Ms Oct Nov Dec
    SYS_MONTH #missing 1 2 3 4 5 6 7 8 9 10 11 12
    Start_Month 4
    End_Month 11
    Depreciation #missing #missing #missing #missing x x x x x x x x #missing
  • Select records based on the monthly anniversary date

    Hello

    I have a table with a field of date_added and I want to select records from monthly birthday of this field.

    for example. ID, Date_added
    1, DECEMBER 10, 2012
    2, 11 NOVEMBER 2012
    3, 10 MARCH 2012
    4, FEBRUARY 28, 2012
    5, 30 DECEMBER 2012

    So for January 10, 2013, I would like to return the documents 1 and 3 only

    I started watching the extract function, but this little falls down to the records at the end of the month. For example, on 28 February, I also include records where 29, 30 or 31 is the day of date_added. So, in the above table, I won't return documents 4 and 5, but retrieves only returns 4.

    Is there a simple function to make the request of birthday this month - have I missed something very obvious? Or I have to write a query to explicitly dates at the end of the month? So far I have not found a reasonable solution!

    I use 11g

    Thank you

    user11259857 wrote:
    Hi Al,.

    No I don't think that there is a flaw. For example, the 30 Jan is not the last day of the month, but is June 30. Thus, on 30 January I want only to interrogate all the dates falling on the 30th - 28 February, after already being interrogated on the 28 Jan. However, on 30 June, I would query the 30th of each month, as well as the 31 January, March, may, July, Aug, Oct, dec. February is a special case, being both shorter and a leap year

    Thank you

    Richard

    Hi Richard,

    so, we can assume that your needs are:

    If the day is the last day of that month, interview the day of the other months being > = day of the current month.

    That is to say:

    Jan-30 = query only 30 other months
    Jan-31 = query only 31 of the other months

    Feb-28 (non-leap years) = question 28, 29, 30 and 31 other months
    29 February (leap year) = query 29,30,31 to other months

    Mar-30 = query only 30 other months
    Apr-30 = query 30 and 31 other months

    This hypothesis is correct?

    If so, then something like this should work:

    WITH mydates(id, date_added) AS
    (
       SELECT 1, TO_DATE('10-DEC-2012', 'DD-MON-YYYY') FROM DUAL UNION ALL
       SELECT 2, TO_DATE('11-NOV-2012', 'DD-MON-YYYY') FROM DUAL UNION ALL
       SELECT 3, TO_DATE('10-MAR-2012', 'DD-MON-YYYY') FROM DUAL UNION ALL
       SELECT 4, TO_DATE('28-FEB-2012', 'DD-MON-YYYY') FROM DUAL UNION ALL
       SELECT 5, TO_DATE('30-DEC-2012', 'DD-MON-YYYY') FROM DUAL
    )
    SELECT id, date_added
      FROM mydates
     WHERE (:input_date = LAST_DAY(:input_date) AND TO_CHAR(:input_date,'DD') <= TO_CHAR(date_added, 'DD'))
        OR TO_CHAR(:input_date,'DD') = TO_CHAR(date_added, 'DD');
    
    with input_date = 28/02/2013
    
    id   date_added
    4    28/02/2012
    5    30/12/2012
    

    Kind regards.
    Al

    Published by: Alberto Faenza on 10 January 2013 15:21
    Added example

  • Report view columns based on the selection of the month

    Hello

    I have an interactive report.
    In my report, I show the columns below. Let's say the show for months salary of the EMP for this month

    EmpID, ename, jan, Feb, mar, Apr, may, June, July, August, Sept, oct, nov, dec

    I have two selection lists (to filter the report) in my interface. P1_MONTH and P1_YEAR. These have static LOVs.
    Jan (Display) - 01 (Return)
    (Display) - 02 Feb (Return) and so on.

    I am facing problem while hiding under certain conditions the columns.
    For example, if the user selects the month "Mar." Then the report should display

    EmpID, ename, jan, Feb, mar

    Another example, if the month is "Jun" then

    EmpID, ename, jan, Feb, mar, Apr, may, June

    So he must hide under certain conditions the columns based on selection.
    I put the conditional 'view' in the column of the report for "expression of the ar-ticle/column value 1 = expression 2'.

    P1_MONTH (in the expression 1)
    + 06,07,08,09,10,11,12 (in the expression for the month of June selection 2) +.

    But doesn't the show/hide.
    Am I missing something? Please correct me if I'm wrong.

    I use APEX 4.1 & g 10 DB

    Thank you in advance,
    Daniel

    This

    value of item/column expression 1 = expression 2
    

    is equivalent to a PL/SQL expression, such as

    :P1_MONTH = '06,07,08,09,10,11,12'
    

    So maybe, select a PL/SQL expression condition and write something like that for the month of March - if I interpret correctly the your needs.

    TO_NUMBER(:P1_MONTH) <= 3
    

    Scott

  • How to order a drop down for the months of the year

    I have a drop-down list for the months of the year, but I can't understand how to order properly (Jan, Feb, Mar, etc...). I can't create a static list, as I join another table. I have a lov_order column in my table of lov, but I can't use it in the query.

    Select the value d, DT_lov r
    WHERE name = 'MONTHS '.
    Oder by lov_order
    -does not accept

    Select the value d, DT_lov r
    WHERE name = 'MONTHS '.
    -order is APR, AUG, DEC, etc...

    Can you please specify?

    Thank you very much
    Laura

    We use different variations on it to generate lists of different date selection.

    Select to_char (add_months (trunc (sysdate, 'YYYY'), rownum-1), 'MY') d, rownum as r
    of object
    where rownum<=>

    Kind regards
    Brad

Maybe you are looking for

  • Envy 17 t-J100: how to install without wireless/bluetooth adapter...

    Hello Recently, I ordered the adapater without wireless/bluetooth for my PC laptop Envy Touchsmart 17. I just need to know how to install it. I've done this before on a very old dell laptop a few years ago but I want to make sure that I don't mess wi

  • Draw a line connecting two points in the WPF chart

    I'm trying to understand the best way to draw a line between two existing points on my graph in WPF.  At first, I thought I had it works fine; I just added another parcel to my graph then given exactly two points for rendering.  But I quickly noticed

  • webcam Toshiba L500

    Hi, I have a problem on my toshiba L500 webcam, the problem is when I turned there is a message "device not connected" How can I fix? Thank you

  • No pointer on w2408h w/Compaq computer laptop

    Hi all, I read the Forum for an answer without success search. I just got a 24 "monitor w2408h, running on an older Compaq laptop. I installed the latest drivers and drivers touchpad by recommendation online help/chat HP. I have no visible mouse poin

  • Endpoint URI to the OSB business service

    Dear team,We have defined 3 queues in weblogic.Business service must publish to one of these queues according to the State. How to dynamically send uri endpoint for a business service.Please suggest.Thanks in advance