Marking a value in a diagram

Hi folks !
Im trying two things:
1st: I want a vertical an horizontal line in a diagram at specific values
eg: y-axis: 0-100% marking line at 60%
or: x-axis: "a" till "z", making line at "t"
How do I do this ?
2nd: How do i mark (bold/underlined/colored) a or more specific value/s in that chart?
So to have a good visual aspect with whom to compare other values.
any idea !?
Thx alot !
jimmy

I would use a combination chart, I suppose. And, as Yvan notes, it may take more than one of them, but if you are wiling to compromise a bit, you may be able to do it with one.
Here's an example using a combination category chart.
In this chart I used both Lines and Bars. I experimented with Area also but decided the plain line at 60% looked better. Personal choice. (The rightmost column is Data1A, but the "A" didn't show when I narrowed the chart and I didn't notice.)
I used an IF-test in Data1A to eliminate values above the value of the horizontal line. =IF(D<=C, D, ""). Hope this is close enough to what you had in mind to give you some ideas.
Jerry

Similar Messages

  • Change marked row values

    Hi experts,
    In APO DP planning book I want to build a macro that changes the values (example : put to 1) of the marked row.
    Do you know how to do this ?
    Thanks in advance.

    Hi,
    You will have to check for each row in your planning book. For whichever row a 1 is returned, it means that row is marked. Based on this test result, you can go ahead and change the values. I am assuming that you know what to change already.
    So if the test returns 1. In the next line you can say Row Name = <value>. If it returns 0, it means the row is not selected and keep moving.
    Hope this helps.
    Thanks & Regards
    Mani Suresh.

  • I want to generate value for parameter

    Hi experts,
    I write one code to generate employee id automatic based on the previous fields in selection screen. ID is generated successfully but I am not able to appear it selection at run time. Please help here is my code.
    REPORT  ZSELECT_TOP.
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
          LIST  TYPE VRM_VALUES,
          VALUE LIKE LINE OF LIST.
    data: id1(4) type c VALUE 'ACEN'.
    data: dep like ZACENTIQ_PAGE1-sno.
    data: slno(13) TYPE c.
    DATA:WA33 TYPE ZACENTIQ_PAGE1.
    PARAMETERS:UserName(20) type C ,
                Password(10) type C .
    PARAMETERS:Depart(15) AS LISTBOX VISIBLE LENGTH 17.
    PARAMETERS: Emp_ID(13) TYPE c DEFAULT slno.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'DEPART'.
       VALUE-KEY = 'DEV'.
       VALUE-TEXT = 'DEVELOPMENT'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'MARK'.
       VALUE-TEXT = 'MARKETING'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'CRM'.
       VALUE-TEXT = 'CRM'.
       APPEND VALUE TO LIST.
       CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           ID     = NAME
           VALUES = LIST.
       SELECT * FROM ZACENTIQ_PAGE1 INTO wa33 UP TO 1 ROWS ORDER BY sno DESCENDING.
      dep = wa33-sno.
    ENDSELECT.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = dep
      IMPORTING
        OUTPUT        = dep
       CONCATENATE id1 '/' depart '/' dep into slno.
    *----------------------------- At selection screen -------------------------------------
       AT SELECTION-SCREEN.
    Message was edited by: Manish Kumar : Moderator message: I have edited your post to correct spelling mistakes, all CAPS (shouting) and applied fixed-width font on code for readability. Good formatting can yield better responses.

    I allready used it in At-SELECTION-SCREEN OUTOUT BUT STILL NOT COMING.
    HERE IS MY CODE
    TYPE-POOLS: VRM.
    DATA: NAME  TYPE VRM_ID,
           LIST  TYPE VRM_VALUES,
           VALUE LIKE LINE OF LIST.
    data: id1(4) type c VALUE 'ACEN'.
    data: dep like ZACENTIQ_PAGE1-sno.
    data: slno(13) TYPE c.
    DATA:WA33 TYPE ZACENTIQ_PAGE1.
    DATA INT(3)  TYPE I.
    PARAMETERS:UserName(20) type C ,
                Password(10) type C .
    PARAMETERS:Depart(15) AS LISTBOX VISIBLE LENGTH 17 DEFAULT 'DEV'.
    PARAMETERS: Emp_ID(13) TYPE c  MODIF ID g1.
    AT SELECTION-SCREEN OUTPUT.
    NAME = 'DEPART'.
       VALUE-KEY = 'DEV'.
       VALUE-TEXT = 'DEVELOPMENT'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'MARK'.
       VALUE-TEXT = 'MARKETING'.
       APPEND VALUE TO LIST.
       VALUE-KEY = 'CRM'.
       VALUE-TEXT = 'CRM'.
       APPEND VALUE TO LIST.
       CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           ID     = NAME
           VALUES = LIST.
    loop at screen.
        IF SCREEN-NAME = 'EMP_ID' AND screen-group1 = 'G1'.
    SELECT * FROM ZACENTIQ_PAGE1 INTO wa33 UP TO 1 ROWS ORDER BY sno DESCENDING.
      dep = wa33-sno.
    ENDSELECT.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = DEP
      IMPORTING
        OUTPUT        = dep.
    CONCATENATE id1 '/' depart '/' DEP into slno.
    EMP_ID = slno.
       MODIFY SCREEN .
       ENDIF.
       ENDLOOP.
    *----------------------------- At selection screen -------------------------------------
       AT SELECTION-SCREEN.
       INITIALIZATION.
       START-OF-SELECTION.

  • How to set a curve-offset in my diagram

    Hi,
    my VI gets values from an analog input in a loop, and draws these
    values in my diagram (voltage values).
    Now my curve will look like this:
    y
    |
    | _--_
    |______---- ----_______
    |
    |
    |___________________x
    Before my measurement starts, I have only a line with a certain
    y-value (the "basic" voltage) :
    y
    |
    |
    |____________________
    |
    |
    |____________________x
    Now I want a button "Offset". When I click it, the current
    value should be read and stored, and from then
    subtracted from my values.
    My curve should finally look like that:
    y
    |
    |
    |
    |
    | _--_
    |_____----___----____x
    My problem is, how can I read the current value (when I click my
    button), and then store it as my "offset", to subtra
    ct it from my
    further values ?
    Thanks in advance for your help !
    Daniel

    Just store the last value in a shift register, then subtract it from the new data for display.
    See attached VI (LV5.1)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    offset.vi ‏28 KB

  • Use of Marker & No marker Update

    Hi All,
    I am going through the Inventory Management I want to know the use of Marker update and No marker update.
    and also please let me know the below details.
    1. First time when we will load the data we will compress the request with marker update and while loading BF&UM we will comopress with No marker Update.Could please brief me explain why we need to do and how it will
    effects the data with marker and no marker.
    Thanks & Regards
    Ajay
    "Points will be assigned"

    Hi Ajay,
    As you asked, Data Mismatch willn't be happened if you compress the cube with "No marker update".
    to avoid mismath only we compress "no marker update"
    Why mismacth?
    Suppose you are taking the opening balance on 01 jan 2008 by using BX datasource.
    You have business running for 1 year in R3(2007). There would be some movements happened in all storage locations.
    Ex : Storage 1
    Material M1 --> Received - 100 ; Issued 60; again Received 30
    NOw the current stock available in storage 1 = 100-60+30 =70
    When you load BX data source it takes value 70 for storage location 1. Then you compress  the cube with "Marker update". SO marker sets a reference point to this 70.
    Later when you load BF datasource for the past movements, you get these 3 transactions , i.e 100, 60 and 30. If you compress the cube with these movements againg one more 70 will go and add to the reference point. Because initial 70 has come by calculating these historical movements only.
    But that is the wrong value. So to avoid this, we compress the cube with "No marker update".
    Since these no marker compressed values are not added to reference point, So your Non Cumulative KF will take the result from that reference point.
    Later you can delta movements, i.e from Jan 1 2008 to Feb 1 2008, those will be compressed with "Marker update", because these are new and should be added to reference point.
    This is my longest thread ever written Ajay.
    Thanks
    Sreekanth.

  • How can I make the marker event pulse width longer in NI-FGEN?

    I want to generate a marker event on PF0 line using NI-FGEN.I can set the marker event pulse width but when I was trying to make the pulse width units as 65 I was getting an  error-1074115931. 
    How can I make the marker event pulse width longer without using script as I am using PXI-5412 which is not supporting Script.
    Can anyone help me out in doing the same?

    Unforunately, as you mentioned, the PXI-5412 does not support scripting mode. This will limit you to 1 marker using sequence mode. However, the PXI-5421 and PXI-5422 would allow the functionality. 
    As far as making the pulse width longer, and as the KnowledgeBase Article that you linked to discusses, I don't think it will be possible to create a marker as long as 1us - 10ms using just the Marker properties and without using scripting. You can still try to do this with property nodes and see if you can get a usable result. Start with an example such as "Fgen Arb Waveform Marker" and use the "Marker Position" value to set the start time (you would want 0 here it looks like), and then "Marker Event Pulse Width Value" to change the pulse length, but again I am afraid you will probably reach the maximum of 640 ns here. If you're not able to get this going with the property node, you will need either a FGEN card that supports scripting or another card that does Digital I/O to accomplish this. 
    Thanks!
    Stephanie S.
    Application Engineer
    National Instruments

  • Inferred Values and read only

    We've been told that the default on the inferred value changed from version 9 to version 10 from read-only to writable. This messes us up on testing because it does not indicate which values are inferred and which aren't so it's possible values could get changed that were inferred.
    This can be fixed by us re-factoring our code to mark the value read-only we are told. This is quite a bit of work though and it concerns me that a default was changed without regard to legacy code.
    Is it possible that an option could be set to determine default value for inferred rules or a rule put in place that blankets all inferred values?

    It sounds like you are authoring interview screens that include the inferred values. Is this because sometimes you want data to be entered into those fields (i.e. when no value has been inferred when that screen is displayed)?
    If not, what is the reason for showing the inferred values on the screens, instead of at the end of the interview, and could you not just default the inferred fields to read-only in your screen definition?
    Davin.

  • Use of BPMN diagrams on different levels (Business Process Architect 11gR1)

    I have an issue regarding the representation of different levels of diagrams in BPA... I have been using following types of diagrams from the highest level to the lowest:
    - Structuring model,
    - Value-added chain diagram,
    - Business process diagram (BPMN),
    - Business process diagram (BPMN),
    - Function allocation diagram (this is generated automatically).
    Those levels are linked with use of "Assignment" function on individual elements and that enables the user to drill-down to the last level (except between Structuring model and Value-added chain diagram - I can't find a way to link those two).
    As you might have noticed from the list of diagrams above, I have used two BPMN diagrams to represent two successive levels. Is this OK? On the first of those two diagram types, I represented activities with "Function" elements (I also used Start, Intermediate, End events and Rule elements).
    I linked every "Function" element to a more detailed BPMN diagram on the next level. That one includes "Human task", "Automated activity" elements (and also Start, Intermediate, End events, Rule elements and also others) and is eventually meant to be transformed into BPEL.
    That is how I understood the "Oracle_BPA_Suite_QuickStart_Sample_Guide.pdf" and samples included in Architect 11gR1. Is that the right way to do it? Does anybody have a better suggestion on how to represent the whole chain of diagrams?
    How can "Assignees" be represented in the BPMN diagram, where I used "Function" elements? Is it possible to link "Structuring model" elements to Value-added chain diagrams?
    I hope this describes my dilemma well enough and doesn't frighten you all away... I thank you all for your feedback in advance.

    It is possible to assign Structural Elements to any Model Type in BPA. If you are not able to make this assignment it is not active in your Method Filter. You can log in with the Entire Method filter to check this out. You can also modify the filter you are using to include this ability.
    The hierarchy you are using is fine and is a commonly used one. Some people use the EPC model, which is specifc to BPA and not a standard, at the level below the value-chain but many use BPMN as you have. If your intent is to use the first BPMN as a pure business process model then you may consider creating a separate custom Model Type, based on the BPMN model, with a scaled down set of allowable objects. This is also done through customizing the filter. If you do this you can also rename the model types in the filter if you wish to have different names at each level.
    Note of caution, modifying a method filter can have impacts and should generally be done by someone with a working knowledge of the meta model. If you chosse to change a filter supplied with the tool, copy it and rename it, then update the copy. Always retain the original filter provided with the tool. If you are doing something as simple as adding the ability to use the assignment between Structural Elements and Value-Added Chain models, that would be no big deal. If you get into reusing object and model types that has more impact on the functionality of the tool.

  • Student Marks Calculator

    Hi I have a question from class, this is my first attempt at Java programming:
    Write a Java application program that calculates a student?s final course mark, which is comprised of a total assignment mark, mid-term exam mark, and final exam mark.
    Input:
    Use JOptionPane to enter the following input values;
    a.     Enter a student name.
    b.     Enter total assignment mark (max. 140) (an integer value)
    c.     Enter mid-term exam mark (max. 60) (an integer value)
    d.     Enter final exam mark (max. 85) (an integer value)
    Processing:
    1.     A student?s final mark is weighted as follow:
    a.     Assignments are worth 15% of the final mark
    b.     The mid-term is worth 40% of the final mark
    c.     The final exam is worth 45% of the final mark
    2.     Store the maximum mark values (140, 60, 85) as named integer constants
    3.     Store the weighted values as named integer constants
    4.     Find the weighted values for each of the three categories in step 2 above by using the formula:
    student mark / maximum value x weighted value.
    5.     Sum the three weighted results to arrive at the final student mark. Express the final mark as a double.
    This is the code I did so far, but it won't work gives an err: F:\Java Programming\Term Assignments\2\StudentMarksCalc.java:46: not a statement
              (TOTAL_ASSIGNMENT_MARK / MAX_ASSIGNMENT_MARK * WEIGHTED_ASSIGNMENT
              ^
    1 error
    Tool completed with exit code 1
    So here's the code:
    import javax.swing.JOptionPane;
    public class StudentMarksCalc
    { //Start StudentMarksCalc class
         public static void main(String[] args)
              // Define and initialize variables
              int STUDENT_NAME; // student name
              int TOTAL_ASSIGNMENT_MARK; //assignment mark
              int MIDTERM_EXAM_MARK; //midterm assignment mark
              int FINAL_EXAM_MARK; // final exam mark
              int MAX_ASSIGNMENT_MARK = 140; //maximum assignment mark
              int MAX_MIDTERM = 60; //maximum midterm mark
              int MAX_FINAL = 85; //maximum final mark
              int STUDENT_MARK = 0; // student mark
              int WEIGHTED_ASSIGNMENT = 0.15;
              int WEIGHTED_MIDTERM = 0.4;
              int WEIGHTED_FINAL = 0.85;
              // Get input from user
              STUDENT_NAME = JOptionPane.showInputDialog("What is "+ "your name? ");
              TOTAL_ASSIGNMENT_MARK = JOptionPane.showInputDialog("Enter your "+ "total assignments mark ");
              MIDTERM_EXAM_MARK = JOptionPane.showInputDialog("Enter your "+ "midterm exam mark ");
              FINAL_EXAM_MARK = JOptionPane.showInputDialog("Enter your "+ "final exam mark ");
              //Convert the strings (old)
              STUDENT_MARK=Double.parseDouble(inputString);
              // Convert the strings to an int
         //STUDENT_MARK= Integer.parseInt(str);
              //Calculate the weighted marks student mark / maximum value x weighted value
              (TOTAL_ASSIGNMENT_MARK / MAX_ASSIGNMENT_MARK * WEIGHTED_ASSIGNMENT
              + MIDTERM_EXAM_MARK / MAX_MIDTERM * WEIGHTED_MIDTERM
              + FINAL_EXAM_MARK / MAX_FINAL * WEIGHTED_FINAL = STUDENT_MARK;
              //Display The results
              JOptionPane.showMessageDialog(null, "Hello " + STUDENT_NAME );
    // End the program.
    System.exit(0);
    }

    It seems that you are mixing int and double values leading to 'possible loss of precision' error.
    Further, in calculating the marks, the equation should be the other way around; that means that you have to transpose the STUDENT_MARK variable; like STUDENT_MARK = <calculation>.
    Also, you cannot directly assign the return value from JOptionPane to an int or double because the return value is a String. It has to be like this is you are using double:
    FINAL_EXAM_MARK = Double.parseDouble(JOptionPane.showInputDialog("Enter your "+ "final exam mark "));
    For int, it will be like this:
    FINAL_EXAM_MARK = Integer.parseInt(JOptionPane.showInputDialog("Enter your "+ "final exam mark "));
    I hope this answers your question.

  • Activate "Value Adjustment Required Indicator" Field in FMX1

    Hi Expert
    Transaction Code FMX1/FMX2/FMX3 (Earmarked Fund Maintenance), in More Button of earmarked fund line item, there is no Indicator Field for "Value Adjustment Required" marking.
    This is the new SAP client setup. I have config field selection string and assigned. I set Opt. Entry for "_Indicator: Amount Change Only with Value Adjustment Document_" but in Earmarked Fund Maintenenace still not be appeared.
    I would like to use earmarekd fund with Value Adjustment function (FMXPM1 - FMXPM3) so I need to mark the Value Adjustment Required field in FMX1/FMX2.
    Could you please advice, how to show Value Adjustment Required indicator in Earmarked Fund Maintenenace Transaction?
    Rgds
    Ton

    Hi,
    Did you switch "IMG - Public Sector Management - Funds Management Government - Funds Management-Specific Postings - Earmarked Funds and Funds Transfers - Maintain Global Settings" indicator for value adjustment?
    Regards,
    Eli

  • Hide cost value in documents.

    Dear everybody,
    Someone knows, if there is some choice to hide the value in the field cost.   I dont know if I am wrong, but I heard its possible marke that value with asterisks to protect it.
    I was trying in general authorizations but the value is always visible.
    Thanks a lot.
    Daniel.

    Thanks a lot Gordon,
    This recomendation is to do it in every document, for example I should do it in the item master data and to all of every marketing documents too and after I have to make an Aditional Authorizations creator to the form settings? If I am wrong thanks for your future information.
    Is there other choice to do this topic general in the way to protect the cost value for all the users and documents.
    Thanks a lot for your help.
    Daniel

  • Getting an extra column value in a group by expression

    I have the following table-
    CREATE TABLE dummy_data (
    ID number NOT NULL , mark number not null
    ,test_Timestamp timestamp NOT NULL
    insert into dummy_data (id,mark,test_TimeStamp) values (1,12,'08-MAR-10 09.43.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (2,12,'08-MAR-10 09.46.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (3,16,'08-MAR-10 09.23.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (4,18,'08-MAR-10 09.26.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (5,20,'08-MAR-10 09.13.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (6,22,'08-MAR-10 09.12.30.922000000');
    select TO_CHAR(TO_DATE (ceil(to_number(to_char(test_Timestamp, 'yyyymmddhh24mi'))/5)*5,'yyyymmddhh24mi'),'yyyy-mm-dd hh24:mi') as ts , id
    from dummy_data
    group by TO_CHAR(TO_DATE (ceil(to_number(to_char(test_Timestamp, 'yyyymmddhh24mi'))/5)*5,'yyyymmddhh24mi'),'yyyy-mm-dd hh24:mi'), id;
    I use the below query to get the id grouped by 5 minutes interval.
    Now I also need to get the Mark associated with the id, in a single query. Is there a way to get it ?
    Thanks
    _Pete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I am sorry should have given little more details on my request and I am not sure even if it possible to do that in sql.
    Though I am grouping by 5 minute interval. If the mark is there for the last one hour, show that entry only once.
    In other words, in my example
    Take this to samples (see same mark)
    insert into dummy_data (id,mark,test_TimeStamp) values (6,12,'08-MAR-10 09.12.30.922000000');
    insert into dummy_data (id,mark,test_TimeStamp) values (2,12,'08-MAR-10 09.46.30.922000000');
    When you group by id, you will get separate values for 9:10-9:15 5 minute interval and another one for 9:45-9:50 interval.
    What I want is if the mark has already appeared in that one hour interval, I don't want it to be repeated.
    Thanks
    _Pete                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Blocks - to have on the block diagram, but not to execute

    Hello,
    In standard programm languages there are possibilities to mark some lines in code not to execute them (for example, if we have written some code and want to use keep it in programm, but don't need to execute it right now)
    e. g.
    Does LabView allow to mark several blocks on block diagram, to have them on it, but not to execute?
    Thank you in advance.
    Anna

    Hi Anna,
    in newer LabView versions you can disable parts of a block diagram by using the "Disable" structure. This will work even with unfinished, buggy code.
    In older versions (pre-8) you can use a case structure to put the "not to be executed"-code in the not-executed case - but here the code has to be executable...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • HWIC-4ESW capable of DSCP marking?

    Hello. Does anyone know if the HWIC-4ESW card is capable of classifying traffic and marking DSCP values on those packets?
    Thanks,
    Mike

    Hello Mike,
    this is from the relevant Q&A: QoS to DSCP mapping is supported:
    Q. What features are supported on the Cisco EtherSwitch HWICs?
    A. The following features are supported on the Cisco EtherSwitch HWICs:
    Up to 15 individual VLANs per 4- or 9-port Cisco EtherSwitch HWIC
    IEEE 802.1Q tagged and untagged VLANs
    Virtual Trunking Protocol (VTP) support for client, server, and transparent modes
    Layer 2 MAC-related feature support:
    Secure MAC addresses
    Static and Dynamic MAC addressing
    2000 MAC addresses
    Port application support
    SPAN port monitoring
    Per-port storm control for broadcasts, unicasts, and multicasts
    QoS feature support
    IEEE 802.1p class-of-service (CoS) priority for 802.1Q tagged frame
    Port-based priority for native frames
    Port priority to overwrite the IEEE 802.1p priority
    Strict priority and Weighted Round Robin CoS policies
    CoS-to-differentiated services code point (DSCP) mapping
    Internet Group Management Protocol (IGMP) snooping
    Network Time Protocol (NTP) support
    IEEE 802.1D spanning tree and Spanning Tree Protocol PortFast
    Secure port filtering (200 secure MAC addresses)
    Simple Network Management Protocol (SNMP) support
    Telnet client and server support
    Cisco Discovery Protocol Versions 1 and 2 support
    Fallback bridging
    802.1x authentication
    IEEE 802.3af-compliant PoE
    Q. What features are not supported on the 4- and 9-port Cisco EtherSwitch HWICs?
    A. The following features are not supported on the Cisco EtherSwitch HWICs:
    Layer 3 switching (this is done through the router)
    Dynamic VLAN for access port
    VTP pruning
    Network port
    Routed port
    Per-port enabling and disabling of unknown multicast and unicast packets
    Cisco Group Management Protocol (GMP) client
    Rate limiting
    Cisco Cluster Management Suite (CMS) support
    HTH,
    GP

  • Audition CC - How to reset a marker number

    Hi, I have markers for an audio file which span from say 1-200. If I delete these markers and then later add new markers, the numbers start from 201 onwards. How can reset the marker number to start from 1 each time.
    I dont want to physically renumber them as I have thousands of them. I am using the effect "Mark Audio" and then scan and the "Mark All"
    I did look at the help and did find anything obvious.
    Thanks

    That should work.  Audition simply keeps an internal counter per file as new markers are added.  This is reset when a file is opened again.
    Edit: Oops.  That's NOT correct.  The last marker counter value is stored and new markers generate from there.  If all markers are deleted and the file is saved and re-opened, then the counter should begin at 1 again.

Maybe you are looking for

  • Cannot resize guid partition

    I can't resize my partition on a GUID partition table. It says "This partition can not be modified" I don't understand this as I specifically wiped this drive from being a MBR (DOS compatible) and reformatted it with GUID. Can anyone explain this or

  • Source in External Drive NOT imported to library

    Hello, I am new Mac user(7 days old) . First application i tried is iphoto. I did not want to load my mac mini with GB's of entire family collection photos so i clicked iphoto-->preferences-->Advanced tab--> UNCHECKED "Copy Items to Iphoto library".

  • MICROSOFT WIRELESS KEYBOARD AND MOUSE

    I WAS GIVEN A MICROSOFT WIRELESS KEYBOARD AND MOUSE, WILL IT WORK ON MY PC?

  • Mile Stone Billing

    Hi SD Guru's, I created the Mile Stone Sales Order. With 2 line items. Eash Line Items Having 7 mile stones. When i conform first line item 3 mile stones. When i rase the bill System Showing 3 line items in the bill. But I want single line item in th

  • MacBook Pro Bluetooth Transfer Speeds Double When Laptop is Lifted!!!

    I wonder if my MacBook Pro is normal, or freaky: I was transferring a file to a Mac Mini 10 Feet away @ roughly 30-50 KB/s, when I picked up the notebook and walked away. Upon lifting it from the desk, the transfer rate shot up to 100-110 KB/s. I und