How to create a sub-table of sequential integers?

Hello

I was wondering how to do something.

For example, let's say that my entry is an array of numbers. One thing I know, is that the integers are all sequential, but with gaps between the two. Something like this:

3,4,5,9,10,11,12,16,17, 18...

Not so important for the same problem, but if you want more information: each of these numbers correspond to an index of another table, which is the array of analog input.

I want to get is all the subtables, without gaps, so for the above example:

3,4,5

9,10,11,12

16,17,18

.

.

.

Background once again: later I'll have to compare the values which match these numbers to see which is the highest level and just keep index the largest number.

If you don't have time to give a code example, I would be happy with a simple idea too

I tried to put in my table in a loop twice, check a value incremented by one with the next value, but it all becomes very complicated trying to establish tables again. I was thiking of the use of 'index array' to get extra tables or 'split table 1 d' to do instead.

Thanks in advance,

David.


Tags: NI Software

Similar Questions

  • How to create a sub

    Dear Sir.

    I'm new to labview how to create a sub vi

    Hi nara,.

    I hope that this link might be useful for you.

    Thank you

    Pankaj

  • How to create the logical tables & how to give joints according to obiee 11g?

    Hello

    I have again to obiee 11g. I want to create the logical tables in MDB layer.

    After that I want to give joins according to MDB.

    I don't know, how to create the logical tables and how to give joints according to obiee 11g?

    Please help me.

    Thanks in advance,

    A.Kavya

    Hello

    The new logical table is right click on the MDB itself, for the join you generally in the business model diagram (again right click on objects).

    Maybe it's better if you start from a kind of tutorial to at least have an overview of what is happening where (layer business and physical layer etc.).

    Take a look at what Oracle has available: Oracle BI EE 11 g

    And no doubt, it can be a good start: https://apexapps.oracle.com/pls/apex/f?p=44785:24:0:NO:P24_CONTENT_ID, P24_PREV_PAGE:9787, 2

  • May not know how to create a repeating table to PDF forms in InDesign

    Hello!

    It's all in the title. When I have my table with my header and footer, I can't understand how to create a repeating table for all users of my PDF files interactive.

    Thank you for your help,

    Will be

    If you mean that you try to create a table with entries from forms that develops by creating new topics, I'm sorry to tell you that is not possible in InDesign. It is not yet possible in Acrobat. The only software that takes in charge who is LiveCycle ES Designer that creates some XFA forms, a type of form which becomes less support in the future.

    -Dov

  • How to create a temporary table in a procedure.

    How to create a temporary table in a procedure.

    Hello

    user9093700 wrote:
    How to create a temporary table in a procedure.

    Why create a temporary table in a procedure?

    Oracle has soemthing called a global temporary Table , where the table is in fact permanent, but data is automatically deleted at the end of the session (or the transaction, depending on how the table was created). What did you talk about? Why do you want to create one in a procedure?

    Temporary tables, in the sense of the tables that are created on the fly and fell just as they are used, are almost never a good way to do anything in Oracle. Explain what you want to do, and someone will help you find a good way to do it.

    If you need really to create a table (or any other kind of DDL) in a procedure, use EXECUTE IMMEDIATE.

  • How to create a second table containing the first?

    I have a table with data source. I would like to create a second table that feeds these data. I will use the second table for the filtered views, etc. I am currently copying a range of cells through, referring to table 1. However, if a new line is added to table 1, it does not table 2. How can I configure things so that any changes - including the new lines/columns would be automatically carried over to table 2?

    Table 2 cannot automatically grow the new rows or columns. If you want it to be completely 'automatic', your second table must be as large or larger than your first picture will be never. In other words, there need to additional rows and columns to allow growth. If is not bigger than 1 table, when you add rows or columns to the table 1, you must also manually add rows or columns to the table 2.  The problem is that all these lines/additional columns in table 2 will have formulas that are referred to non-existent rows/columns in table 1, which is a mistake. What you do next depends on what you do with table 2. If it is just for display of data and your existing formulas are all as = 1::A1 Table, you can change to = SIERREUR (array 1::A1, "") to get rid of the errors.  To hide all blank lines, you can set up a filter to show only the rows where column A is not a space (for example) character. There is no filter to hide additional columns, however.

  • Adobe Stock: How to create a sub account for a customer?

    Hello

    I have the following problem: I found a beautiful picture on Adobe Stock what my client wants to use for graphics work I've created for him (commercial use).

    I am a graphic designer and I have the account - my client must create their own account and download the image itself?

    Or can I create a sub account for him and legally use the image for the work? If so, HOW?
    I don't find really no useful response to this question... I hope so, you can help me!

    Thank you very much and I hope to hear from you!

    Ute

    Hey Ute

    You can picture the license and use it to create work for your client.

    Please check the terms of the license for more information on the use of the customer:

    Royalty-free images, pictures and graphics. Adobe Stock

    http://www.Adobe.com/content/dam/ACOM/en/legal/servicetou/Adobe_Stock_Terms-en_US_20160616 .pdf

    Thank you

    Bev

  • How to create the monthly table is created?

    Hi guys,.

    Impossible to create the table for each month in the analytical database, but to load the data in the previous table continues as the screenshot attached, schema user has the privilege of creation. We use Webcenter interaction 10gR 4.

    How to create monthly creating the table please?

    Thank you

    Katherine

    Hi Trevor,

    Thanks for your help.  We were able to create table and load data to attached Apr.

    However the analytical user privilege has changed the APR because of the operation of the server.

    Since then, there was a message saying that there is no permission to create tables in the crawl log.

    analytical user privilege was granted after checking this message, as I suspected, the problem occurred after you change the analytical user privilege.

    Currently, Analytics is granted with all the privileges.

    Any idea please?

    Thank you

    Kathy

  • How to create a partitioned table

    Apex 4.2

    Oracle 11g

    There is a large table, which have 160000 rows, I would like to create a partitioned table to improve performance, but could not find a way to create a.

    Concerning

    Hello

    I don't see how your question relates to APEX, unless you mean how to make APEX builder object Explorer.

    Answer is simple, you can do it from the object browser.

    You should write a ddl script to create the partitioned table, and run it from sql commands.

    Kind regards

    Jari

  • How to create the new table by using the pertioned table

    Hello
    I use a partitioned table, now I want CPDR a new table with the same structure of my existing partitioned table.
    so can I use this syntax

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    If I use this syntax, he would do the same my existing partitioned table structure?

    and

    When
    We use a syntax such as

    create the table abc_new as
    Select * from my_partitioned_table
    where 1 = 2;

    so he would also make the indexing on the new table if old table exists? If this isn't the case, then how can we create this indexing too at the time of execution of this syntax?


    regards

    N °

    Although the command would create a new table with the same column names and data types, it is NOT a partitioned table. You must explicitly specify the PARTITION BY clause and definitions of Partition when creating the table.

    Similarly, index definitions are not automatically copied. You must explicitly run the CREATE INDEX statements (which you can generate source using DBMS_METADATA. GET_DDL or by using any other tools/utilities).

    (However, if you use Export-Import - for example import to another schema, or to another database, it would create a table partitoned bearing the same name and with the same index definitions).

    Hemant K Collette

  • How to create a multiline table/column comment

    Can someone tell me how to create a multi-line table or a column comment?

    Apparently, the concatenation operator (|) does not work with the COMMENT statement.

    I tried to find the Oracle manuals and couldn't find an answer.
     
    COMMENT ON TABLE sometbl IS 'i would like to break up this comment into several lines in order to improve readability'; 
    Indeed, that's what I would do (but it does not work):
     
    COMMENT ON TABLE sometbl IS 
      'i would like to break up ' || CHAR(10) || 
      'this comment into several lines ' || CHAR(10) || 
      'in order to improve readability' || CHAR(10); 
    Oracle version is 10.2.0.4
    COMMENT ON TABLE sometbl IS
    'i would like to break up
    this comment into several lines
    in order to improve readability';
    
  • How to create a scrolling table

    Hello: I have not used for some time, but just bought Dreamweaver version of Dreamweaver 8 education and need some advice. What I would like your help with is to know how to create a component of Web page of variable length (only vertical scroll bars) which would contain a table with 3 columns. The number of rows loaded into the table would change each month.

    I was able to create and load a 3 column table in DW8, but given that the length of the page varies according to the number of entries in the table, I lose sight of column headers and other data of the page. What I want to do is to fill a list box that allows users to scroll through a few lines of the table at the same time keeps the headers of columns and other data displayed on the page.

    Can you tell me a code to achieve this, or on behalf of the features I need documentation?

    Thanks in advance for any help.

    JackGombola


    I would like to see the site visitors to scroll through this component to learn information about the products/services, I offer and provide the opportunity to make a link to a new page to see the samples for some, but not all entries.

    This is the same method. They use too many and the height adjustment on the
    content div.

    {.dataGridContent}
    overflow: auto;
    Width: 915px;
    _width:912px;
    height: 144px;
    border-bottom: 1px solid #D9D9D9;
    }

    --
    Kind regards
    .. Trent Pastrana
    www.fourlevel.com

    "E Michael Brandt" wrote in message
    News:e3jrg1$N13$1@forums. Macromedia.com...
    > I have recently discovered this interesting solution. O idea I' Fri how
    > compatible cross-browser it may, or may not, be. I'd like to hear comments
    > since the css gurus:
    >
    > http://codylindley.com/blogstuff/css/pushpin/pushpin.html
    >
    > fMichel brandt
    >
    >
    > Monkin & Maude wrote:
    > Hello: I haven't used Dreamweaver for awhile, but just bought the
    > Version of Dreamweaver 8 education and need some advice. What I would
    > like your help with is to know how to create a component of variable length Web page
    > (only for the vertical scroll bars) which would contain a table with 3 columns. The
    > number of rows loaded into the table would change each month.
    >>
    > I was able to create and load a table with 3 columns in DW8, but since the
    > page duration varies according to the number of entries in the
    > table, I lose the view of column headers and other data of the page. What I have
    > would like to do is to fill a list box that allows users to scroll through
    > through a few lines of the table both which keeps the column headers
    > and other data displayed on the page.
    >>
    > Can you point me to the code to achieve this, or the name of the
    > features I need documentation?
    >>
    > Thanks in advance for any help.
    >>
    > JackGombola
    >>
    >>
    > I would like to see the site visitors to scroll through this component to learn
    > information on the products/services, I'll offer and provide the
    > opportunity to post a link to a new page to see samples useful for some, but
    > not all entries.

  • How to create a new Table in AOF?

    Hi all

    I want to do a simple application. And why should I create a personalized with 4 columns. Is it necessary to create a new scheme or I can add it with the existing schema.

    and please tell me the steps to create the new table.

    Thanks in advance.

    Published by: fsl on November 28, 2010 22:37

    Hello

    Forget the new schema.

    -Create table in the existing schema.
    -In jdev to create eo and vo.

    Concerning
    Meher Irk

  • How to create dynamically sorting table?

    For example, I have a table with 2 columns: 'Name', 'value x; and 1 table with columns 'name' value 'y' (which is based on the value of x + a formula). What I want to achieve is to get table2 sorted whenever I change value in table1. The "Filter/Sort" tool only applies sort once and doesn't react to any changes made to the table 1.

    I don't know how the practice is (I find it easier at the station just manually), but here's a way to generate an array sorted automatically.

    Add a column "index" for the value of Y in the same table (this can be hidden if you want) with a formula like this:

    The formula in C2, filled to the bottom:

    = B2 + 5 + LINE () / 10000

    The idea is to calculate Y using some formula that you use and then add a very small number based on the number of line so that it becomes a unique value that can be used for searches, even when the same value 'original' appears more than once.

    Then in column B of the table "Sorted" list the values for Y in Crescent order like this:

    The formula in B2, filled to the bottom:

    = SMALL (Table 1: $C, ROW (−1))

    And, finally, to get the name corresponding to this value of Y as this:

    The formula in A2, filled to the bottom:

    = INDEX (table 1: $A, MATCH (B2, table 1: $C, 0))

    Now, whenever you change a value in the column X, "Sorted" table is automatically sorts.

    SG

  • How to edit the sub-table "block" of the table?

    Hey all,.

    What is the best way to go on the replacement of the elements in a section of 20 x 20 of a larger painting? LabView allows this? I see that it is possible to replace a whole row/column at some point, but I can't find any documentation about the change of a block of items.

    Any advice?

    Thanks in advance to anyone who has the time to troubleshoot. Bravo must flow into the wine.

    Both indices to replace a subset of table (with input from table 2D) of wire and wire your 2D in the new input element block.  It will replace the block in the bigger picture.  He will not grow your original array if the block extends beyond its limits, but you really don't want to do it anyway.

Maybe you are looking for