Quick DATE with option and PV.

Hi experts,

I have a requeriment to do.

I have this message:

Then I create a Variable presentation of this prompt: T_DATE.

If I type "T_DATE" on a static text, I see: 01/01/2014,30/06/2014

If I create a new command prompt and type this sentence: SELECT @{T_DATE} "SAMPLE" I only see: value 01/01/2014.

How to use the two values in another guest?

Thank you!

I found a solution that works for me:

In the SQL Prompt type: SELECT FROM 'Demo' measure WHERE "time". "" "Data" BETWEEN date ' @{v_ini}' AND date ' @{v_end} "

v_ini is a guest who is LEFT("v_date,10")

v_end is a guest who is RIGHT("v_date,10")

Close this message

Thanks for your replies.

Tags: Business Intelligence

Similar Questions

  • Print the date with photo and individual photo

    I want to print a picture with the date of Jim and photo print

    I want to print a picture with the date of Jim and photo print

    ==================================
    You can add text for just some pictures...
    with Windows Paint...

    Start / Accessories / Paint...

    Adding text with Microsoft Paint
    http://www.peddlergraphics.com/PaintText.html

    Add text to a picture with Windows Paint
    http://www.pcdon.com/deAddingTexttoaPhoto.html

    And/or... Maybe the following free software would be
    be worth a try.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    FastStone Image Viewer
    http://www.FastStone.org/FSViewerDetail.htm

    FWIW... you can add the date corresponding to one
    or a batch of photos using the free software
    FastStone Image Viewer.

    I suggest that you create a new folder and add
    copies of your photos for experimental purposes.
    If you are unhappy with the result your originals
    will be intact.

    "Basic steps to add dates to image files.
    using Fast Stone Image Viewer'...
    (FWIW... it's easier to do than to explain)

    (You may need to experiment with the post office, police
    size, color and different Variables to achieve
    the desired result).

    Tools / open the Batch Conversion / tab Batch convert...

    Check the box... Use of advanced options...

    Advanced Options button / tab text.
    Check the box... Add text...
    (If the white field has any text inside...
    by selecting erase it and press your delete key...

    Open the window drop... "Insert a Variable."
    choose... EXIF DateTime / Date and time... Ok...

    Browse for the files you want to attach... Select
    them and on the left, click on the Add button...

    Choose an output Format...

    Choose an output folder...

    Check the "Rename..."

    Click on the button convert...

    When the files are converted... Click done...

    Now go to your backup folder and see the result...

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Generate data with 6722 and reading back with 6221 - it visualization with a virtual oscilloscope

    Hello

    I generate an analog signal with the 6722 and want to read with the 6221. The results shall be included in the virtual oscilloscope. My problem is that I don't know where to put the signal-chart and that I really need to use type. The second problem is that I have no idea how do I choose a time scale and where and how to define. Finally, I have that image that I get on the real oscilloscope with data generated by 6722 on the virtual oscilloscope with the 6221. Initially, the oscilloscope should have no (mode of operation only) trigger as the 6221 has only a digital triggering.

    For the moment, I have a loop that generates the signal using a sequence. Now, the question is where to put the signal-chart and what settings should I use for reading back information (1 sample, continuous, etc.).

    Thank you

    Verena

    Hi db2nc,

    Here is a link for an example of our community. It shows you an example with which you can generate a signal on output and gain on a different entry.

    I think that's what you want to archieve.

    Loopback synchronized analog output of analog input

    concerning

    Michael

  • Difference of dates with conditions and several lines

    Hello, I need to make a difference in the dates (seconds) from several lines of the eve of string comparison. FEA
    CREATE TABLE     evtmsg
    (       evt_date             DATE,
         message          VARCHAR2 (50)
    );
     
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:39:05', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MCD-1 fail');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:39:05', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MAD-1 return');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:39:05', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MCD-1 return');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:38:50', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02ZPD-1 fail');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:38:50', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MAD-1 fail');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 8:38:38', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MCD-1 fail');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 5:40:36', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MCD-1 return');
    INSERT INTO evtmsg (evt_date, message) VALUES (TO_DATE ('22/09/2010 5:40:22', 'DD/MM/YYYY HH24:MI:SS'), 'UTR 02MCD-1 fail');
    "I need to complete the following table with time for each difference '"UTR 02XXXXXX"between the failure and return substr (message, 1, 11) I think * UTR 02MCD-1 *.

    {code}
    CREATE TABLE test
    (DATE date1,
    date2 DATE,
    VARCHAR2 (50) MSG
    );
    {code}

    And accurate data, that I need to get and to insert in the test tables are as follows:
    {code}
    2010-09-22 05:40:22-2010-09-21 05:40:36 UTR 02MCD-1 time of failure = 14 seconds
    22/09/2010 08:38:38-21/09/2010 08:39:05 UTR 02MCD-1 time of failure = 27 seconds
    22/09/2010 08:38:50-2010-09-21 08:39:05 UTR 02MAD-1 hour of default = 15 seconds
    22/09/2010 08:38:50 - UTR 02ZPD-1 time of failure =
    22/09/2010 08:39:05 - UTR 02MCD-1 time of failure =

    {code}

    I'll do this task every morning for the eve and UTR returns always but sometimes for the next day (not usually, but sometimes it happens). I managed to do something like that, but I don't know how to do for multiple lines and get you substr UTR 02XXXXX for each of them.

    {code}
    DECLARE
    date of the value of start_time;
    date of finish_time;
    elapsed_time number (20);

    BEGIN

    Select evt_date
    in start_time
    of evtmsg
    "where message like ' % UTR % MAD % % of failure."

    Select evt_date
    in finish_time
    of evtmsg
    where message like ' % UTR % MAD % % return ';

    elapsed_time: = (finish_time - start_time) * 24 * 60 * 60;
    dbms_output.put_line (elapsed_time);
    END;
    {code}

    If I can replace MAD MCD I get several lines and does not work.

    Thank you.

    All you have to do is shared in the first select statement into its separate elements:

    SELECT   evt_date_fail
             evt_date_return,
             id,
             TO_CHAR(TO_CHAR(evt_date_return, 'SSSSS') - TO_CHAR(evt_date_fail, 'SSSSS') seconds
    FROM    (SELECT evt_date evt_date_fail,
                    LEAD(evt_date) OVER (partition by id ORDER BY id||TO_CHAR(evt_date, 'yyyymmddhh24miss')||CASE status WHEN 'return' THEN 1 ELSE 2 END) evt_date_return,
                    id,
                    status
             FROM  (SELECT evt_date,
                           SUBSTR(message, 1, 11) id,
                           SUBSTR(message, 13) status
                    FROM   evtmsg
                    WHERE  message LIKE 'UTR%'
                    AND    categ = 1
                    AND    TRUNC(evt_date) = TRUNC(SYSDATE - 1)))
    WHERE    status like '%fall%'
    ORDER BY evt_date_fail
    

    Also, you may need to change the CASE statement in the column that uses the LEAD function to replace the 'return' with its Spanish equivalent

  • Comparison of the data with froms and database data

    Hi all


    I have data in my table like this
    SQL> /
    
    SALE_ORDER_NO                                             QTY
    -------------------------------------------------- ----------
    TEST JOGI                                                  16
    TEST JOGI                                                  17
    TEST JOGI                                                  18
    12205                                                       2
    and question like that

    DECLARE
    Num_Stock NUMBER;
    BEGIN
    GO_block ('gin_detail1');
    Premier_enregistrement;
    LOOP
    SELECT quantity INTO num_stock from sale_order_barcode
    WHERE the barcode =: gin_detail1. BAR CODE;

    IF num_stock <: gin_detail1.xs then
    message ("' first already issued please receive" ");
    message ("' first already issued please receive" ");
    RAISE FORM_TRIGGER_FAILURE;
    GO_ITEM('GIN_DETAIL1.) BARCODE ");"
    END IF;
    WHEN THE OUTPUT: SYSTEM. LAST_RECORD = "TRUE";
    NEXT_RECORD;
    END LOOP;
    end;


    If the data Enter twice then he saved twice, but I need when I run it will calculate the amount according to the sale_order_no

    example of

    sale_order_no
    12205 2
    12205 2

    It will save on the form and the vale is higher then 2 I need when it is large then 2 it will display the message

    validation on the other;


    Please guide

    Thanks and greetings
    Vikas Singhal

    Published by: vikas singhal on January 13, 2011 19:17

    Rather than check it in a loop, you could put your check in a before INSERT. If you do so, in the first record, the audit will be ok and the associated record will be inserted into the database. the second insert the alread can 'read' the inserted record previously and therefore properly check and will raise an error. If you raise an error, all insertions in the transaction (and therefore also the first) will be rollbacked.

  • JDialog with options and custom buttons

    I can't seem to find a builder for custom buttons and drop-down menu items. I wanted to do was add custom buttons this text simply nothing complicated. 'Connect' and 'Cancel '.
    /**
     * Dialog window for new connection.
     */
    protected String NewConnectionDialog()
    {
         Window win = SwingUtilities.getWindowAncestor(mainPanel);
         String[] databases = {"Oracle", "Access", "MySQL", "PostgreSQL"};
         Object[] options = {"Connect", "Cancel"};
    
         String s = (String)JOptionPane.showInputDialog( win, 
                   "Select Database:", "New Connection Wizard.", 
                   JOptionPane.OK_CANCEL_OPTION, icon, databases, 
                   "MySQL" );
    
         String nullStr  = ""; // no exceptions thanks
         return (s != null ? s.toUpperCase() : nullStr);
    }

    javax.swing.JOptionPane.showOptionDialog ()...

    JPanel pea = new JPanel();
    JLabel jl = new JLabel("Select DB");
    JComboBox jcb = new JComboBox(...stuff here..);
    pea.ad(jl);
    pea.add(jcb);
    
    JButton conButton = new JButton("Connect");
    Object[] buttonRowObjects = new Object[] {
      conButton, "Cancel"
    };
    
    int result = JOptionPane.showOptionDialog(
      Component parentComponent,
      Object message,//<- pea right here
      String title,
      int optionType,
      int messageType,
      Icon icon,
      Object[] options,//<- buttonRowObjects here
      Object initialValue
    );
    

    There now, your patience has paid off. And don't forget to eat your vegetables.

  • play sounds temporary and file of your choice when reading data with VISA functions?

    Hello.

    I read the function of reading data with VISA and then I use as multiple functions to display data on the graph. everything is OK.

    now, I want to play a sound specified (like a song in my desired folder 3s) signal which cross above the specified value range. then after the desired time, it will wait still new cross above the specified value and this repetition of the procedure until I stop the program.

    Data MCU is from and it does not stop when his game system and what system of incoming data for this part (his play) will ignore them pending that outdated.

    I use this for reading data and part VI mentioned which belongs to her is empty and I don't know what I have to do?

    altougth I use an another while loop for his apartment because I want to save time CPU.

    Thank you.

    I recommend you do the data type of the notifier a cluster that contains a path and a numeric (double).  The path indicates the reader what file to play.  Digital is the duration.

    Now in a way a bit complicated, but really good stop your second loop.  Do not use a second notification.  Instead, send the normal notification but not use a path for the path in the cluster.  Your second loop can write a check for the path of a not and stops when that is received.

  • Can I introduce a few relationships in data with the views and the Table maker?

    Hello. I have db with lots of views and tables. Can I introduce a few relationships in maker data with Tables and views? I have to configure PK and FK for my tables and views if I want to see relationships? I just started with the Data Modeler. Thank you for your help.

    Hello

    If you import your database Tables (Import / Data Dictionary), foreign keys defined in your database will be also imported.

    He is also a foreign key discovery tool in maker of data that can help you identify possible FK relationships and add them to your model.

    To use it, right click on the entry for your relational model in the tree view of the browser and select the foreign keys to discover on the menu drop down.

    Note that data Modeler does not support PKs and FKs on views.

    David

  • Query to display data with total

    Hi team,

    I have the whee requirement I need to display data with total and the total general.

    Examples of data include:

    with t as 
    (select 'chris' nm , 10 no ,'FT' Emplmt, 'PF' ProFund , 'Reg' Status ,to_Date ('05/02/2014','mm/dd/yyyy') dt , 2456 sal, 10 days , 50 intrst ,55 intrs1 ,60 intrs2 from dual
    union all
    select 'chris' nm , 10 no ,'FT' Emplmt, 'PF' ProFund , 'Reg' Status ,to_Date ('06/10/2014','mm/dd/yyyy') dt , 1000 sal, 30 days , 50 intrst ,55 intrs1 ,60 intrs2 from dual
    union all
    select 'chris' nm , 10 no ,'FT' Emplmt, 'PF' ProFund , 'NonReg' Status ,to_Date ('06/10/2014','mm/dd/yyyy') dt , 20 sal, -5 days , 1 intrst ,1 intrs1 ,1 intrs2 from dual
    union all
    select 'john' nm , 11 no ,'PT' Emplmt, 'PF' ProFund , 'Reg' Status ,to_Date ('05/02/2014','mm/dd/yyyy') dt , 1153 sal, 10 days , 50 intrst ,55 intrs1 ,60 intrs2 from dual
    union all
    select 'john' nm , 11 no ,'PT' Emplmt, 'PF' ProFund , 'Reg' Status ,to_Date ('05/16/2014','mm/dd/yyyy') dt , 1000 sal, 8 days , 40 intrst ,45 intrs1 ,50 intrs2 from dual
    )
    select * from t 
    

    Need the output like below format

    Chris FT 10 PF Reg 02/05/2014 2456 10 50 55 60

    Chris FT 10 Reg 10/06/2014 1000 PF 30 50 55 60

    Chris 10 FT PF NonReg 10/06/2014 20 - 5 1 1 1

    5456 35 101 111 121 subtotal

    John PT PF Reg 02/05/2014 1153 11 10 50 55 60

    John PT Reg 16/05/2014 1000 PF 11 8 40 45 50

    2153 18 90 100 110 subtotal

    7609 total 53 191 211 231

    Could you please give some thought to get the result as above.

    Thank you!

    something like this:

    with t as (select "chris" nm, 10 no, "Pi" Emplmt, "PF" ProFund "Reg" Status, to_Date (May 2, 2014 "," mm/dd/yyyy") dt, 2456 sal, 10 days, 50 intrst, intrs1 55 intrs2 60 double)

    Union of all the

    Select "chris" nm, 10 no, "Pi" Emplmt, "PF" ProFund "Reg" Status, to_Date (June 10, 2014 "," mm/dd/yyyy") dt, intrst 50, intrs1 55, 1000 sal, 30 days, 60 intrs2 of the double

    Union of all the

    Select "chris" nm, 10 no, "Pi" Emplmt, ProFund "PF", "NonReg" State, to_Date (June 10, 2014 "," mm/dd/yyyy") dt, 20 sal,-5 days, 1 intrst, 1 intrs1, 1 intrs2 of the double

    Union of all the

    Select "Jean" nm, 11 no, "PT" Emplmt, "PF" ProFund "Reg" Status, to_Date (May 2, 2014 "," mm/dd/yyyy") dt, 1153 sal, 10 days, 50 intrst, intrs1 55 intrs2 60 double

    Union of all the

    Select "Jean" nm, 11 no, "PT" Emplmt, "PF" ProFund "Reg" Status, to_Date (16 may 2014 "," mm/dd/yyyy") dt, 1000 sal, 8 days, intrst 40, 45 intrs1, 50 intrs2 of the double

    )

    SELECT decode (REUNION (nm), 1, 'Total', decode (grouping (State), 1, "partial": nm, nm)) nm

    , no, emplmt, profund, status, dt, sum (sal), sum (days), sum (intrst), sum (intrs1), sum (intrs2)

    T

    Rollup Group (nm, (no, emplmt, profund, status, dt));

    HTH

  • How to migrate all Windows data with attributes / privileges

    I need create a new vmdk and transfer all the data to a physical windows, because I want to test.

    What software can I use to migrate all the data with attiributes and privileges?

    WinSCP? Veeam?

    Kind regards!

    If you have found this information useful, please consider awarding points to 'Correct' or 'Useful'*.

    Attach your vmdk on a virtual Windows machine and use robocopy.

    If the two machine Windows are in the same domain, you will have no problem with permissions and attributes.

    André

  • You want to capture update dates, with trigger on a view to refresh quickly materialized. But trigger on MV consider inserting and updates are inserts only.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production

    PL/SQL Release 11.2.0.4.0 - Production

    CORE Production 11.2.0.4.0

    AMT for Linux: Version 11.2.0.4.0 - Production

    NLSRTL Version 11.2.0.4.0 - Production

    I create the structure of the table like that.

    create table test1 (a primary key, b (2) char number, date c, d varchar2 (10), date of e);

    create table test2 (number of ab, cd (2) tank, date of the ef, gh varchar2 (10), date of the ij, kl varchar2 (100));

    Create materialized view log on test1;

    create materialized view fast refresh test1_v on commit in select * from test1;

    I have create a trigger of the sample

    CREATE OR REPLACE TRIGGER test1_trig

    AFTER INSERT OR UPDATE OR DELETE

    ON test1_v

    FOR EACH LINE

    DECLARE

    lr_test2 test2% ROWTYPE;

    lv_error VARCHAR2 (4000);

    BEGIN

    lr_test2. AB: =: NEW.a;

    lr_test2. CD: =: NEW.b;

    lr_test2. GH: =: NEW.d;

    IF THE INSERTION

    THEN

    lr_test2. EF: = SYSDATE;

    lr_test2.IJ: = SYSDATE;

    lr_test2.KL: = 'INSERT ';

    INSERT INTO test2

    VALUES lr_test2;

    ELSIF UPDATE

    THEN

    lr_test2.IJ: = SYSDATE;

    lr_test2.KL: = 'UPDATE ';

    UPDATE test2 = lr_test2 ab WHERE = LINE: OLD.a;

    ELSIF REMOVAL

    THEN

    DELETE FROM test2

    AB = WHERE: old.a;

    END IF;

    EXCEPTION

    WHILE OTHERS

    THEN

    lv_error: = SQLERRM;

    INSERT INTO XXDOMINO_FG_DATA_LOAD_ERROR

    VALUES ('test1_trig',

    : OLD.a,.

    "test1_trig,"

    LV_ERROR,

    SYSDATE);

    COMMIT;

    END test1_trig;

    /

    So, if check you my code,.

    When I insert EF = SYSDATE, IJ = SYSDATE.

    Update EF is not changed, IJ = SYSDATE.

    So I like to capture their insertion and update dates.

    But if updates or insert arrives on the materialized table. The trigger themselves as an INSERT only.

    So how do you capture the updates?

    I use the statemnet with out merger with performance and also able to capture the update dates.

    CREATE OR REPLACE TRIGGER test1_trig_merge

    AFTER INSERT OR UPDATE OR DELETE

    ON test1_v

    FOR EACH LINE

    DECLARE

    lr_test2 test2% ROWTYPE;

    lv_error VARCHAR2 (4000);

    BEGIN

    IF THE REMOVAL

    THEN

    DELETE FROM test2

        AB = WHERE: old.a;

    ELSIF INSERTION

    THEN

    MERGE INTO test2 one

    B using (SELECT 1 FROM DUAL)

    WE (ab =: new.a)

    WHEN MATCHED

    THEN

    UPDATE the VALUE ab =: NEW.a.

    CD =: NEW.b,

    GH =: NEW.c

    IJ = SYSDATE,

    KL = "Update"

    AB WHERE =: old.a

    WHEN NOT MATCHED

    THEN

    INSERTING VALUES (: NEW.a,)

    : NEW.b,.

    : NEW.c.

    : NEW.d,.

    : NEW.e,.

    "INSERT");

    END IF;

    EXCEPTION

    WHILE OTHERS

    THEN

    lv_error: = SQLERRM;

    INSERT INTO XXDOMINO_FG_DATA_LOAD_ERROR

    VALUES ('test1_trig',

    : OLD.a,.

    "test1_trig,"

    LV_ERROR,

    SYSDATE);

    END test1_trig_merge;

    /

    DISPLAY ERRORS;

  • Problem with IMovie and Quick time

    Hey everybody,

    I am faced with an unexpected problem with Quicktime and I Movie, and I was wondering if someone had already known that:

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    Could someone please help me solve this problem?

    Thank you very much in advance.

    Concerning

    Could someone please help me solve this problem?

    Not only based on what you already said.

    I want to create a film based on shots from my personal camera. I started to work with IMovie to create a sequence of opening and added his musical band. I exported the scenes in Quick Time format without any problem. However, when I merge the exported sequence of I film with shots of my video camera, the soundtrack is completely eliminated.

    How would you"merge" files? (I.e. a "QuickTime" format is any form of data compatible with the platform of supply and the specific structure of QT incorporated into real employment that is stored in a container of MOV file on any of up to 99 tracks possible). Also, what app do you use for reading the file 'merged '? (For example, some media players ignore secondary audio tracks as a result of some methods of 'fusion' of files so it is important to know how the files are "merged," whether or not the audio data are "scattered" several tracks, and/or if the Media Player supports playback of multiple, sequential audio popular.)

    I checked on the Internet and saw that there might be a problem of "Codecs". To avoid this, I exported the sequence IMovie with Codecs of same as one of my video camera files.

    The specific codecs and settings using the specific version of iMovie? (The current Mac OS X operating systems have two X QT and 'classic' Qt integrated structure so it is important to know what structure is used here and how).

    Now, if I compare the files exported from I Movie and those of my video camera, they have identical characteristics. However, the soundtrack will always disappear when I merge them.

    As a general rule, you should review the file "merged" to determine why it does not play back correctly rather than comparing the characteristics of the source being merged files. The main problem here seems to be in your project workflow. That is, you seem to be when you perform an operation in two steps rather than edit several iMove multimedia files and then export the combined results in a video the video and audio tracks have been flattened and exported in standard compression formats with unified settings, features and the.

  • How the other drive app option to calculate calories? I did 45 minutes yoga with him and he showed the 260 callus which is high of 45 mins of yoga session.

    How the other drive app option to calculate calories? I did 45 minutes yoga with him and he showed the 260 callus which is high of 45 mins of yoga session.

    ISuspect that is not correct.

    Hello

    Saving workouts through the app to drive using others as the type of activity, active calories are estimated at a rate equivalent to a brisk walk or based on the data recorded by the heart rate sensor, according to what is higher.

    The following steps can help to improve the accuracy of the estimates made by your watch:

    • Estimates for calories and other results depend, in part, your personal information. To verify that it is accurate:
      • On your iPhone, in the application of the watch, go to: My Watch (tab) > health > Edit (top-right).
    • While training, to optimize the performance of the heart rate sensor (data from which is used when estimating calories), make sure you wear your watch fits on top of your wrist. Apple suggests that consider you the clamping Strip before starting a workout and it loosen again thereafter.
      • Note that the heart rate sensor is likely to give better results for the workouts that involve rhythmic (such as running) rather than the irregular movements.
    • Calibrate your watch can improve the accuracy of various estimates related to the activity, including estimates of calorie. To calibrate your watch, follow the instructions in the link below support article. You can reset your calibration data and start the process:
      • On your iPhone, in the application of the watch, go to: Watch My > privacy > Motion & Fitness > tap reset Calibration data.

    More information:

    Use of the workout on your Apple Watch - Apple Support

    Your heart rate. What it means, and where on Apple Watch you will find. -Apple Support

    Calibrate your Apple Watch for better accuracy of training and activity - Apple Support

  • Almost any time I use the usb climb on my computer (with flash or ipod players) it freezes and crashes windows. I am up to date with drivers with Microsoft and HP, what can I do to stop this?

    I have no problem with the usb drives but in recent times, this happens all the time.  I can go into Device Manager and uninstall my usb drivers and allows that, sometimes, but it's a temporary solution.  I am up to date with drivers with Microsoft and HP, what can I do to stop this?

    Hello

    You can try to use your boot USB storage device and check if that helps. A clean boot helps eliminate software conflicts.

    The following link has steps showing how to perform the clean boot. http://support.Microsoft.com/kb/929135  
    (1) perform the clean boot
    i. Click Start, type msconfig in the search box and press ENTER.
    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.
    II. in the general tab, click Selective startup.
    III. under Selective startup, clear the check box load startup items.
    IV. click the Services tab, select the hide all Microsoft Services check box and then click Disable all.
    v. click OK.
    VI. When you are prompted, click on restart.
    VII. after the computer starts, check if the problem is resolved.

    (2) enable half the services
    (3) determine whether the problem returns
    (4) enable half of the startup items
    (5) determine if the problem returns
    (6) repeat the steps above until you find out which program or service is causing the issue
     
    After you determine the startup item or the service that is causing the problem, contact the manufacturer of the program to determine if the problem can be solved. Or, run the System Configuration utility, and then click to clear the check box of the element of the problem.
     
    Note: Please make sure that the computer is configured to start as usual by following step 7 of article http://support.microsoft.com/kb/929135 .

    Reset the computer to start as usual

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
    (i) click Start, type msconfig.exe in the start search box and press ENTER. If you are prompted for an administrator password or for confirmation, type your password, or click on continue.
    (II) on the general tab, click the Normal startup option, and then click OK.

  • Reference Dell PowerConnect 6024F get mac by ip with arp and more option

    Hello in the DELL community.

    I hava a little question, and hoping to find some answers here ;) I'm writing a small script, and in this script, I need to get the mac address is to link to Ip address of the ARP command. I am using telnet to connect to DELL. But the show arp command displays a lot of information, a huge list of ip. I tried to analyze, with the '' option and press etc., but it's a very slow procedure.

    Two main issues:

    1. how to get the mac address and link it to the IP by ARP command

    2 how to get rid of the option ''. I mean show cli without

    I thank the of to get answers.

    P. S.

    ===========================

    Switch: Dell PowerConnect 6024F

    # See the worm
    SW version 2.0.0.19 (date may 5, 2008 time 16:33:30)
    Start the version 1.0.0.13 (August 13, 2003 time 15:28:31)
    HW version 00.01.64
    #

    Show arp? -> watch only

    Show arp

    Terminal Server? -> watch only

    Terminal Server
    history

    He might have an OID you can pole for this info. all the OIDS are in the MIB that are included in the download for the firmware.

    www.dell.com/.../DriversDetails

    If you do not find one in the MIB, you might try a SNMP walk on the switch to see if you can identify an OID that will provide you with this info.

Maybe you are looking for