Build table

hi ,
i have a problem in saving  data in a table , bcuz i want  "DBL 64 bit real "  to save  in a table after each run of the program , not array of data ,
Attachments:
New مستند Microsoft Word.doc ‏42 KB

You are building an one dimension array, but you need a two dimension array

Similar Messages

  • Problem in using translation builder table??? pls help

    Dear OTN Users,
    I have to convert an existing application developed using forms 6i to Chinese for use in China. Kindly advice how to achieve this.
    We have tried to use the Translation Builder but it gives an error message " xbd-00024 Translation builder table does not exist" and another error " xbd - 00301 Project Insertion Failed".
    Pls reply back on Urgent basis.
    Thanks
    null

    Hi,
    You can add attributes in the View to store the selected values .
    For eg  Add gv_index type i.
    Now in the On select first table add a parameter NEW_LEAD_SELECTION type IF_WD_CONTEXT_ELEMENT in the action.
    Now
    use the get index method.
      CALL METHOD new_lead_selection->get_index
        RECEIVING
          my_index = lv_index.
    wd_this->gv_index = lv_index.
    Now when u press the Delete Button the wd_this->gv_index gives the current index which u have selected before
    And in the properties of the table SelectionMode use singleNoLead proerty so that the user has to select some value to delet the records.

  • How to build table join query in Jdeveloper

    Hi,
    Can someone tell me how to build table join query in Jdeveloper's Expression Builder UI?

    [Is it possible to create a table of contents in Crystal Reports?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313335333133303330%7D.do]

  • How to build Table of Content in Crystal Reports

    Hi,
    Initially, I am looking for an article about how to build Table of Content in Crystal Reports in table-based approach----including how to write to DB table from report:
    http://support.businessobjects.com/library/kbase/articles/c2011950.asp
    However, the link above is invalid. I also searched through SDN articles, but no luck.
    Can someone please forward me the link if you happend to know?---does not have to link to this specific article, any working solution is just fine.
    I am aware of another approach which put the TOC to the end of the report(http://www.ml-consult.co.uk/cryst-05.htm), which probably does not satisfy the requirement.
    If you have other solutions, your share is greatly appreciated.
    Thanks a ton!

    [Is it possible to create a table of contents in Crystal Reports?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313335333133303330%7D.do]

  • Make a script for build table

    Hi everyone
    How to make a script for build table:
    col width 25mm
    align decimal
    align on close paren
    Thanks
    Teetan

    Hi Teetan VK,
    Merry Chrismas.
    I'm not really an InDesign scripter.
    But you can try the following code:
    // TableCreate_simple.jsx
    // regards pixxxelschubser
    var aDoc = app.activeDocument;
    // your width of every column
    var w = Number(prompt("width of columns", 25));
    var NrOfColumns = 3;
    var aTextFrame = aDoc.textFrames.add({visibleBounds:[0, 0, 30, NrOfColumns*w + 1]});
    var aTable = aTextFrame.insertionPoints[0].tables.add({columnCount:NrOfColumns,bodyRowCount:1});
    for (i=0; i<aTable.columns.length; i++) {
    aTable.columns[i].width = w;
    // Paragraph sytyle with decimal aligning should already exists in your document
    for (j = 0; j < aTable.cells.length; j++) {
        aTable.cells[j].texts[0].appliedParagraphStyle = aDoc.paragraphStyles.item("AlignDecimal");
    Be sure, that a paragraph style (named with "AlignDecimal") exists in your Document.
    But what is:
    Teetan VK schrieb:
    … align on close paren …

  • Where is the build table express vi located in the function table?

    I must be blind but I can't locate the build table express vi in lv8 or 8.5.  Someone slap be upside the head and point it out.  Thanks

    It's on the Controls palette. Were you looking on the Functions palette?
    Message Edited by Dennis Knutson on 04-23-2008 08:22 PM
    Attachments:
    Express XY Graph.PNG ‏17 KB

  • How do I get the Build Table Express VI of Labview?

    How can I get the build table VI ? is a package of labview?  or how can I get it?? please help, I need to make a table of a signal thnx

    It is in the base package of LabVIEW, but must be added from the front panel from the List, Table & Tree pallette (Ex Table).
    Tim W.
    Applications Engineering
    National Instruments
    http://www.ni.com/support 

  • Can express VI, Build Table, display two numerical representa​tions?

    I have a string,converted to a number, and two other numbers built into an array. The string that is converted to a number is actually a hex number read from a serial device. I am using the express VI, Build Table, to display the data on the from panel. The problem is that I want to display the one result as hex and the other two as a fractional with two digits of precision. Is there a way to do that or is it better to do it from scratch and not use the express VI in this case? Any help would be appreciated.
    Thanks,
    Troy

    Express VIs are great for doing some things but they lack some of the versatility of the regular functions. Because of your mix of data types that you wanted to represent, the Express VI was unsuited to the task and the modification I made to your program is actually simpler (just look at how much code is inside the build table Express VI some time.
    As to your second question, you will need to have a shift register maintain the contents of the table so that each repetition of the loop will append new data to the table. In the smiple example that I had attached in an earlier post, there is a shift register doing exactly that. I initialize the shift register at the start of the program with an empty 2D array. Each time the Add button is pressed, it takes the new row and appends it to the existing 2D array that is connected to the table. At some point, you might also want to consider redoing your program to eliminate all of those sequence structures. They make programs harder to read and debug. I would add some error in/error out connections to your serial VI. This would help you enforce dataflow without using sequences. It would also help track down problems shen an error does occur.

  • Copier vers Excel les données d'un tableau utilisant Building Tables.vi

    Comment copier vers Excel les données issues d'un tableau utilisant le modèle Building Tables.vi:la fonction copie données (clic droit dans la face avant de Labview ne me propose qu'une copie de fichier image bitmap (on ne peut rentrer les données dans les cases avec un collage spécial texte)
    Remarques: Optimisation d'un programme vi existant
    créer des fichiers supplémentaires tableurs ou .dat est à éviter puisqu' on fait manuellement + de 100 mesures par jour (mesures avec balayage des capteurs sur 4 pistes d'un aimant)
    Gérer directement les données dans la face avant pour les copier entre chaque mesure est primordial
    Problème de la bibliothèque MCAPI32.DLL (elle n'est pas présente dans le système d'origine) et ne peut être chargée en sous vi pour ouvrir le programme principal
    Attachments:
    BOSCDIIessai2.vi ‏777 KB

    Bonjour Alarmarque,
    Ci-joint le VI Building Tables.vi modifié pour que vous puissiez directement écrire les données de la table dans le fichier Excel.
    Il fallait traiter la table avant de l'écrire dans un fichier.
    Pour tester le VI, exécutez-le, puis choisissez un fichier Excel où écrire.
    J'espère que cela vous aidera à avancer dans votre projet.
    Cordialement,
    Sanaa T
    National Instruments France
    Sanaa T.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> http://www.nidays.fr/images/081110_ban_nidays09_468X60.gif
    Attachments:
    Building Tables and Write.vi ‏44 KB

  • Crear archivo excel desde la funcion build table

    Buenas tardes, estoy trabajando con la funcion Build Table para imprimir unos datos en el Panel Frontarl de Labview y funciona perfecto, pero quiero que esos datos se guarden en un archivo de excel, alguien podria ayudarme?, no se si debo cambiar alguna opcion en las propiedades o debo hacer algun codigo, muchas gracias.

    Marked as solved in duplicate post   http://forums.ni.com/t5/LabVIEW/Create-xsl-from-Build-Table/m-p/3131002

  • Error building table

    Can someone please guide me in the right direction? I'm trying to build a table based on certain calculations. However once I add my pdate date variable and the appropriate calculation I get the following error:
    ORA-01858: a non-numeric character was found where a numeric was expected
    I've tried every way I can to try and solve this. Is this possible or can I not manipulate the data using PL/SQL in this manner?
    The PL/SQL query so far is:
    declare
    per varchar2(6):= '0.0';
    pdate date := 'TRUNC (TO_DATE (:P4_START_DATE, ''MM/DD/YYYY'') - TRUNC (TO_DATE (:P4_END_DATE, ''MM/DD/YYYY'')))
    FROM dual';
    begin
    htp.p('<table BORDER="1" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">');
    htp.p('<tr BGCOLOR="#FF0000">');
    htp.p('<th>DAY</th>');
    htp.p('</tr>');
    htp.p('<tr BGCOLOR="#FF0000">');
    htp.p('<th>PERCENT</th>');
    for i in 1..48 loop
    htp.p('<th>' ||per||'</th>');
    end loop;
    htp.p('</tr>');
    htp.p('<tr BGCOLOR="#FF0000">');
    htp.p('<th>PEOPLE</th>');
    htp.p('</tr>');
    end;
    Erin

    Doug,
    I thought it would be best if you saw a visual of how my report looks now and how I want to build a table in order to change the look of the report.
    If created a login of guest01 with a password of today01 at:
    http://apex.oracle.com/pls/otn/f?p=21615:4:1348767953274673:::::
    If you enter any set of dates and select any application or applications you shoudl see the output.
    If you look at my "Availability" region, this is the region where I've created my SQL query and everything works perfectly with the exception of the formatted output. I need the output to imitate that of the "Test" region. I need the days to loops through the first row then the percentages and then the application.
    I only want 1 row per application instead of the application and percentages listed in a separate row for every day selected.
    Hopefully this helps gives a visual and if there are any suggestions on how I can get this to work I can truly use the help. Thanks
    Erin

  • Building table based on a pageFlowScope variable

    Hi,
    I am trying to show a page with a popup that contains a region. Within the region, I am trying to build a table using a pageFlowScope variable as
    <af:table var="row" rowBandingInterval="0" id="t4"
    value="#{pageFlowScope.expression}"
    binding="#{exprBean.expression}">
    <af:column sortable="false" headerText="col5" id="c2">
    <af:inputText value="#{row}" id="it3"/>
    </af:column>
    </af:table>
    <af:commandButton text="Add Row" id="cb1"
    partialSubmit="true"
    actionListener="#{exprBean.addRow}"/>
    Here "pageFlowScope.expression is a List<String> object.
    The pageFlowScope.expression is being passed from the parent page to the region. The value comes up on the page which i have tried to print out in the region using <af:inputText> and this comes up fine.
    I am able to get the individual items as rows. Now, I want to dynamically add a row to the list. (I initially have one row).
    So, in the backing bean for this page, I have the following code for "add row"
    public void addRow(ActionEvent actionEvent) {
    RowKeySet rkSet = expression.getSelectedRowKeys();
    if (rkSet != null) {
    System.out.println("row key="+expression.getRowKey());
    Iterator it = rkSet.iterator();
    if (it.hasNext()) {
    Object key = it.next();
    expression.setRowKey(key);
    else {
    expression.setRowKey(new Integer(0));
    List<String> newExpr = new ArrayList<String>();
    newExpr.add(expression.getRowData());
    newExpr.add(new String());
    AdfFacesContext.getCurrentInstance().getPageFlowScope().put("expression", newExpr);
    Here, I want the table to get refreshed with the new list that i put in the pageFLowScope.
    But the problem here is though this gets called, the table stops with a message "Fetching Data..."
    I tried with a simple partialSubmit for teh button as:
    <af:commandButton text="Add Row" id="cb1"
    partialSubmit="true"/>
    But even in this case, the table doesn't show up the old data. It just shows "Fetching Data..."
    Edited by: user646817 on Sep 7, 2010 10:45 PM

    Hi,
    I have tried that too. But to no avail. I still get to the same issue.
    Before long, I would like to mention that I am working with a non-bc4j component. And my jdev version is 11.1.1.3
    I also built a data control which would return a list of strings. With this I bound the table in the page and after adding i refreshed the iterator. But strangely, i am still getting the same.
    The table gets refreshed but the inner content doesn't come out.
    I only see 'Fetching Data...' for long.
    And to add more info, this page is actually a page fragment within a region that is included as a popup in another page fragment.
    And the popup is as
    <af:popup id="cb" contentDelivery="lazyUncached"
    popupFetchListener="#{backingBeanScope.formulaBuilderBackingBean2.putConditionInPFS}">
    <af:dialog id="d2">
    <af:region value="#{bindings.CBuilder1.regionModel}"
    id="r1"/>
    </af:dialog>
    <af:setPropertyListener from="#{requestScope.expression}"
    to="#{pageFlowScope.expression}"
    type="popupFetch"/>
    </af:popup>
    And the page definition for the corresponding task flow is as:
    <taskFlow id="CBuilder1"
    taskFlowId="/WEB-INF/pages/oracle/epm/calcmgr/common/cbuilder/CBuilder.xml#CBuilder"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding"
    Refresh="ifNeeded">
    <parameters>
    <parameter id="expression" value="#{pageFlowScope.expression}" xmlns="http://xmlns.oracle.com/adfm/uimodel"/>
    </parameters>
    </taskFlow>
    Thanks,
    Pawan.

  • How can i build table with two user name columne  ?

    How can I build view with two columns for user name ( one create and the other
    Can change also ) 
    And to display full name ( the user name is the key but not display  ) ?

    Hi,
    Creating View
    •     From initial screen of data dictionary(T.Code: SE11), enter the name of object i.e. view.
    •     Select view radio button and click on the push button.
    •     Dialog box is displayed for types of views.
    •     Select the view type.
    •     On the next screen, you have to pass following parameters.
    •     Short text
    •     In the table box you need to enter the table names, which are to be related.
    •     In join table box you need to join the two tables.
    •     Click on the TABFIELD. System displays the dialog box for all the table fields and user can select the fields from this screen. These fields are displayed in the view fields box.
    •     Save and Activate: When the view is activated, view is automatically created in the underlying database system. As long as the table exists in the database, the view also exists (Unless you delete it).
    Regards,
    Bhaskar

  • Tables not in Query Builder table list bug?

    In HTML DB version 1.6.0.00.87 we have tables defined in our schema in our workspace. When we create a view and click on the [Query Builder] link, no tables are in the drop down list for our schema. Why? The schema is there. I can go into the SQL Workshop and query the records our of the tables, but they are not listed in the [Query Builder].
    I tried this same function but with my workspace at htmldb.oracle.com. The tables in my schema are listed there.
    Is this a bug that was fixed in version 1.6.1.00.02?

    There is one schema assigned to the workspace. That schema is listed in the pop-up window. Here are the steps I am doing:
    1.) Click on SQL Workshop
    2.) Click on Create Object
    3.) Click on View
    4.) The correct schema is listed in the Schema field. There is only one schema in the drop-down list for the Schema field.
    5.) Click on [Query Builder]. A separate browser window appears with the correct schema. There is only one value in the drop-down list for the schema. "- Select Table -" is in the TABLE field.
    6.) I click on the TABLE field to get a list of tables for the schema. Only "- Select Table -" is listed. No other tables are listed.
    I can cancel the Create View and return to the main page of the SQL Workshop. I can click on Tables to see what table are available. I select the correct SCHEMA and see the list of tables.
    I tried this in the same version of HTML DB (v 1.6.0.00.87) in a different database ie. a different HTML DB repository and received the same results, missing tables in the pop-up page
    I do not know why the tables do not list in the [Query Builder] for the Create View.

  • Using variables to build table names

    <p><font face="arial,helvetica,sans-serif" size="3">Hi, I&#39;m trying to build a report that I can easily adapt for different tables. For instance I have tables;</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_fra1_dynamic (France)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_fra1_static (France)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_ger1_dynamic (Germany)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_ger1_static (Germany)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_gbr1_dynamic (United Kingdom)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_gbr1_static (United Kingdom) </font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_usa1_dynamic (United States)</font></p><p><font face="arial,helvetica,sans-serif" size="3">cl_usa1_static (United States)</font></p><p><font face="Arial" size="3">and so on and on and on and on,</font></p><p><font face="Arial" size="3">All the reports I want to create are exactly the same apart from the table accessed.</font></p><p><font face="Arial" size="3">so in order to get data from  </font></p><p><font face="Arial" size="3">cl_fra1_dynamic.DATA and cl_fra1_static.VALUE I want to use something like, </font></p><p><font face="Arial" size="3"><a href="mailto:cl_{@country}1_dynamic.DATA">cl_{@country}1_dynamic.DATA</a> and <a href="mailto:cl_{@country}1_dynamic.VALUE">cl_{@country}1_dynamic.VALUE</a> where <a href="mailto:{@country">{@country</a>} = fra </font></p><p><font face="Arial" size="3">I hope Im not being to dopy. Quite new to all this - but I do know the database administrator needs shooting!</font></p><p>Im using Crystal 9.2</p><p><font face="Arial" size="3">Cheers,</font></p><p><font face="Arial" size="3">Andrew Holway</font></p>

    <p>Not sure if this will work in 9.2, as I only have CR XI. This is terribly messy, but if you can&#39;t change your data model to put all rows in one table and add a country column, then you can actually add an SQL command object that takes a parameter. Your SQL would be</p><p>select DATA, VALUE </p><p>from cl_{?country}1_dynamic, cl_{?country}1_static </p><p>where cl_{?country}1_dynamic.PKEY = cl_{?country}1_static.FKEY</p><p> </p><p>I think a better option would be to create two views... </p><p>create view dynamic as (select col1, col2, colN, &#39;FRA&#39; as country from cl_fra1_dynamic union select col1, col2, colN, &#39;GER&#39; as country from cl_ger1_dynamic union ...etc.)</p><p>and a corresponding view for the static tables. Use the views and you can use the select expert to limit the countries. </p><p> </p><p>If your DBA won&#39;t make the views for you, select from a derived table in a command object, i.e. make the views temporarily youself. </p>

  • Query Builder Table Limit

    What is the limit on the number of tables that Query Builder can display? I am new to BI Publisher and when I connect to my datasource and select my schema I get the message "The list of tables is too long." There are about 80 tables in the selected schema.
    We will have some developers working on our project who are not familiar with this applications schemas and would like to know what the limit is so we can understand how big a problem it will be for us and whether we should use something other than Query Builder to write our queries.
    Thanks.

    Hi
    I get the same message.I connected to the Apps database and the connection was successful.
    I would retrieve tables from schema which has 60 tables in it.For others even when I enter the first few letters in the serach entry field they cannot be retrived.
    I installed the BI Publisher 10.1.3.3.2 for Windows x86 (703 MB) on my local machine and I'm using http://wal1cd231.cis.concentra.corp:9704/xmlpserver/
    to login into BI publisher enterprise using the administrator credentials provided when installed.
    Any solution???

Maybe you are looking for

  • When saving, how do I change the default order of my files in the pop up window which is currently reverse chronologic order?

    When I want to save a file on my computer, Firefox opens a window for me to designate a location. Up until a few weeks ago, my files were listed in chronological order by file type. Now they're listed in reverse chronological order which is not conve

  • Best practice versioning XI szenario with java proxies

    Our XI scenario includes services with java proxies. By changing the message structure, java proxies have to be changed, too. But not all connected application can  migrate to new message structure at the same time. I need a solution to run different

  • Library in Windows Explorer but not in iTunes

    I can see my whole library in W.E. and play the songs from there. But when I launch iTunes, "Music" is empty and my self-created Playlists are not there. I have re-installed iTunes. I have gone to Edit > Preferences > Advanced and made sure the libra

  • Clicking through windows/apps

    Hi forums, I've upgraded to Mav on my four-year-old Macbook Pro 15" and yeah, some things are slow but I have a much more egregious problem: - sometimes (and by no means as rarely as I'd like) the system completely looses track of which windows are i

  • Can Hierarchies created in BW be Transported

    Hi, I have created some  hierarchies in BW & i want to take it to quality system through TRANSPORT ,can we take this to quality system ? Also in my Production i am already having hierachies with same technical name that i created in dev system now as