Hide the first and the last Division in the WPF chart axis

I want to hide the default marker of the first and the last major division in an axis of a chart of WPF. I tried to extend RangeDivisionsMode and define my own class object to the MajorDivisions.Mode property on the axis. But even when I returns a list empty in RangeDivisionsMode.GetDivisions(...), the first and the last marker is drawn.

Thanks in advance, Jonas

The minimum and maximum labels are transmitted separately when displaying a scale (even if technical RangeDivisionsMode custom can be used for the minor divisions).

There is no direct configuration option to hide extreme labels, but you can achieve this effect by initializing the LabelPresenter property on MajorDivisions by a custom implementation:

class CustomFormatter : GeneralValueFormatter {

        protected override UIElement VisualizeCore( TData value, ValuePresenterArgs args, UIElement existingVisual ) {

            UIElement element = base.VisualizeCore( value, args, existingVisual );

var axis = (Axis)args.Context;

            Range range = axis.Range;

            var comparer = range.Comparer;

            bool isExtreme =

                   comparer.Compare( range.Minimum, value ) == 0

                || comparer.Compare( range.Maximum, value ) == 0;

            element.Opacity = isExtreme ? 0.0 : 1.0;

return element;

        }

    }

Tags: NI Software

Similar Questions

  • Secondary axis on the WPF chart

    Hello

    I'm tracing a secondary value axis on my WPF chart. I have a graphic linked to a table of AnalogWaveform of objects that I change during execution. This table can be different sizes depending on the user's selection, however assume that there are two types of data to the chart.

    I would like to match a data type of my main axis and the other guy to my axis is secondary. For example, I have four AnalogWaveform opposes the plot, two of whom are in Hz (primary) and the other two in Volts (secondary).

    According to the documentation, I need an additional of element under my definition of . What I have is:

             

























    This adds a second value axis to the left of my main axis. What I need is for this axis which will be located to the right of my chart and somehow to draw each AnalogWaveform on the right y-axis.

    I build my locations in the code as follows:


    _graph. Plots.Clear ();

    RawData is my AnalogWaveform[], built in advance based on a response from the server
    foreach (AnalogWaveform waveform in RawData)
    {
    If (waveform! = null)
    {
    field = new plot (waveform. ChannelName);
    parcel of land. DataContext = waveform;

    plots. Add (Plot); plots is a simple list
    }
    }

    _graph. Plots.AddRange (studs); Add locations to graph

    _legend. ItemsSource = plots. Add locations to the legend

    Any help would be appreciated on how to do it.

    Thanks in advance.

    To position your second Y axis across the graph, set the Location property on the axis of Far .

    To associate a plot to a default axis, set the VerticalScale property on the ground in the axis value is appropriate.

  • Restart or read courses at first and not last page

    We have a course with a questionnaire which must be passed.

    If the user does not pass must relaunch the course in order to randomize the quiz questions. We noticed that the course is the reopening last police page.

    \is there a way to force a project to open ONLY on the first page anywhere - off left? I realize that this would be unnecessary if the user also left having to start

    I think this is a job for a table of contents page, but can't think how

    help appreciated

    It is a SCORM file to load on an LMS, you must check the 'Never resume data' option under the Advanced button in the reports dialog box:

    If it is not transferred to an LMS, and you use the table of contents and biscuits or local storage for bookmarking, you will need to uncheck learning self-paced option in the parameters of the table of contents. But this option is cancelled by the LMS functionality if you publish a LMS.

  • Draw a line connecting two points in the WPF chart

    I'm trying to understand the best way to draw a line between two existing points on my graph in WPF.  At first, I thought I had it works fine; I just added another parcel to my graph then given exactly two points for rendering.  But I quickly noticed that the app has become surprisingly slow and CPU was quite high (adding other plots does not affect the use of the CPU as long as they have a complete set of points (?)).  He wants me if I looked at using the DataToScreen method on the chart but I can't know what the parameters are.  The second parameter is simply an IList that tells me a lot.  This seems to be the method I want to use for the coordinates of a point on the graph screen.

    No one knows what the second parameter is supposed to be for the DataToScreen method?  Everything I tried throws an Exception of Argument.

    Thank you
    Dan

    DataToScreenwill return a screen coordinate in the plot area of a chart of the value of the raw data horizontal and vertical in the given list. The parameter value is a IList for compatibility with other methods of graphical query such as FindNearestValue , return IList values containing raw data.

    A concrete example, say you had a graphical configuration with a wide horizontal axis ranging from 0 to 100 and a vertical axis double precision ranging from 10 to 20:


            
                
                
            
        

    To get the screen coordinates of the value at the center of the two axes, you can call:

    graph.DataToScreen(plot, new object[] { 50, 15.0 })

    Note that the raw data values corresponding to the type of axes (horizontal AxisInt32 returns the integer 50 and vertical AxisDouble Gets the value 15.0 ).

    You also mentioned a performance issue where "adding other plots does not affect the CPU so that they have a complete set of points". I did a simple test app that adds an array of two points of a chart on each key (for example graph.Data.Add(new[] { new Point(x1, y1), new Point(x2, y2) }); ), but could not reproduce the problem you saw. Could you share the code, you use to draw the connection line?

  • values based on the following logic 'values after the first values of two '_' and before last '_' values '.

    Hi all

    I need the values according to below 2logics in a single select query using instring and substring

    1 values based on the following logic 'values after the first values of two '_' and before last '_' values '.

    2 values based on the following logic 'values after the first values of two '_' and before last'-'values '.

    EXM:

    Entry: ABCD_EFGH_IJKLM - NOPQ_XYZ output: IJKLM - NOPQ

    Entry:. ABCD_EFGH_IJKLM - NOPQ output:IJKLM

    Thank you.

    Check the following

    WITH DATA1 AS

    (SELECT "ABCD_EFGH_IJKLM - NOPQ_XYZ" double val)

    UNION ALL

    SELECT 'ABCD_EFGH_IJKLM - NOPQ' double val

    )

    SELECT SUBSTR (VAL, INSTR(VAL,'_',1,2) + 1, DECODE (BIGGER (INSTR (VAL, '_',-1, 1), INSTR(VAL,'-',-1,1)), INSTR (VAL,'-', - 1, 1), LENGTH (VAL) + 1, INSTR (VAL, '_',-1, 1))-(INSTR (VAL, '_', 1, 2) + 1))

    OF DATA1;

    Concerning

    Salim

  • Impossible to print the first and last pages of a pdf of the 8 page?

    I have a pdf of 8 pages exported from an InDesign document. I can print it without any problem on my MAC, but when I will forward it to a partner, she is unable to print the first and last pages. Any ideas?

    Hi jimr67163466,

    Could you please let us know the version of Adobe Reader is installed on the machine?

    What operating system is installed on the machine-Windows/Mac?

    The pdf is printing via a network printer?

    This phenomenon happens with a specific document only or with other documents as well?

    Try to print the pdf as image, launch Adobe Reader, click Print > select your printer from the drop-down > click on advanced > check the print as Image > and then click OK.

    Let us know if it worked.

    Thank you

    Shivam

  • Drive function and the values of the first and the last line in a group game

    Hello

    I have a data as below, where I need to take the start_date line first and last row End_date a group in an order.

    Actual data:

    SU_KEY ORG_TYPE SAL_TYPE START_DATE END_DATE

    28033 UN UNITED NATIONS 29/08/2003-07/11/2003

    28033 UN UNITED NATIONS 08/11/2003 05/12/2003

    28033 UN UN 06/12/2003-10/12/2003

    TE TE 28033 11/12/2003 03/03/2004

    TE TE 28033 04/03/2004 08/03/2004

    TE TE 28033 09/03/2004 11/03/2004

    TE TE 28033 12/03/2004 16/07/2010

    28033 UN UNITED NATIONS 17/07/2010-17/11/2011

    28033 UN UN 18/11/2011-15/07/2013

    28033 UN UNITED NATIONS 16/07/2013-05/08/2014

    28033 UN UN 06/08/2014 12/31/9999

    Result:

    SU_KEY ORG_TYPE SAL_TYPE START_DATE END_DATE

    28033 UN UNITED NATIONS 29/08/2003-10/12/2003

    TE TE 28033 11/12/2003 16/07/2010

    28033 UN UNITED NATIONS 17/07/2010-31/12/9999

    So far, I could do the following:

    SELECT A.START_DATE,

    A.end_date

    , LEAD (A.end_date) OVER (PARTITION BY A.su_key order of A.start_date) ACTIVE_TO

    , LAST_VALUE (A.END_DATE) OVER (PARTITION BY A.END_DATE ORDER A.SU_KEY) B1

    A.ORG_TYPE

    A.SALARY_TYPE

    TABLE. XXXXX HAS

    Any help is really appreciated. Thanks in advance.

    with

    actual_data as

    (select 28033 su_key, a 'org_type, a' sal_type, to_date start_date (' 29/08/2003 ',' dd/mm/yyyy'), to_date('07/11/2003','dd/mm/yyyy') end_date Union double all the)

    Select 28033, 'ONE', 'ONE', to_date (' 08/11/2003 ',' dd/mm/yyyy'), to_date (' 05/12/2003 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'ONE', 'ONE', to_date (' 06/12/2003 ',' dd/mm/yyyy'), to_date (' 10/12/2003 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'YOU', 'TE', to_date (' 11/12/2003 ',' dd/mm/yyyy'), to_date (' 03/03/2004 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'YOU', 'TE', to_date (' 04/03/2004 ',' dd/mm/yyyy'), to_date (' 08/03/2004 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'YOU', 'TE', to_date (' 09/03/2004 ',' dd/mm/yyyy'), to_date (' 11/03/2004 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'YOU', 'TE', to_date (' 03/12/2004 ',' dd/mm/yyyy'), to_date (' 16/07/2010 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'ONE', 'ONE', to_date ('2010-07-17', ' dd/mm/yyyy'), to_date (' 17/11/2011 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'ONE', 'ONE', to_date (' 18/11/2011 ',' dd/mm/yyyy'), to_date (' 15/07/2013 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'ONE', 'ONE', to_date (' 16/07/2013 ',' dd/mm/yyyy'), to_date (' 05/08/2014 ',' dd/mm/yyyy') in all the double union

    Select 28033, 'ONE', 'ONE', to_date (' 06/08/2014 ',' dd/mm/yyyy'), to_date (' 31/12/9999 ',' dd/mm/yyyy') of double

    )

    Select su_key, org_type, sal_type, min (start_date) start_date, max (end_date) end_date

    from (select su_key, org_type, sal_type, start_date, end_date,

    ROW_NUMBER() over (partition of su_key order of start_date)-

    ROW_NUMBER() over grp (partition su_key, org_type, sal_type order of start_date)

    of actual_data

    )

    Group of su_key, org_type, sal_type, grp

    order of start_date

    SU_KEY ORG_TYPE SAL_TYPE START_DATE END_DATE
    28033 UNITED NATIONS UNITED NATIONS 29/08/2003 10/12/2003
    28033 YOU YOU 11/12/2003 16/07/2010
    28033 UNITED NATIONS UNITED NATIONS 17/07/2010 12/31/9999

    Concerning

    Etbin

  • How to select lines if a column has the same first and last characters?

    Hello

    I have a scenario that one of the columns in the table of the student is having names student, (Ex) John, Mary, Donald, Ana, Maria. In this case how can we write a query to retrieve lines for the values if the first and the last character of the student of identical names? Production is expected to be Donald, Ana.

    Frank answers the question in the subject of your post, but looking at your examples, I think you wanted

    WHERE lower (SUBSTR (student_name, 1, 1)) - 1 character

    low = (SUBSTR (student_name,-1)) - last character

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

    Hello people:

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

    Any help or pointers would be great!

    Thank you!

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

    The request in hand:

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

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

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

    December:

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

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

    January:

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

    February:

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

    November:

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

    December:

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

    Hello

    Roxyrollers wrote:

    Hello people:

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

    Any help or pointers would be great!

    Thank you!

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

    The request in hand:

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

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

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

    December:

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

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

    January:

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

    February:

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

    November:

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

    December:

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

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

    The following works for the other months:

    WITH all_days AS

    (

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

    OF the double

    CONNECT BY LEVEL<=>

    )

    SELECT DISTINCT

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

    , TRUNC (a_date, 'MONTH')

    ) AS week_begin

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

    TRUNC (LAST_DAY (a_date))

    ), Week_end

    Of all_days

    ORDER BY week_begin

    ;

    Output:

    WEEK_BEGIN WEEK_END

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

    January 1, 2013 January 2, 2013

    January 3, 2013 January 9, 2013

    January 10, 2013 January 16, 2013

    January 17, 2013 January 23, 2013

    January 24, 2013 January 30, 2013

    January 31, 2013 January 31, 2013

    February 1, 2013 February 6, 2013

    February 7, 2013 February 13, 2013

    February 14, 2013 February 20, 2013

    February 21, 2013 February 27, 2013

    February 28, 2013 February 28, 2013

    ...

    November 1, 2013 November 6, 2013

    November 7, 2013 November 13, 2013

    November 14, 2013 November 20, 2013

    November 21, 2013 November 27, 2013

    November 28, 2013 November 30, 2013

    December 1, 2013 December 4, 2013

    December 5, 2013 December 11, 2013

    December 12, 2013 December 18, 2013

    December 19, 2013 December 25, 2013

    26 December 2013 31 December 2013

  • Animate the first and last character

    Hello

    Does anyone have a model may be the way to animate the first and the last character or a tutorial?

    For example, I would like to animate "ABCDEFG".

    AG would be the first thing you see on the screen, then the distance between AG grew and fade the letters in the middle.

    So, the result would be:

    1 frame: AG

    2: A G

    3: ABG

    4: ABCG

    etc.

    http://www.Mylenium.de/_temp/Text_Expand_00.zip

    Mylenium

  • I would like to change the name in my profile my name and my company name, so when my clients receive a signature on the Forms application, my company name is displayed in the email as opposed to my first and last name. How can I change

    I would like to change the name in my profile my name and my company name, so when my clients receive a signature on the Forms application, my company name is displayed in the email as opposed to my first and last name. How can I change this? I tried to edit my profile however my first and last name are not editable fields.

    Hello Laurag92400722,

    You connect with Adobe ID account E-Sign? If Yes, then you can directly connect to your Adobe ID account and can update the name as the name of the company and it will reflect in your E-Sign account as well.

    -Usman

  • Changed the display pad and how can I change this back to the first and last frame of the clip in question?

    Hi, when you cut a clip using the standard cursor (not the adjustment tool but just the mouse), the behavior that I was accustomed to is it shows the first and last frame of the clip you're carved, in a 2 - up window. Now in the updated 2015 I'm confused because it's still place 2 window, but instead I see the head or tail of any clip is next to any side of the clip, I'm trying to cut. I can see the utility in this, but I would like to know where I can go to the screen more as I'm used to it...

    Thank you!

    Click on the key in the timeline and in the drop-down the menu uncheck Composite overview over the filling.

    MtD

  • Select records of first and the last in the Group results - Oracle 11 g

    I have the following information in the Oracle 11 g table:

    Qty.Production orderDate and time
    200000000000000000112 JANUARY 14 00:02
    200000000000000000112 JANUARY 14 00:05
    200000000000000000112 JANUARY 14 00:07
    2000000000000000001JANUARY 13, 14 00:09
    300000000000000000212 JANUARY 14 00:11
    3000000000000000002JANUARY 12/14 00:15
    300000000000000000212 JANUARY 14 00:20
    300000000000000000214 JANUARY 14 00:29

    I here to write a query that returns the following:

    Qty.Production orderFirstLast
    800000000000000000112 JANUARY 14 00:02JANUARY 13, 14 00:09
    1200000000000000000212 JANUARY 14 00:1114 JANUARY 14 00:29

    Is the sum of the Qty. grouping column by Production order and the time of the first and last records for each Production order .

    I came up with a query that gave this result:

    Qty.Production orderFirstLast
    800000000000000000112 JANUARY 14 00:0214 JANUARY 14 00:29
    1200000000000000000212 JANUARY 14 00:0214 JANUARY 14 00:29

    Wwhich means that the and last columns show the first and last date / time the whole table. Please note that there is a shadow table. Sorry, I am now allowed to write the actual query

    , I came with given work policies don't allow me to share. Also, I tried with windowing functions such as rank()and row_number() but my user has not enough privileges to do so.

    Help or advice will be greatly appreciated.

    Due to the fact that Oracle does not have the lines in a particular order, it would be wrong that the first 'date' would be the first line to be processed by the query.

    So, you will need to provide another column if you do not want to look at the table as ordered by date.

    Any analytic function must also allows you to provide the 'to' and if that's the date, then just a simple query:

    SQL > WITH Tab1 (quantity, Production_Order, patch)

    2 ALSO (SELECT 20, '00000000000000001', TO_DATE (12 JANUARY 14 00:02 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL)

    20. SELECT 3, '00000000000000001', TO_DATE (12 JANUARY 14 00:05 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    4. SELECT 20, '00000000000000001', TO_DATE (12 JANUARY 14 00:07 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    20. SELECT 5, '00000000000000001', TO_DATE (13 JANUARY 14 00:09 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    6. SELECT 30, '00000000000000002', TO_DATE (12 JANUARY 14 00:11 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    30 SELECT 7, '00000000000000002', TO_DATE (12 JANUARY 14 00:15 ', 'HH24 LUN-JJ-AA') OF ANY UNION DOUBLE

    8. SELECT 30, '00000000000000002', TO_DATE (12 JANUARY 14 00:20 ', 'DD-MON-YY HH24') FROM DUAL UNION ALL

    9 SELECT 30, '00000000000000002', TO_DATE (14 JANUARY 14 00:29 ', 'DD-MON-YY HH24') FROM DUAL)

    10. SELECT SUM (Qty), Production_Order, MIN (update), MAX (updated)

    11 OF Tab1

    GROUP of 12 BY Production_Order

    13 * ORDER BY Production_Order

    SQL > /.

    SUM (QTY) PRODUCTION_ORDER (PDATE) MIN MAX (PDATE)

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

    80 00000000000000001 12 January 2014 00:02:00 January 13, 2014 00:09:00

    120 00000000000000002 12 January 2014 00:11:00 January 14, 2014 00:29:00

  • How to recover/find only the FIRST and the LAST members in a Dimension using Maxl

    Hi all

    I have a requirement where in I need to retrieve only the FIRST and the LAST members of the Dimension of the year.

    For example my year round Sun having EF07, AFA 08 FY09, FY10 as members so I need to get the first (EF07) & the last members (FY10) using maxl.

    Is it possible in Essbase Maxl accehieving meanings.

    I have a custom cdf to find members of the first and the last, if you are interested.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Can only see the first and last frame of the item in the editing HELP PLEASE

    Hi, my first time and I find an answer, but fails. I first elements 4 and I'm trying to worm. 9. in version 4 clips in the timelin shows all the frames, but in ver 9 it only shows the first and last frame clips. Is it possible to make all the images to display. I mean by "all frames", clips from filling with frames. I wanted to see all of the images in the scenario, it is easier for me to select and cut the pieces on.

    My features are Core 2 Duo 6750, Nvidia 8600GTS, 4 G of Ram and Vista Home Premium. 3 HARD DRIVE 3 TB.

    Thank you for having responded

    Werner

    Werner,

    Welcome to the forum.

    In the header of the video track, there is an icon for Clip thumbnail display. It's a cycle, and you can scroll through the Modes to display the first frame, first & last, all, or none (name of file only). In pre 4.0, it's on the far left in the header of the track. I guess that's about the same place in pre 9.0.

    Good luck and hope that helps.

    Hunt

Maybe you are looking for

  • protection against overheating

    I bought one a few weeks ago, the retina of the iMac, 4 K.   I enjoy from a PC back to the ground.   When I taught that we all had Macbook pro computers among teachers and it was fine. The question is that I have a program that really needs the compu

  • MBP running El Capitan hangs after login

    Today, my 2011 15 to the Macbook pro mid hangs after login to the admin account. The status bar does not appear, or the desktop icons. Nothing does, and I need to force the shutdown to be able to restart. These are the things I've already tried: Rest

  • HP Deskjet 2540: HP Deskjet 2540 deleting print jobs

    Hello When I try to print on my printer, it keeps removing documents from the queue before they print. When I check the status, it goes from 'pending' to 'print' and then 'delete' without doing me anything. I printed some things earlier today, and it

  • Invalid Boot.ini

    Every time I start my Office I"Invalid Boot.ini".Booting from C:\windows\It seems to work OK, but I was wondering if there is something missing.

  • Historical reports

    We have IPCC Express ARC 3.5 version 2 Currently, reporting software - Cisco CRA historical reports - the game of service level target to 40 seconds. How do we go about changing to 30 seconds?