Select the same lines in chart

Hello

I have the table and I would like to draw only the data points in pairs of lines in a table. Unfortunately, the data field in the series tab does not appear to support formulas, so something like (MOD (ROW (a1: a10), 2) = 0, a1: a10 does not.) Anyone have any ideas on how to automate this?

Hi PretzelDingo,

Try this on a copy of your table.

Same type, Odd in the first two lines and drag the handle to fill yellow down.

Sort by column C.

Select the lines that "same" and insert the chart.

Kind regards

Ian.

Tags: iWork

Similar Questions

  • After you select list, and button on the same line

    Just a minor matter cosmetic a user has raised.

    I have a couple of selection lists that I have on the same line by setting the 'start on new line' on no. Is it possible to get a button to sit on the same line (i.e. within the same line of the table or cell as Select lists)?

    West Indies,

    When you create a button, the second page of the wizard is the option you're looking for: 'create a button displayed among the elements of this region. "

    Just keep in mind that these buttons don't submit by default where as area buttons can also redirect without submitting it.

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

  • What happened to the insertion function. It was on the same line as file

    What happened to the insertion function? It was on the same line as the files, tools, etc. He's gone. If you want to insert a jpg you sent as an attachment. I have read through the help files and that you can't find the answer. I want my old Thunderbird back! Newer is not always better.

    I suspect that you have lost the Mail composition toolbar. Open an entry window, press and hold the < alt > key, type v and check the box for the mail toolbar. I would also allow the Menu bar while you are there.

    Another possibility, if the Insert option is missing in the mail toolbar, is that it is spent in composition in plain text mode. Open the settings page of the account assigned by right-clicking on the account in the left pane, select Composition & addressing and tick the box labelled "Dial using the HTML format".

  • The orange button Firefox used to be on the same line as tabs, how to move the tool bar of tabs to be on the same line as before?

    I now have the Firefox button orange on its own line at the top of the page, but it used to be on the same line as the toolbar tabs which takes less space. I know what happened before I put right but cannot get back them now on a single line.

    Make sure that you have selected cover via Firefox > Options.

    You also have to maximize the window to have the tab bar and the Firefox button in the title bar.

    You can also set the pref browser.tabs.drawInTitlebar Boolean to true on the topic: config page.

  • I tried for AN HOUR to find a way to put the two different fonts on the same line

    Pages is crap. I tried for AN HOUR to find a way to put the two fonts on the same line, even if I highlight 1 WORD, the whole line changes (if you know how to do that please tell me, I'll me CRAZY!). Wouldn't recommend, that Word is 100 x better and easier to use

    < published by host >

    Hi varn,.

    Seems to work here (Pages of screen capture):

    Select (highlight) the text you want to change. Click on the Format brush, and then click Style. Choose the font you want to use.

    The example above is in the text layer. I also tried in a text box and a table cell.

    I also tried to change the font for a single word of a line of text in Pages for iOS. The police has changed to the selected word, while the rest of the line remained in the police, he had previously.

    Cannot test it in 5 Pages, because I have not installed. The above example is Pages ' 09.

    It is possible that you have applied to a paragraph Style, what would change everything in the paragraph containing the insertion point.

    Kind regards

    Barry

    PS: MS Word is available for OS X, if you feel the need to switch.

    B

  • How to choose the Department with employees in the same line?

    Hello world

    I need to make this request,

    Suppose we have 2 departments with n used on each Department

    I need to select the departments with only 2 employees in the same line, example here

    Department Name of Department Employee1 Employee2
    10HUMAN RESOURCESMarcSteve
    20HEPaul
    30New Department
    40FinanceJeanMichael

    This query below did not work because it only displays the first employee, but I need to display 2 employees (same as the above table)

    select
    deptno,
    (select ename from emp, dept where rownum =1 and emp.deptno = dept.deptno) employee1,
    (select ename from emp, dept where rownum = 2 and emp.deptno = dept.deptno) employee2
    
    from dept;
    
    

    ...

    I did this, but with the function returning the Emp2Dep1 Emp1Dep1

    function get_ename(p_dept number,p_col number)
    return varchar2
    is
        v_ename varchar2(4000);
        v_first boolean := true;
    BEGIN
            select ename
                  into v_ename
                  from
                      (
                      select ename, rownum as rn
                      from (
                            select ename
                            from emp ,dept
                            where    emp.deptno        = p_dept
                            order by 1 asc
                            )
               
                      )
                  where rn = p_col;       
              
    
         return v_ename;
    END;
    
    

    and simply put

    select
    get_ename(deptno ,1 ) employee1,
    get_ename(deptno ,2 ) employee2
    from dept;
    
    

    Is there a better way to do it?

    NB: database 11g

    Thank you

    Select the Department, employee1, employee2

    (select Department, name, cnt

    (name, department, row_number (select) at the NTC (partition by order of the Department by null)

    employees

    )

    where NTC<=>

    )

    Pivot (max (name) of the cnt (1 as employee1, 2 as employee2))

    order by Department

    DEPARTMENT EMPLOYEE1 EMPLOYEE2
    10 Marc Steve
    20 Paul -
    30 - -
    40 Jean Michael
    50 Alpha Beta

    Concerning

    Etbin

  • Display the results in the same line


    Hi all

    I'm running this query below and to get results as expected, with a small glitch, I want the info on the same line instead of duplicating the line:

    SQL

    Select distinct (substr (target_name, 1, instr (target_name, '_')-1)) DB_NAME.

    (case when value = 'TRUE' then ' <-db is not configured for the huge Pages.' end) as "huge Page Status."

    value

    of sysman.mgmt$ db_init_params

    where

    (name as name like '% sga_max %' or '% use_large %')

    and isdefault = "TRUE".

    and value > '32212254720'

    order by DB_NAME;

    Output current:

    Db_name Huge Page status Value

    DB1

    DB1

    DB2

    DB2

    GBP

    GBP

    <-db is not configured for the huge Pages.

    <-db is not configured for the huge Pages.

    <-db is not configured for the huge Pages.

    35

    45

    45

    Desired output:

    Db_name Huge Page status Value

    DB1

    DB2

    GBP

    <-db is not configured for the huge Pages.

    <-db is not configured for the huge Pages.

    <-db is not configured for the huge Pages.

    35

    45

    45


    What should I change in my application to my output lines overlap?

    Very much appreciate your help.

    Thanks in advance,

    aBBy

    with min (case where param_name like '% sga_max %' THEN to_number (param_value) END) 32212254720 >

    AND min (case when param_name = 'use_large_pages' and upper (param_value) = 'TRUE' THEN 1 END) = 1

  • Is it possible to convert the standard numbered list to the list that appears on the same line a right after another? As indicated in 1. Text goes here, 2. Text goes here, 3. Insert text here

    Is it possible to convert the standard numbered list to the list that appears on the same line a right after another?

    Instead

    1. Insert text here
    2. Insert text here
    3. Insert text here

    This

    1 text goes here, 2. Text goes here, 3. The text here.

    This revised list can take multiple lines.

    I use InDesign CC2014 - if that makes a difference.

    the only way is to convert numbered in the text (select numbered list > ctrl (or right click) > bulleted & numbered lists > convert numbered text).

    Then, with search - replace, you can change the paragraph returns in space (or in space by commas as in your example)

  • Impossible to select the same graphic style on glued eps

    I opened an eps.

    Copy the whole graph.

    Open the correct model and paste the chart copied.

    The template styles to graphics with the same background and outline (no other attributes don't exist) pasted chart.

    However, I can not select items from pasted chart based on the pasted graphic graphic even if Style contains elements with the same stroke and fill.

    I can't select the same outline and complete either.

    I checked the Document Color Mode and made sure it was RGB color.

    However, when I select the item and double-click on the initial window color picker shows new 1100 color so I suspect even if the same style Illustrator is affecting the color of the element and running like new.

    This selection process is a step in an action to apply styles and works - so this isn't.

    Probably something simple changed the settings, but appreciate any suggestions as to where the issue could be found.

    It's old CS2 on Mac PPC G5 pays for itself always perform the simple processing of the output files.

    All advice appreciated as many hours trying to figure this out.

    Thank you

    Michael

    Awesome! Works a treat. I have to just make sure that Document Color Mode is CMYK and color as you say Graphic Styles are defined to same in the imported graphic. I thought I was smart by setting Document Mode of color RGB and graphic Style as well.

    Thank you for identifying and really, really appreciate your time and knowledge.

    Kind regards

    Michael Gilbert

  • different text color in the same line for staticText ScriptUI?

    is it possible to have different text color in the same line for staticText ScriptUI?

    for example, I don't want red color for the word 'RED' text below in the SAME line.

    var l is new window ('dialog', 'Sélection');.

    var s = w.add ('statictext', undefined, "It's a RED pen");
    w.Show ();

    Thank you!!

    Simple,

    var w = new Window ("dialog","Selection"),
         g = w.add('group'),
         s1 = g.add('statictext', undefined,"This is a"),
         s2 = g.add('statictext', undefined,"RED"),
         s3 = g.add('statictext', undefined,"pen");
    g.spacing = 4;
    s2.graphics.foregroundColor = w.graphics.newPen(w.graphics.PenType.SOLID_COLOR,[1,0,0],  1);
    w.show();
    

    I'm sure that's the answer makes sense "only".

    Trevor

  • Enter the same line after saving changes in the classic report

    Hi all

    I have a classic long report. The user can update the different lines of this report using the procedure of update MR. Now the user requests easier flow. What he wants is to return to the same line after what he saves the changes. How is it possible to do

    Thank you very much
    Zahra

    Hello

    I have a sample
    https://Apex.Oracle.com/pls/Apex/f?p=40323:40
    When you change the Active column selection list, the page is sent. After presenting the report of scrolls of JavaScript

    See this post on the details
    HELP THEM FOCUS CURSOR TABULAR

    Kind regards
    Jari

  • By selecting the same outline color or fill in only a single work plan (not all)?

    This seems to be an obvious question. I have 6 work plans in a document, each containing a slightly different version of a complex logo that I'm working on. In the past, I would have just used a large body of work and had a layer for each different version but this time I thought I'd give multiple work plans, a go (I've just updated for CS3) and without layers. Trying to go to Select - same line color, it seems that it selects the same color of stroke on ALL working plans. In the past I would have had the layers locked except the one I was working on. I looked in preferences to see if there's something to turn it off, but it does not exist. Am I missing something?

    One thing you can do:

    Select the entire document on the artboard, you are dealing with, select reverse, Lock (Cmd + 2).

    This way you have blocked all on other work plans.

    You can now select same wotever on the artboard, you deal with without affecting the others.

  • Region HTML - element, TextBox and Button on the same line

    Hello

    I have a search page:
    POINT region HTML with a search box and a button (created in the section of button).


    How can I align the search box and the key? (on the same line)
    I see that the choice for the button to align at the top or on the button of the section. If the button is under or above the search box.

    Or maybye is possible to hide the searbox and button and create a table html for alignment?


    I work with Apex 3.1.2.00.02
    Region: HTML
    Theme: Dark blue:
    Model: region of report

    Thank you

    Roseline

    Roseline,

    Create a new button and select the Create button as an element and not in the position of the region.

    Option buttons behave differently to the buttons of the Position of the region.
    If you are wanting to use the button 'Submit' page, you need to change the button to target is a URL and add javascript:doSubmit('YOUR_REQUEST_VALUE');

    Gus...

    AWARDS: Don't forget to mark messages USEFUL or CORRECT on the forum, not only for my answers, but for everyone!
    ;-)

  • How to repeat the same line more than once in the report 10g

    How to repeat the same line more than once in the report 10g

    If I print the barcode more than once
    in the report;

    Published by: user11106555 on May 9, 2009 05:50

    OK, thought it was just a recording, then try:

    SELECT COL
      FROM TABLE,
           (SELECT 1
              FROM DUAL
             CONNECT BY ROWNUM
    
  • view edit history file on the same line as the Favorites bar

    I used customize to try to remove: file edit view etc. in the bookmarks toolbar I have somehow manged to get on the same line. I don't want it and want to remove it.

    Hi, try clicking on settings by default, as shown in the controls, buttons, and Toolbars Customize Firefox. There are also instructions to remove the bar of menus (file, editing, display etc.).

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

Maybe you are looking for

  • Satellite A200 HD-DVD - TS-L802A - not detected after firmware update

    Hello I have a Toshiba A200 with the TS - L802A HD-DVD in it drive.Tried to burn a dvd, but would not recognize the media, so updated the firmware. Update successful, but now after restarting the player is not recognized, in bios it says no optical d

  • BBC iplayer downloads

    I enjoyed downloading the programs of bbc iplayer until recently (2 weeks ago it started). After exhausting all avenues of help via the bbc website, that I have yet to solve the problem, can anyone help me please? Firstly, I download the program on m

  • Orientation lock

    Is it possible to lock the orientation also listening to the events of orientation? If someone has a link to an example of code that would be much appreciated. I am trying to control a movieclip by rotation of the apparatus but keeping the locked app

  • BlackBerry Smartphones BlackBerry Curve 9360 problems?

    Salvation to people reading this, I wonder if you can help me with this problem. I have a BlackBerry Curve 9360 on OS 7.0. When I try to save on the handheld or computer, it crashes all the time until he actually finishes the back upward... Any ideas

  • I don't know what I'm missing or do differently

    I don't know what I'm missing or differently to create this questions.   Sometimes when I do a motion tween I don't get the dotted line and other times that I do.  I use a MAC El Capitan.  My first step is to be; eat the first image and then I put an