Under queries

Hello

We want to build a report of OBIEE 11.1.1.5 for the query that has a sub below query. Tried to write the sub query in the FROM clause of sql logic but not able to do it correctly.

Key challenge that I see here is, there are two conditions to check with the sub query. One is by DATE and another with COL1.

SELECT T1. COL1, T1. DATE, T1. COL2, T1. COL3

ABC T1

WHERE T1. DATE = (SELECT MAX (T2. DATE) ABC T2 WHERE T2. Col1 = T1. COL1)

Thank you.

Rajesh

Try something like as in

cool - bi.com

the means the simplest is:

Make reports for each separate request, then

the outer query report

Filter on column-> Advanced-> filter based on the results of another application

Tags: Business Intelligence

Similar Questions

  • Query to find the Pages and the list of permissions associated with a particular role in PS

    I want a query to find the Pages and the list of permissions associated with specific roles in PS.

    For example, if we see the role of manager accounts payable, it conatins Pages and the list of permissions.

    But, to get everything in EXCEL sheet by Manuel priocess's BIG job. So, can someone give me the query.

    Please try under queries

    The roles assigned to the list of Perm:

    SELECT B.ROLENAME

    OF PSCLASSDEFN A, PSROLECLASS B

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1).

    List of Perm pages can access:

    SELECT B.MENUNAME, B.BARNAME, B.BARITEMNAME, B.PNLITEMNAME, C.PAGEACCESSDESCR, B.DISPLAYONLY

    OF PSCLASSDEFN A, PSAUTHITEM B, PSPGEACCESSDESC C

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1

    AND B.BARITEMNAME > ' '

    AND B.AUTHORIZEDACTIONS = C.AUTHORIZEDACTIONS)

  • Problem with RESTful services and several optional parameters

    Hello

    Apex 4.2.5 I created following RESTful services:

    / test/multiplepar / {p1}

    / test/multiplepar / {p1} / {p2}

    / test/multiplepar / {p1} / {p2} / {p3}

    Practitioners will make has that {p2} and {p3} are supposed to be optional parameters, in a way 'cascading '.

    The underlying queries are respectively:

    Select: p1 double p1

    Select: p1 p1: p2 p2 double

    Select: p1 p1: p2 p2,: p3 p3 of the double

    However when I run:

    http://Server/Apex/WS/rest/test/multiplepar/1/2/3

    I get the result below...

    {

    "items":]

    {

    P1: "1/2/3"

    }

    ]

    }

    He takes everything as {p1} instead of divide among the 3 parameters.

    I'm sure that it is valid and I saw him work before... (in this same environment)

    Any ideas?

    Thank you

    Luis

    Nevermind, I found out that the 'priority' field must be set accordingly in the resource model.

  • Printing of VO motion with a dynamic value to console (Journal)

    Hello

    Kindly guide as how to print the query of the VO with the run to the console settings.

    I used vo.getQuery (). But in Diagnostic messages, bind values are coming up as "variable1 =: 1". Instead, I want to display the value of linking the exact duration as "variable1 = value" for debugging purpose.

    Please suggest.

    Kind regards

    Zahid

    Hello

    Write '-Djbo.debugoutput = console "in run options.

    This example displays all the queries in the console. You will always see: 1 bind variables, but you can also see the values of bind under queries.

    Kind regards

    Anil

  • The Migration-related questions

    Hello

    I would like to ask some under queries regarding oracle apps migration platform
    My current platform is Windows Server 2003 and Oracle apps 11i db version 9i 32 bit, single node installation

    My question is if I install OEL 5 64-bit (single node) can then migrate to it as my current implementation is the 32-bit host operating system?

    Before migration (single node)

    Windows 2003 32-bit operating system
    32-bit Oracle Applications 11i
    32-bit Oracle 9i DB

    After migration (single node)

    OEL OS 5.5 64-bit
    32-bit Oracle Applications 11i
    Oracle 9i 64-bit DB

    is the above before and after are correct is feasible as my current environment is 32-bit

    Please let me know

    Thank you
    Zaid

    Zaid,

    OK, I got the point, then I'll go for full 32-bit we don't need multi node environment

    Once I move to 32-bit 11i applications / environment db on 32-bit OEL after if I switch to R12 at this point that I can use single node 64 bit OS OEL while seen DB as 64-bit and 32-bit applications is this right?
    such a little update is possible?

    It's just for 11i but for R12 you can have layer applications running on 64-bit (since he is certified) in addition to the 64-bit database.

    Thank you
    Hussein

  • Poor performance of XMLType? (compared to relational data recovery)

    Hello

    I am currently a concept for relational storage of XMLType Vs.

    I have TABLE_A which has the following DDL:
    CREATE TABLE 'WEBUSER. "' TABLE_A '.
    (NUMBER (10.0) 'HEADER_NUM',)
    NUMBER (10,0) "DETAIL_NUM."
    "XML_RESPONSE" 'SYS '. "" XMLTYPE.
    ) STORE 'XML_RESPONSE' COLUMN XMLTYPE AS RELATIONAL XMLSCHEMA 'MySchema.xsd' ELEMENT 'test '.


    I TABLE_B which has ordinary relational table structure (with each column represents one node in MySchema.xsd. The schema is around 85-100 items.

    Now I'm under queries as follows:

    (A) TO RETRIEVE THE XMLTYPE COLUMN

    StringBuilder queryStr = new StringBuilder();
    queryStr.append ("SELECT X.* FROM TABLE_A X WHERE ROWNUM < = 10000 ORDER BY X.DETAIL_NUM");
    pstmt = conn.prepareStatement (queryStr.ToString ());
    RS = pstmt.executeQuery ();
    int totalRecordsFiltered = 0

    While (RS. Next())
    {
    totalRecordsFiltered ++;
    }
    System.out.println (totalRecordsFiltered);

    (B) TO RETRIEVE VALUES OF RELATIONAL TABLE

    StringBuilder queryStr = new StringBuilder();
    queryStr.append ("SELECT X.* FROM TABLE_B X WHERE ROWNUM < = 10000 ORDER BY X.DETAIL_NUM");
    pstmt = conn.prepareStatement (queryStr.ToString ());
    RS = pstmt.executeQuery ();
    int totalRecordsFiltered = 0

    While (RS. Next())
    {
    totalRecordsFiltered ++;
    }
    System.out.println (totalRecordsFiltered);


    When the number of rows in both tables is 10,000
    -(a) While loop ends in about 5 min
    -the while loop in point b ends in about 10 sec

    Note that I don't really anything inside the while loop. I just want to see how long it takes to make a loop on the resultset object.
    Can you please tell me why we see this difference in the two types of data storage? I do something wrong in the way resultset is handled?

    I use Oracle 10 g / ojdbc14.jar is with JDBC thin driver / Websphere Application Server

    Published by: 916343 on March 7, 2012 13:03

    Published by: 916343 on March 7, 2012 13:04

    XMLType will always run slower than purely relational in a comparison between.

    No one is using XMLType for performance... they use it for his many other attributes.

  • ask user is connected

    Hello
    I am new to the development OFA and EBS.
    I need charly apps db if the user is logged on or not?
    Can someone help how question us her?

    Hello

    Under queries can help you find no.. users connected to the EBS application
    -to see the number of sessions user;

    Select the number of user sessions: ' | Count (distinct session_id) How_many_user_sessionora0121s
    of icx icx_sessions
    where disabled_flag! = « Y »
    and PSEUDO_FLAG = n
    and (last_connect + decode (FND_PROFILE. VALUE ('ICX_SESSION_TIMEOUT'),
    NULL, limit_time, 0, limit_time, FND_PROFILE. VALUE('ICX_SESSION_TIMEOUT')/60) / 24) > sysdate
    and the meter<>

    / * currently users of connection * /.
    SELECT distinct icx.session_id, icx.user_id, fu.user_name, fu.description
    Of icx, fnd_user fu icx_sessions
    WHERE disabled_flag! = « Y »
    AND icx.pseudo_flag = n
    AND (last_connect + DECODE (fnd_profile. VALUE ("ICX_SESSION_TIMEOUT"),
    NULL, limit_time, 0, limit_time, fnd_profile. VALUE ("ICX_SESSION_TIMEOUT") / 60) / 24
    ) > SYSDATE
    AND icx.counter<>
    AND icx.user_id = fu.user_id
    order by 4;

    Thank you
    Nitin

  • Query and proecedure clubbing...

    Hi all

    I have only one requirement and figured under queries. But I need to put it all in stored procedure.
    Please give me some ideas how to club all these in a monkey query and use in the procedure. How temporary concepts associated with this scenario or just squirt query just...?
    Varables step 1 step 2 used in queries are as a variable or temp tables. Given that these requests have been to the Access database. Thanks for help
    step 1:
    
    SELECT Table19.SWM005_SITE_C, Table19.SWM_GRP_SITE_C INTO [ Step 1]
    FROM Table19
    WHERE (((Table19.SWM_REC_TYPE_R)=5));
    
    Step 2: (step 1 is input for this)
    
    SELECT DISTINCT [ Step 1].SWM_GRP_SITE_C, Table271.CD_SUPPLR_SITE, Table271.NA_SITE_NAME, Table271.CD_P_CO INTO [ Step 2]
    FROM [ Step 1] LEFT JOIN Table271 ON [ Step 1].SWM_SUPPLIER_SITE_C = Table271.CD_SUPPLR_SITE
    WHERE (((Table271.CD_SUPPLR_SITE) Is Not Null));
    
    
    Step 2b: 
    
    SELECT DISTINCT Table270.CD_P_CO, Table270.NA_SUPPLR_PARENT, Table270.IN_INSIDE_SUPPLR INTO [ Step 2b]
    FROM Table270;
    
    
    Step 3:  Combine Step 2 and step 2b data -- step 2 and 2b are input for this)
    
    SELECT DISTINCT [ Step 2].SWM_GROUP_SITE_C, [ Step 2].CD_SUPPLR_SITE, [ Step 2].NA_SITE_NAME, [ Step 2].CD_P_CO, [ Step 2b].NA_SUPPLR_PARENT INTO [ Step 3]
    FROM [ Step 2] LEFT JOIN [ Step 2b] ON [ Step 2].CD_P_CO= [ Step 2b].CD_P_CO
    WHERE ((([ Step 2b].IN_INSIDE_SUPPLR)="N"));
    
    Step 4a:  Extract unambiguous sites (step 3 is query is input for this)
    
    SELECT DISTINCT [ Step 3].SWM_GROUP_SITE_C, [ Step 3].CD_SUPPLR_SITE, [ Step 3].NA_SITE_NAME, [ Step 3].CD_P_CO, [ Step 3].NA_SUPPLR_PARENT
    FROM [ Step 3]
    WHERE ((([ Step 3].SWM_GROUP_SITE_C)<80000));
    
    Step 4b:  Extract ambiguous sites (step 3 is input for this)
    
    SELECT DISTINCT [ Step 3].SWM018_GROUP_SITE_C, [ Step 3].CD_SUPPLR_SITE, [ Step 3].NA_SITE_NAME, [ Step 3].CD_P_CO, [ Step 3].NA_SUPPLR_PARENT
    FROM [ Step 3]
    WHERE ((([ Step 3].SWM_GROUP_SITE_C)>=80000));
    concerning
    ASP.

    Onenessboy wrote:
    What would be better off in option I thought:

    1 using the Refcursor
    or
    2 Tables

    What would be good performance wise. Thanks for the suggestion in advance...

    I agree with Marcus who, using a Ref cursor is a good approach here. In terms of performance, a temporary table will be almost certainly more slow because you will have to write the data before reading this back again. A Ref Cursor means that you just read the data once. This is not to say the temporary tables are bad or slow or anything of the sort, but you must use them only when you need to - and in this case, I don't think you need to. So, you might have a procedure in the sense of

    CREATE OR REPLACE PACKAGE BODY pkg_excel_export
    IS
    
    ...
    ...
    PROCEDURE p_Results
    (   orc_ResultSet       sys_refcursor
    )
    IS
    
    BEGIN
    
        OPEN orc_ResultSet FOR
        SELECT DISTINCT
               CASE
                  WHEN step3.SWM_GROUP_SITE_C < 80000 THEN Step3.SWM_GROUP_SITE_C
                  ELSE step3.SWM018_GROUP_SITE_C
               END
                  group_site,
               CASE
                  WHEN step3.SWM_GROUP_SITE_C < 80000 THEN 'Workbook1'
                  ELSE 'Workbook2'
               END
                  group_site,
               step3.CD_SUPPLR_SITE,
               step3.NA_SITE_NAME,
               step3.CD_P_CO,
               step3.NA_SUPPLR_PARENT
          FROM (SELECT DISTINCT Step2.SWM_GROUP_SITE_C,
                                Step2.CD_SUPPLR_SITE,
                                Step2.NA_SITE_NAME,
                                Step2.CD_P_CO,
                                Step2b.NA_SUPPLR_PARENT
                  FROM    (SELECT DISTINCT step1.SWM_GRP_SITE_C,
                                           Table271.CD_SUPPLR_SITE,
                                           Table271.NA_SITE_NAME,
                                           Table271.CD_P_CO
                             FROM    (SELECT Table19.SWM005_SITE_C,
                                             Table19.SWM_GRP_SITE_C
                                        FROM Table19
                                       WHERE ( ( (Table19.SWM_REC_TYPE_R) = 5))) step1
                                  LEFT JOIN
                                     Table271
                                  ON step1.SWM_SUPPLIER_SITE_C =
                                        Table271.CD_SUPPLR_SITE
                            WHERE ( ( (Table271.CD_SUPPLR_SITE) IS NOT NULL))) Step2
                       LEFT JOIN
                          (SELECT DISTINCT
                                  Table270.CD_P_CO,
                                  Table270.NA_SUPPLR_PARENT,
                                  Table270.IN_INSIDE_SUPPLR
                             FROM Table270) step2b
                       ON Step2.CD_P_CO = Step2b.CD_P_CO) step3
    END;
    
    PROCEDURE p_WriteToExcel
    (   ais_FileName        VARCHAR2,
        
    )
    IS
    
        lc_Output       sys_refcursor;
    
    BEGIN
    
        p_Results(lc_Output);
    
        
    
        CLOSE lc_Output;
    
    END;
    
    END;
    

    Note that the code is not tested, it's just an example of what you could do. I don't know if it is entirely appropriate for your situation, but if all goes well, it gives an idea.

    HTH

    David

  • update of data from another table

    Hi, I would like to help. I Don t know how I can start doing:


    I have a table with a column with numbers (primary key) and I need to create another column with the same values,


    I want to change a table that has only numeric values (PK) to another
    value, so I disable the constraints of linked tables
    then I create another column that I called the "d" column and copy the values
    from column A to column D

    For example.

    TABLE XYZ

    COLUMN A: COLUMN D: (NEW)

    00001 00001
    00002-00002
    00003-00003
    00004 00004


    Can I change the values in column A and D of the column will be kept

    TABLE XYZ
    COLUMN A: COLUMN D:

    00001 99901
    99902 00002
    99903 00003
    99904-00004


    As the tables that must "point" to the column, I change the values with the new numbering

    TABLE ZZZZ

    COLUMN B: (the values of the column before the change)

    00001
    00002
    00003
    00004
    ...

    I want it like this:

    99901
    99902
    99903
    99903
    99904
    ...


    In other words, I find the current value in column D of the XYZ table for the new value that is in column a.



    I appreciate the help! :)

    Try this
    Here you will find a record in test1 for a record for each line of teste2 in teste2 joined the condition t1.numer_documento2 = t2.numero_documento.

    This is called as subquery related Co. What you were doing was under queries that and not to join the top request.

    UPDATE teste2  t2 SET NUMERO_DOCUMENTO =
    (SELECT T1.NUMERO_DOCUMENTO
      FROM teste1 t1
      WHERE t1.numer_documento2 = t2.numero_documento
      and ROWNUM = 1 )
    
    -- "Check/Select your data before you commit "
    

    SS

  • To the HELP of YEW in a LOOP

    Hello
    I'm developing a query that retrieves values from different tables and inserts these values into a single table using PL/SQL. All labour issues including the nested and under queries but the problem im having is that for customer_id values, some of these values are null and some are not, I have to insert NULL into the column customer_ids if the client has not received an ID and if the customer has a I want to insert sound ID.

    Im trying to use an IF to verify if, after execution of the query SQl to get the ID of the customer, the query SQl returns a value zero or is not able to get then the customer_id should be NO, otherwise it is able to recover the customer_id, it sold inserted.



    Pasted below is the PL/SQL script
     
    DECLARE
         
         old_customer_id     NUMBER(6);
         old_item_id     NUMBER(4);
         old_order_id     NUMBER(4);
         old_quantity     NUMBER(8);
         old_order_date     DATE;
         old_ship_date     DATE;
         old_product_id     NUMBER(6);
         old_system_ref     VARCHAR2(23);
         old_actual_price NUMBER(8,2);
         old_total     NUMBER(8,2);




    BEGIN
         FOR old_data IN
              (SELECT * FROM PH1_TX_LOAD)
         LOOP
              old_order_id := SUBSTR(old_data.old_system_id,(INSTR(old_data.old_system_id,':',1,1)) + 1,4);
              old_item_id := SUBSTR(old_data.old_system_id,(INSTR(old_data.old_system_id,'-',1,3)) + 1,1);
              old_customer_id := NULL;
              old_actual_price := NULL;
              old_total     := NULL;
              
              IF(
              
              SELECT
                   customer_id     
              INTO
                   old_customer_id
              FROM
                   customer
              WHERE
                   name =
                        (
                             SELECT
                                  billing_customer
                             FROM
                                  PH1_SITE_MAP_LOAD
                             WHERE
                                  site_code = SUBSTR(old_data.old_system_id,1,(INSTR(old_data.old_system_id,':',1,1)) - 1)                                                  
                                       
                        )) = " "
              
              continue;
              THEN old_customer_id := NULL;

              ELSE

              SELECT
                   customer_id     
              INTO
                   old_customer_id
              FROM
                   customer
              WHERE
                   name =
                        (
                             SELECT
                                  billing_customer
                             FROM
                                  PH1_SITE_MAP_LOAD
                             WHERE
                                  site_code = SUBSTR(old_data.old_system_id,1,(INSTR(old_data.old_system_id,':',1,1)) - 1)                                                  
                                       
                        )
                   
              ;
              END IF;

              SELECT
                   product_id     
              INTO
                   old_product_id
              FROM
                   product
              WHERE
                   description =
                        (
                             SELECT
                                  old_description
                             FROM
                                  PH1_TX_LOAD      
                             WHERE
                                  old_system_id = old_data.old_system_id                                                  
                                       
                        )
              ;

              
              SELECT
                   quantity
              INTO
                   old_quantity
              FROM
                   PH1_TX_LOAD      
              WHERE
                   old_system_id = old_data.old_system_id     

              ;


              SELECT
                   order_date
              INTO
                   old_order_date
              FROM
                   PH1_TX_LOAD
              WHERE     
                   old_system_id = old_data.old_system_id
              ;

              
              SELECT
                   ship_date
              INTO
                   old_ship_date
              FROM
                   PH1_TX_LOAD
              WHERE     
                   old_system_id = old_data.old_system_id
              ;

              SELECT
                   old_system_id
              INTO
                   old_system_ref
              FROM
                   PH1_TX_LOAD
              WHERE     
                   old_system_id = old_data.old_system_id
              ;


              INSERT INTO
                   ph1_item
              VALUES
                   (
                                       
                        old_order_id,               
                        old_item_id,
                        old_customer_id,
                        old_product_id,
                        old_actual_price,
                        old_quantity,
                        old_total,
                        old_order_date,
                        old_ship_date,
                        old_system_ref     

                   )
                   
    ;


         END LOOP;

    END;
         
    Any suggestions in solving this problem would be greatly appreciated

    Published by: user9965174 on 15-Sep-2008 07:45

    Published by: user9965174 on 15-Sep-2008 07:49

    If I were you, I would look to consolidate these selects and inserting it into a single ' insert... Select...» "statement, without a loop. You should be subject to (external) bring together the majority of these requests, surely?

  • How can I access folders and files under % CommonApplicationData %?

    How can I access folders and files under % CommonApplicationData %?

    It is able to access through explorer.exe?
    Thank you.

    Hello

    Thanks for posting the query on the Microsoft Community Forums.

    Looks like you need assistance in accessing the files and folders under % CommonApplicationData %

    The directory that serves as a common repository for application-specific data that is shared by all users is CommonApplicationData.

    a. Click Start.

    b. Select run windows.

    c. Enter the following command

    d. %systemdrive%\Documents and Settings\All Users\Application Data

    e. the folder will be opened.

    Hope this information helps. Get back to us if you have related queries about the issue.

  • RE: WINDOWS XP SP3 of queries sent October 2, 2010 dear Sir,

    RE: Queries WINDOWS XP SP3
    Envoy on October 2, 2010
    Dear Sir.
    We just installed Service Pack 3.  Now several changes
    have taken place, we want to reverse.
    1. all records have the beginning with FILE menu command
    FIND the best choice (in bold).  That means ENTER key opens
    Search, not the file directly.  We have our own system of
    storage file in subdirecories and do not want to use
    'My documents', "myComp" and other stupid names.  How can do us
    OPEN as the first choice?
    2. when to use CTRL + F to search for a name of text inside file
    a file, the window opens in the same position as the record
    to be examined.  It also closes this folder later.
    How can we have RESEARCH to appear as a separate window, while
    NO previous windows closed?
    3. the default icon for folders is a Manila folder with
    a lot of very small bunk symbols.  How can we define the
    default to a folder empty manilla everywhere?  The
    "applies to subsequent records" does not work.
    4. some record fields (columns) appear very light
    colour, white and tinted white.  This is a nice feature
    We want to use, but it is difficult to distinguish no difference.
    How can we make the differential color stronger?
    5. for the connection of an external hard drive, it automatically
    "autoplays" and a menu comes to "choose action".  We
    Oly use it to back up = data.  How can this unwanted wizardly
    assistance to shut up?
    6. in the browser, the message "Intranet settings are now".
    turned off... "appears every time and takes another bar
    across the width of the screen.  How can we delete this
    message permanently?  We have no Intranet connection.
    7. when clicking a *.pdf file suddenly the first order
    in the menu file is replaced by "open with Adobe Reader 9.
    How can I remove this annoying interference and simply do not have
    'open' option at the top of the page?
    8. from time to time, we record our voices using Microsoft «»
    Tape worm 5.1 SP3 "and headphone\mike together.  But the
    micro alive all the time 24/7.  Where can we find a
    button to turn off the microphone?
    9. in case of a 'research' reviews movies automatically to
    large icons, while we only use the format of "details".  How can-
    avoid us this constantly and everywhere?
    10. in opening the files, there is a subtle broken white color
    several fields of details.  It is strange that not the same
    fields have the same color.  While the colored backgrounds are
    attractive, we would lke more control and stronger colors.
    How we handle this view
    ?
    11. two of my folders have fonts colours blue and yellow, all
    others are in black.  Seems to have no control over that.
    How can I change the font color of the names of files and folders
    ?
    12. When you change the folder icon, it records as a new date
    changed, but no data is changed.  We now *.htm and
    their associates * _files on different dates. How can-
    We store the last modified date when data are
    in fact, only edited?
    13. in EXCEL3000, when two cells are merged in the two lines
    and the alignment of the text is located in the 'Center' then the other
    individual cells along these two lines, all texts are centered
    (including the number of line along the left border) and cannot be
    moved to the 'low' or 'top '.  How can we remove all «»
    alignment of the line '?
    14. in EXCEL3000, the cells seem to have a very slight tint
    (off-white) as the color field.  In edit mode, they turn
    more bright white, includng all other cells that have been
    recalculated after change data in a related cell.
    This lasts until the screen is refreshed.  This only happens
    in some sheets in the same workbook, but no color change
    in the other sheets.  How this attractive feature can be
    controlled in all sheets and how color can be set to one
    stronger tint?
    15. in EXCEL3000, the appearance of color of a spreadsheet is
    controlled by the definition of the location of the color
    palette.  But this can be changed arbitrarily by the user and
    isn't it the same in other versions of EXCEL.  How can we be
    certain that a proposed color actually appears even if
    the file is viewed by another user, or on another computer?
    16. in Internet Explorer v8, when downloading files from
    Internet, the meter on the bottom left starts to
    "Download (1.32 MB 6.35 KB): http://www...". "but then
    freezes and does not increment until the product for download.
    Sometimes it freezes at other values.  Fact that occasionally
    the counter advance at a rate set at full value.
    If it is a bug, can it be fixed?  If it requires an action,
    What do we do
    ?  When the whole numbers are displayed, the two
    decimal places are disappearing.  It is good scientific practice
    ALWAYS show the degree of accuracy, being two decimal places,
    including the zeros.  The mixture of display KB and MB in the
    same statement is NOT good scientific practice.  All units
    must be the same.  To display two decimals in kilobytes
    is insignificant and meaningless.  It would be preferable to view only the
    Megabytes, then to THREE decimal places to take account of
    Kilobytes.
    17. in EXCEL3000, using forms automatic drawing compounding
    several surfaces that overlap, the command "go to the front" and
    "go to the rear for" works well.  But the option 'down' and 'go '.
    superior"do not seem to work.  There is no way to find out
    in which order the drawing folios are stacked.  What makes
    the shading of unpredictable stacked surfaces.
    18. in WORD3000, the cursor blinking on the insert is sometimes
    very short, less than half of a strong letter.  Other times it is
    all the way up.  He's still very thin and not easy to see.
    How that can be controlled
    ?
    19. under WIN - XP, using "save under" a file name can be suggested
    or a new typed in.  By then changing the subdirectory,
    Sometimes the name turns into an existing file,
    already highlighted in this new subfolder.  Expected not
    This change, pressing "enter" of the old file is overwritten
    and its lost data.  How can it be avoided in all cases?
    20. in start the computer, it always displays a message
    "Cannot open the scanner program.  But I do not use a scanner.
    How this message got there and how to stop
    appearing in the future?
    21 when a folder is renamed, its 'Date Modified' passes to
    today.  But all subfolders automatically change their
    "Date of creation" in today.  It is a significant loss of integrety
    all of the files involved.  How this can be fixed or
    prevented from happening again?
    22. when a case is its icon has changed, the research"(CTRL + F)
    present the old icon.  How can we make the icon of a file
    the same appear everywhere wherever it is displayed?
    23. How can I make the sound composition, as the numbering mode
    beeps?
    Thank you Joe Baxter

    Hey, Joe Baxter,

    I suggest you to visit the following links to learn how to work with files and folders in Windows XP.

    What's new with files and folders?

    File and folder management overview

    How to search for files and folders in Windows XP

    How to arrange files using folder views in Windows XP

    I suggest you to create the new thread for each issue with title and category to give you the best solution.

    I suggest you to consult the following link to know how to ask the question in the forum.

    How to ask a question

    For problems with Office applications, I suggest you post on the following link.

    http://answers.Microsoft.com/en-us/Office/Forum

  • The ongoing saga of sleep prevents "an active remote client recently sent queries to this machine."

    It is that my PC won't sleep.

    When I disconnect the connection Wi - Fi laptop to my wife the sleep problem no is going.  When I connect the problem starts again immediately.

    I have clean starting twice on the laptop of woman to no effect (the problem).  Clean boot on my PC also had no effect.

    In the laptop my wife under Event Viewer/applications and Services Logs/Microsoft/Windows/NetworkProfile I see many event 4000, 4001, 10000, 10001.  These event IDS are associated with wait for Identification.

    Don't you think that these are the "...". recently sent queries...? »

    With Wireshark, I tried to find the "demand" for woman's cell phone to my PC.  I've done a few "capture" but I do not understand the info.  I don't know what I'm doing with Wireshark.

    I'd appreciate help without the sleep problem on my PC.

    Thank you

    Terry

    Thanks for the reply.

    I tried the suggestions in this article in the Knowledge Base, about a week ago.  No solution.

    However, it seems I have finally fixed.  I left my homegroup (my PC, no wife), restarted the PC, then restored and joined the homegroup.  The message "client remote active" stopped appearing and my PC now sleeps normally.

    I guess that there is a fault with the homegroup on my PC that caused the non-stop message 'customer remote active'.  Previously I ran MS Network convenience stores and home group - several times - but without success.

    I think that the problem is resolved.

    Terry

  • VB6 and Sourcesafe 6 under Win7 performance problems

    Hi, I HV just installed VB6 and V.sourcesafe 6 under Windows7 and have problems to integrate the two. Even if I added it in the add in the Manager box, vb is not able to see it. pls help thank you.

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the Visual Studio/Visual Basic on MSDN. Please post your question in the MSDN Forums.

    Also have a look at the following link to see where exactly you can post your queries about Visual Basic:http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/6a0719fe-14af-47f7-9f51-a8ea2b9c8d6b

    Diana

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • ASA Cisco VPN remote queries

    Hi all

    I have 2 queries - kindly assist

    1. for customer ipsec remote vpn ikev1, are there license restrictions?

    2. main differences between above and Anyconnect?

    ~ is so useful rate :)

    1. Yes, there is a restriction based on the number of concurrent users connected with VPN. You can see the number of licenses under "Other VPN peers" when you run the version show on your ASA.

    2. the main difference is that anyconnect can use SSL or IPsec (IKEv2) for the then the classic Client VPN tunnel works on IKEv1. Also note that the old VPN Client is no longer supported by Cisco.

    I hope this helps.

Maybe you are looking for