Linked Fields in 7?

I have a document with multiple specification sheet inserted (for an architectural project manual). I am finding that several of the pages that have interactive form fields will transfer the same data from the first one through them all. For example I have several light fixture sheets from the same manufacturer. When I enter a light fixture type on the first one (say C1.2) that number will occur on all the following sheets. If I change the middle page to C4, all the sheets have C4 on them. What the heck is happening? Any suggestions would be appreciated.

Most likely that all those fields have the same name...

Similar Messages

  • Link field in a grid.

    Hi,
    I created a user table and one of the fields is to hold a path.  I created this field as a link type field expecting that, when I double click it, I will see the browse control that will facilitate selecting a file.   However, when I use a grid I can see the hand but double-clicking it doesnu2019t cause the browse control to appear.  Is it that the link doesnu2019t function in a grid?  Do I need to use a matrix instead of a grid?
    Thanks,
    Mike

    Hi,
    I created the matrix and did the data binding but now the link field doesn't work at all.  The hand doesn't appear for the field and double-clicks are ignored.  Is there something else I need to do?  should the tdalr represent if a UDO>?
    Code:
    oForm.DataSources.DBDataSources.Add("@NBS_TABLE")
    mxColumn.DataBind.SetBound(True, "@NBS_TABLE", "U_Field")
    The function that sets up the field - it is good - it is a common function we all use here and it works in system table matrices.
        Public Shared Function CreateLinkTypeField(ByVal TableName As String, _
                                                ByVal FieldName As String, ByVal Description As String, _
                                                Optional ByVal CharCount As Integer = 254, _
                                                Optional ByVal Required As Boolean = False) As Boolean
            Log("Create field " & FieldName & " in table " & TableName & ".")
            If FieldExists(TableName, FieldName) Then
                Log("Field already exists.")
                Return True
            End If
            Dim oUserTablesMD As SAPbobsCOM.UserTablesMD
            Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
            Dim oUserObjectMD As SAPbobsCOM.UserObjectsMD
            Dim oItemGroupMD As SAPbobsCOM.ItemGroups
            Dim lRetCode As Long
            Dim lErrCode As Long = 0
            Dim sErrMsg As String = ""
            oUserFieldsMD = oUtilCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
            With oUserFieldsMD
                .TableName = TableName
                .Name = FieldName
                .Description = Description
                .Type = SAPbobsCOM.BoFieldTypes.db_Memo
                .SubType = SAPbobsCOM.BoFldSubTypes.st_Link
                .EditSize = CharCount
                If Required Then .Mandatory = SAPbobsCOM.BoYesNoEnum.tYES
                lRetCode = .Add
            End With
            If lRetCode <> 0 Then
                oUtilCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode = -2035 Then
                    '// Column already exists to just don't do anything
                ElseIf lErrCode = -2004 Then
                    oUtilApplication.MessageBox(TableName & ": " & sErrMsg)
                    Return False
                Else
                    oUtilApplication.MessageBox(FieldName & ": " & sErrMsg)
                    Return False
                End If
            End If
            KillObject(oUserFieldsMD)
            Return True
        End Function
    Any ideas?
    Thanks,
    Mike
    Edited by: Mike Angelastro on Nov 17, 2009 11:01 PM

  • Join two table using two link field

    hi all
    i need to left join two table, and to link two table need to match two field
    ex: the link field is store_name and id
    i use below sql statement
    SELECT A1.store_name, A1.id, A1.card, A2.sale, A2.history
    FROM Georgraphy A1, Store_Information A2
    WHERE A1.store_name = A2.store_name(+)
    AND A1.id = A2.id(+)
    but it's wrong
    please tell me how to left join A1 and A2, thx!

    Whats your aim?
    Any error message?
    SQL> select * from geography;
            ID STORE_NAME
             1 a
             1 b
             2 a
             2 b
    SQL> select * from store_information;
            ID STORE_NAME
             1 a
             3 d
    SQL> SELECT *
      2  FROM Geography A1, Store_Information A2
      3  WHERE A1.store_name = A2.store_name(+)
      4  AND A1.id = A2.id(+);
            ID STORE_NAME         ID STORE_NAME
             1 a                   1 a
             2 a
             2 b
             1 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Link field not working on a particular machine

    Hello all,
    I have a problem with a link field (UDF). Everyone can add attachment to this link on any machine, except for a particular machine. On this particular machine, whoever logs in on SAP cannot add any attachment. The user is able browse to select a file, but no filename is saved to the field.
    The user who is logged in on Windows on this machine have all necessary access rights to the Attachments folder (from General settings).
    Any idea what is causing this problem?
    Thanks
    Véronique

    It is a shared folder on the server - under General Settings > Path, the folder is
    Server\SAP\Attachments\
    The user who is experiencing the problem can access the same folder from the Run menu in Windows, so I believe user rights for his login is correct.
    Is it possible that windows updates cause this problem? No new application was installed recently, but the windows automatic update is enabled on this machine.

  • Link field in Properties bar "sticks"?

    I'm using Dreamweaver CS6 on Mac OS X 10.8.2. I've been trying to select some text in Design view that has a link; then copy the text of the link from the Link field in the Properties bar; then select another bit of text and paste the url into the link field. (Thus giving two bits of text the same link.)
    However, the contents of the Link box seems to be "Sticking", and not relating to anything that I'm actually clicking on.
    Who has gone screwy: me, or DW?
    Thanks

    Well even CS6 wil show you the Build number - in the About box - like this:
    Anyway, glad your issue got resolved! Please do post back if you have any further questions.
    Happy to help

  • Documentation on Linking fields and adding formulas on PLDs

    Does anyone know of some good docs on  Linking fields and adding formulas on PLDs?
    Can't seem to find much.
    thanks

    Hi Paulo
    When I go to that link I get the following message:
    Alias not available
    The alias SMB/SBO/PLD that you have entered does either not exist,
    or you are not authorized to access it.
    do you know what this means?
    thanks
    mike

  • Create Object Link Field Mandatory

    Hi,
              I want to create Object Links Field mandatory for some document type in CV01N. so user can not upload file without linking file to any Object Links (WBS / Network Activity).
    If this possible kindly let me know the steps.
    Regards

    Hi,
    Maybe you could add some code in the BADI - DOCUMENT_OBJ. But if that doesn't work, you definately would be able to add code to the BADI DOCUMENT_MAIN01~BEFORE_SAVE. Check that there is a DRAD record (table that stores DIR object links) of object type LFA1. If the entry exists, allow the save to continue. If the entry doesn't exist, give error message for user to add vendor information.
    Hope it helps!
    Regards
    Poongs

  • Binding to the LINK field in ASP

    Hi,
    I've set up an ASP page that binds to a table containing
    image location, ALT text and URL link fields. I have inserted an
    image into a page and binded the link, alt and image location
    attributes to the above fields. I have then inserted a 'random
    record' server extension. This shows a random image with a random
    alt text every time the page is refreshed.
    The only trouble is, the URL link is always the same. I can't
    seem to get this binded correctly to show the correct link.
    Any suggestions or methods of how I can get this done?
    Any help would be greatly appreciated :o)

    kliq316 wrote:
    > Here you go, the first part is the server extension that
    allows a random record
    > to be displayed every time the page is refreshed. After
    that is the code for
    > the image.
    >
    > <%
    > ' Moving to random record - Steven Jones' Extension
    > If Not(rsSplashImage.bof and rsSplashImage.eof) Then
    > ' reset the cursor to the beginning
    > If (rsSplashImage.CursorType > 0) Then
    > rsSplashImage.MoveFirst
    > Else
    > rsSplashImage.Requery
    > End If
    >
    > rsSplashImage_totalrn = -1
    > rsSplashImage_totalrn = rsSplashImage.RecordCount ' ony
    works on some
    > recordsets, but much faster
    > If (rsSplashImage_totalrn = -1) Then ' and if it didn't
    work, we still have
    > to count the records.
    >
    > ' count the total records by iterating through the
    recordset
    > rsSplashImage_totalrn=0
    > While (Not rsSplashImage.EOF)
    > rsSplashImage_totalrn = rsSplashImage_totalrn + 1
    > rsSplashImage.MoveNext
    > Wend
    >
    > ' reset the cursor to the beginning
    > If (rsSplashImage.CursorType > 0) Then
    > rsSplashImage.MoveFirst
    > Else
    > rsSplashImage.Requery
    > End If
    >
    > End If
    >
    > ' now do final adjustments, and move to the random
    record
    > rsSplashImage_totalrn = rsSplashImage_totalrn - 1
    > If rsSplashImage_totalrn > 0 Then
    > Randomize
    > rsSplashImage.Move Int((rsSplashImage_totalrn + 1) *
    Rnd)
    > End If
    > End If
    > ' all done; you should always check for an empty
    recordset before displaying
    > data
    > %>
    > <a
    href="<%=(rsSplashImage.Fields.Item("link").Value)%>"><img
    >
    src="<%=(rsSplashImage.Fields.Item("imagesplash").Value)%>"
    >
    longdesc="<%=(rsSplashImage.Fields.Item("alttext").Value)%>"
    /></a>
    >
    Is the page live? Do you have a link?
    Dooza

  • 2005 B1: Clear Link field value

    Hi,
    I have a UDF field of type "General" and Structure "LINK" on the A/P Invoice screen. My addon requirement is
    to clear this field each time a user duplicates an A/P invoice. How can I do
    this via the UI API?  What object in the UI API should I associate with this
    fied e.g. Edit Text, Static Text etc.
    I got an error message "Item is not editable" when I tried to clear the value. See code below for the "Duplicate" menu click:
    if(pVal.MenuUID=="1287")
    SAPbouiCOM.Form frmAPInvoice;
    frmAPInvoice=gapp.Forms.GetForm("-141",1);
    frmAPInvoice.Items.Item("U_Attach").Enabled=true;
    //<b>This line returns an object type of it_EDIT</b>
    object s = ((SAPbouiCOM.Item)frmAPInvoice.Items.Item("U_")).Type;
    // THIS LINE WORKS OK
    string str = ((SAPbouiCOM.EditText)frmAPInvoice.Items.Item("U_Attach").Specific).Value;
    //ERROR HAPPENS ON THIS LINE          
    ((SAPbouiCOM.EditText)frmAPInvoice.Items.Item("U_test").Specific).Value="";
    Please advise.,

    You get the error message because by default the UDF for a 'link' type field is not editable (ie. it is greyed out).
    There are a few restrictions in the UI API for system forms which you will need to work around to get desired results:-
    Limitation #1: You will not be able to change the editable property of the system item "U_test" to true.
    Limitation #2: You cannot simply set the value directly on the DBDataSource in a system form.
    One possible workaround for this is to use a custom edittext linked to the same underlying field(OPCH/U_test), which you can make editable and can change using the syntax .value = "".
    During Form Load of the UDF Window, add a new edit text to the form, bind it to the datasource for your link field and hide it.  eg:-
        'Add own field to form, bind it to UDF and hide it
        Set sboForm = sboApp.Forms.GetForm("-141", 1)
        Set sboItem = sboForm.Items.Add("U_test2", it_EDIT)
        Set sboEdit = sboItem.Specific
        sboItem.Visible = False
        sboEdit.DataBind.SetBound True, "OPCH", "U_test"
    On the duplicate menu click, make your custom field visible, blank its value and hide it again.  After doing this simply call the update method on the original UDF and it too should be blanked out.
        Set sboForm = sboApp.Forms.GetForm("-141", 1)
        Set sboItem = sboForm.Items("U_test2")
        Set sboEdit = sboItem.Specific
        'Make own field visible, blank its contents, hide it again
        sboItem.Visible = True
        sboEdit.Value = ""
        sboItem.Visible = False
        'Update original UDF
        Set sboItem = sboForm.Items("U_test")
        sboItem.Update
    John.

  • In BI7 Linking fields of two cubes of a multiprovider in BEx

    There are two cubes in a multiprovider, only one field of these two cubes (SORTL in first cube and ACCOUNT ID in other cube )contain same values based on these two fields.
    Q: how we can combine link these two cubes in BEx Reporting side so that the Corrosponding output come in same line
    Example:for characteristic  Customer Name in 1st cube how we can get corrosponding value for key figure Total Revenue from other cube using characteristic SORTL in 1st cube and characteristic ACCOUNT ID of second cube,(i.e. similar to the way we link two cubes through a commom field in BACKEND using INFOSET)

    Amit,
    Please indicate the fields in cube 1 and 2 clearly and also you would have to use restricted KF for a cross model reporting scenario.
    Arun

  • How do I link fields on two different sheets? What I am trying to do is enter data on one sheet and at the same time in is entered on a second and sometimes third sheet at the same time

    PLEASE FORGIVE ME THIS IS THE FIRST TIME I AM USING THIS
    1) How do I get data entered into 2 or 3 fields on different sheets all at the same time?

    Hi David,
    Welcome to Apple Support Communities!
    In Pages, you can have several sheets in a document, and several tables on a sheet. You can link cells between tables and sheets.
    You can not link from one document to another, but who needs to?
    To link cells from Table 1 on Sheet 1 to Table 1 on sheet 2,  click on destination cell, type =, then click on the source cell. Under the Insert menu, choose Fill if you wish to duplicate a range of cells.
    This is a bit different from Microsoft Windows Excel, but you will soon get the hang of it.
    You can download the Numbers User Guide from the Help menu.
    Happy Macintoshing!
    Ian.

  • Editing a PDF form- How to link fields in a text

    I am trying to create a basic form for a medical practice which has various sections [e.g "history of presenting illness"] that have several lines of text each. When I try and create the form and write on the previewed highlighted fields, my cursor continuously stays on the line/field until the end and never returns to the next line/field below it. Instead it seems only to decrease the size of the font. How do I link the fields in a section of text?

    You create a multiline field and then let it wrap. Your approach is wrong. If you insist on having separate entry lines, basically having a separate field for each line, then you might be able to do it with JavaScript. However separate fields for each line is not very consistent such a form.
    Be careful about how you submit such a form with patient data. I assume you are just planning on saving it to a file and not submitting. The submission to an e-mail is not secure and thus not appropriate for such data. Also, you really only need to save the data for most uses other than viewing, and so saving as the data as FDF or XML (if Designer is used) is probably more appropriate to the application.

  • Best practice for linking fields from multiple entity objects

    I am currently transitioning from PHP to ADF. I'm looking for the best practice for linking data from multiple entity objects.
    Example:
    EO 'REQUESTS' has fields: req_id, name, dt, his_stat_id, her_stat_id
    EO 'STATUSES' has fields: stat_id, short_txt_descr
    'REQUESTS' is linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.his_status_id
    'REQUESTS' is also linked to EO 'STATUSES' on: STATUSES.stat_id = REQUESTS.her_status_id
    REQUESTS.his_status_id is independent of REQUESTS.her_status_id
    When I create a VO for REQUESTS, I want to display: REQUESTS.name, REQUESTS.dt, STATUSES.short_txt_descr (for his_stat_id), STATUS.short_txt_descr (for her_stat_id)
    What is the best practice for accomplishing this? It appears I could do it a few different ways:
    1. Create the REQUESTS VO with a LOV for his_stat_id and her_stat_id
    2. Create the REQUESTS VO with the join to STATUSES performed within the query for the VO. This would require joining on the STATUSES EO twice (his_stat_id, her_stat_id)
    3. I just started reading about View Links - would that somehow do what I'm looking for?
    I also need to be able to update his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr from a dropdown.
    Any suggestions on how to approach such a stupidly simple task?
    Using jDeveloper 11.1.2.2.0 if that makes a difference in the solution.
    Thanks ahead of time,
    CJ

    CJ,
    I vote for solution 1 as it's just your use case. As you said you what to update the his_status_id and her_status_id through the by selecting a STATUSES.short_txt_descr by a drop down. This is exactly the LOV solution.
    ViewLinks are used fro master detail navigation (which you don't do here) and Joining the data make it difficult to update (and you still need a LOV for the drop down box.
    Timo

  • Linked fields not working correctly- PLEASE HELP DEADLINE LOOMING!

    I have two tables. The first is called Orders and contains a autonumber field named ID. This field is linked to a field named OrderID in another table named ProductOrders. I am using a submission form with a cfinclude to submit to both tables. There should only be one Orders.ID and numerous ProductOrders.OrderID (but they should be the same number). When I submit the form there are no error messages but the ProductOrders.OrderID is blank and therefore not linked to Orders.ID. What should I be looking for? I have linked the fields in Access in properties and relationships. What else?

    Perhaps this will help, here is my code:
    This is the input form (I stripped out the unecessary stuff and yes I realize the cfinclude appears after the submit button but it is within cfform tag and is submitting everything but the ID number):
    <cfform action="mp_order_form2.cfm" method="post">
    <cfoutput query="CheckUser">
    <input type="hidden" name="UserID" value="#UserID#">
    </cfoutput>
    <p align="center"><img src="../images/mp_order_header.jpg" width="308" height="91" /></p>
    <table width="650" border="0" align="center">
      <tr>
        <td align="left" bgcolor="#FFFFFF"><font face="Tahoma"><strong>Sale Date*:</strong></font></td>
        <td align="left"><cfoutput>
          <input name="SaleDate" readonly="readonly" value="#DateFormat(Now(), "mm/dd/yyyy")#" />
          </cfoutput></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>TM Name*: </strong></font></td>
        <td align="left">
                            <cfoutput query="CheckUser">
                            <cfinput name="TerritoryManager" readonly="readonly" type="text" id="TerritoryManager" value="#UserFirstName# #UserLastName#" />
                            </cfoutput></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Distributor*:</strong></font></td>
        <td align="left"><cfselect size="1" name="Distributor" required="Yes" message="Please select a distributor">
    <cfoutput query="distributors">
      <option value="#distributors.Field2#">
       #distributors.Field2#  </option>
    </cfoutput>
    </cfselect></td>
      </tr>
      <tr>
         <td align="left"><font face="Tahoma"><strong>Dealer:</strong></font></td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><cfoutput query="dealer_info"><input type="hidden" name="DealerID" value="#dealer_info.ID#"></td></tr>
      <tr>
        <td colspan="2" align="center" bgcolor="##CCCCCC"><font face="Tahoma" size="+1"><strong>#DealerName#</strong></font><br>
              <font face="Tahoma">#DealerAddress#</font><br>
              <font face="Tahoma">#DealerCity#, #DealerState# #DealerZIPCode#</font><br>
    <br><br>
    <font face="Tahoma">(#Left(DealerPhone,3)#) #Mid(DealerPhone,4,3)#-#Right(DealerPhone,4)#</font></td></tr></cfoutput>
      <tr>
        <td align="left" class="style8"> </td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>PO Number: </strong></font></td>
        <td align="left"><cfinput type="text" name="PONumber" /></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Promotion:</strong></font></td>
        <td align="left">
          <cfselect name="Variable" size="1" id="Variable">
            <option value="No promotion" selected="selected">No promotion</option>
            <option value="A+ Promotion (Send Kit)">A+ Promotion (Send Kit)</option>
            <option value="A+ Promotion (Do Not Send Kit)">A+ Promotion (Do Not Send Kit)</option>
            <option value="Chick Days Pre-book">Chick Days Pre-book</option>
      <option value="Fly Spray Pre-book">Fly Spray Pre-book</option>
      <option value="ISO Program">ISO Program</option>
      <option value="Promotion plus additional products">Promotion plus additional products</option>
          </cfselect></td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check: </strong></font></td>
        <td align="left">
          <cfselect name="ISOCheck">
            <option value="Retail ISO Placement">Retail ISO Placement</option>
            <option value="DSR Spiff Check">DSR Spiff Check</option>
          </cfselect>
        </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check Number: </strong></font></td>
        <td align="left"><cfinput type="text" name="ISOCheckNumber" /></td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>ISO Check Amount: </strong></font></td>
        <td align="left">
          <cfinput type="text" name="ISOCheckAmount" />    </td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"> </td>
      </tr>
      <tr>
        <td align="left"><font face="Tahoma"><strong>Customer Service Call Back: </strong></font></td>
        <td align="left">
          <cfselect name="CallBack">
       <option value=" " selected="selected"> </option>
       <option value="Yes">Yes</option>
       <option value="No">No</option>
          </cfselect>    </td>
      </tr>
      <tr>
        <td align="left"> </td>
        <td align="left"> </td>
      </tr>
    </table>
      <hr align="center" width="65%" color="#999999">
       <table width="677" align="center">
      <tr>
        <td height="22" colspan="4"><font face="Tahoma"><strong>Product Orders:</strong> </font></td>
      </tr>
      <tr>
        <td width="314" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Product</strong></font></div></td>
        <td width="62" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Qty</strong></font></div></td>
        <td width="124" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>Size</strong></font></div></td>
        <td width="157" bgcolor="#CCCCCC"><div align="center"><font face="Tahoma" size="-1"><strong>New or Existing at Dealer</strong></font></div></td>
      </tr>
       <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         <td> </td>
       </tr>
      <tr>
        <td colspan="4"><font face="Tahoma" size="+1"><strong>Comments:</strong></font></td>
        </tr>
      <tr>
        <td colspan="4"> </td>
      </tr>
      <tr>
        <td colspan="4"><font face="Tahoma">* - indicates a required field that must be filled in to submit form</font> </td>
        </tr>
      <tr>
        <td colspan="4">
          <div align="center">
            <input type="submit" value="Submit">
      <input type="reset" value="Reset">    
          </div>    </td>
      </tr>
    </table>
    <cfinclude template="product_input.cfm" >
    </cfform>
    </table>
    Here is the cfinclude template:
    <table width="579">
    <tr>
        <td>
          <cfselect name="Product">
         <option value="" selected="selected"> </option>
       <cfoutput query="products">
      <option value="#products.Product#">#products.Product#</option>
       </cfoutput>
          </cfselect>   
        </td>
        <td>
          <cfselect name="Quantity">
         <option value="" selected="selected"> </option>
       <cfoutput query="quantity"> 
            <option value="#quantity.Quantity#">#quantity.Quantity#</option>
       </cfoutput>
          </cfselect>   
        </td>
        <td>
          <cfselect name="BagsCases" id="BagsCases">
        <option value=" " selected="selected"> </option>
           <option value="Bags / Eaches">Bags / Eaches</option>
           <option value="Cases">Cases</option>
        <option value="Pallet">Pallet</option>
          </cfselect>   
        </td>
        <td>
         <cfselect name="NewExisting" id="NewExisting">
          <option value=" " selected="selected"> </option>
          <option value="New">New</option>
          <option value="Existing">Existing</option>
        </cfselect>   
        </td>
    <td><label>
       <input type="text" name="OrderComments" />
    </label>  </tr>
    </table>
    And finally, the action page:
    <cftransaction>
    <cfinsert datasource="manna_premier" formfields="SaleDate,TerritoryManager,Distributor,DealerID,PONumber,Variable,ISOCheck,ISO CheckNumber,ISOCheckAmount,CallBack,Comments,UserID" tablename="Orders">
    <cfinsert datasource="manna_premier" formfields="OrderID,Product,Quantity,BagsCases,NewExisting,OrderComments" tablename="ProductOrders">
    </cftransaction>
    <cflocation url="mp_order_form3.cfm?ID=#FORM.DealerID#">

  • Load data with SQL Loader link field between CSV file and Control File

    Hi all,
    in a SQL Loader control file, how do you specify link with field in CSV file and Control file?
    E.g. if I wat to import the record in table TEST (col1, col2, col3) with data in csv file BUT in different position. How to do this?
    FILE CSV (with variable position):
    test1;prova;pippo;Ferrari;
    xx;yy;hello;by;
    In the table TEST i want that col1 = 'prova' (xx),
    col2 = 'Ferrari' (yy)
    col3 = default N
    the others data in CSV file are ignored.
    so:
    load data
    infile 'TEST.CSV'
    into table TEST
    fields terminated by ';'
    col1 ?????,
    col2 ?????,
    col3 CONSTANT "N"
    Thanks,
    Attilio

    With '?' mark i mean " How i can link this COL1 with column in csv file ? "
    Attilio

  • Passing arguments to a WorkFlow launched from a Link field in a form

    Hi. Anybody knows if it's possible to pass some argument to a WF launching it from a form?
    In the form from which I call the WF, I have a var that contains a list. This list has to be passed as an argument to the WF.
    The code:
    <Field>
      <Display class='Link'>
        <Property name='name' value='Launch WF'/>
        <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow'/>
      </Display>
    </Field>Can I add something to the URL propriety to pass the var?
    Thanks,
    O

    add variables, prefixing them with 'op_', like the following:
    <Property name='URL' value='user/processLaunch.jsp?id=My WorkFlow&op_myVar=myvalue'/>

Maybe you are looking for

  • HELP my audio is not working on my year old laptop

    i need help with my audio. it went out and is saying error 39 realtek audio is out. rtkuhd64sys, 6.0.1.6122 any solutions or is something really wrong with my year old laptop speakers?

  • Exception - when create a new factory by Persistence class

    Hey, I need to create factory in run time because i dont know the shema names. A new schema is allocated to the user after he register to the system. I am working in Jboss 4.2. I have a stateless session bean with the following method: public void cr

  • Aperture shuts down when switching program

    Hello, For no obvious reason Aperture shuts down whenever I switch to another program such as Safari. What can I do? Thanks, Matt

  • How do I disable formatting?

    Hi there, I mostly hand-code in split-view, but Dreamweaver always indents and breaks apart lines where I don't want it to. I go back and fix it, but viewing the source code in IE or Firefox shows dreamweaver is still messing with the html. Is there

  • Working with Canon XF files. Do they work nativley with PP6 or PPCC at all?

    I want to start using PP6 - PPCC for all of my work going forward. I mostly with canon XF files on a mac book pro. Having done a number of tests it seems PP just doesn't work with them at all Ive tried importing via prelude, directly and  via Canon X