Numeric format i Business Object

Hi
We are trying to build a Business Objects reporting solution on top of SAP BW, but we are experience a lot of problems but most of all is that Business Objects is not reading the information form SAP BW correct.
Numc format on a infoobject is converted into char value in the Business Objects univers.
Does anyone have a solution to that problem and I don't want to convert it in the report but in the univers
Best Regards
Joachim

thanks for the answer
But...
If you create  a numeric value in the report layer then you can't use the variable to join against another univers. Further more you have to create this varible each time you create a new report.
Is there not another solution to this problem?
Best regards
Joachim

Similar Messages

  • Calculating hours in numerical formats between 2 business days, calculated column

    Hi there,
    I need to calculate how many hours are between 2 days only including business days, outputting in numerical format (ex. 7.3). 
    I've been using this formula to output how many weekdays are between 2 days.
    =IF(AND((WEEKDAY(CompletedTimeStamp,2))<(WEEKDAY(,2)),((WEEKDAY(Created,2))-(WEEKDAY(CompletedTimeStamp,2)))>1),(((DATEDIF(Created,CompletedTimeStamp,"D")+1))-(FLOOR((DATEDIF(Created,CompletedTimeStamp,"D")+1)/7,1)*2)-2),(((DATEDIF(Created,CompletedTimeStamp,"D")+1))-(FLOOR((DATEDIF(Created,CompletedTimeStamp,"D")+1)/7,1)*2)))
    The problem with this is if the 2 dates are on the same day, it outputs "1". I need it to output the amount of hours then / by 24 to give me ".7"  instead.
    Is there anything I can do to convert this current formula to give me hours instead of days?
    Thanks,
    Terence

    The DATEDIF is rounding to the nearest day.
    Try this:
    =IF(AND((WEEKDAY(CompletedTimeStamp,2))<(WEEKDAY(,2)),((WEEKDAY(Created,2))-(WEEKDAY(CompletedTimeStamp,2)))>1),(((CompletedTimeStamp-Created+1))-(FLOOR((CompletedTimeStamp-Created+1)/7,1)*2)-2),(((CompletedTimeStamp-Created+1))-(FLOOR((CompletedTimeStamp-Created+1)/7,1)*2)))
    -1
    Then above will return fractions of days, i.e.  5.5 days. Multiply this by 24 for hours.
    I think there is a extra "+1" in the above example somewhere, so I added a minus 1 to get back the correct value.
    Hi.. Mike.. I am trying to use this calcuation.. its renndering "time being used 3.3".. I need it to calcuate a work day as 8 hrs  so if
    Start Date= 9/12/2014 9:00am
    End Date= 9/16/2014 5:00 pm
    should be 3 (8 hr work days)  any way I can fix this?
    Thanks in advance for your help.
    Mike Smith TechTrainingNotes.blogspot.com

  • Why is date format in mm/dd/yy & time 12hs when entering date in Business Objects report paramenters - V4 only?

    Since upgrading to FF4 Business Objects XI parameter dates & times are mm/dd/yy & 12hrs as against dd/mm/yy & 24hrs. FF4 even takes previous dates like 1/5/11 (1May11) and interprets it as 5Jan11. Just have to remember which browser I am using, how it is still counter-intuitive for a non-American.

    Hi,
    Not sure if this will help but maybe you could try:
    where to_char(meeting_date,'dd-mm-yyyy') =
    nvl(to_char(:tday,'dd-mm-yyyy'),to_char(sysdate,'dd-mm-yyyy'))
    or perhaps this one:
    where to_char(meeting_date,'dd-mm-yyyy') =
    nvl(:tday,to_char(sysdate,'dd-mm-yyyy'))
    Thanks,
    Richard.

  • Numeric Format problem with 0 value

    I have a numeric column in a Webi report.  There are some values showing a 0.  My customer doesn't want the 0 value to be shown, instead of it she wants the dash sign ( - ) to be shown, just like in Ms Excel.
    I do right-click on the column and choose Number Format.  Then I choose Number and any of the formats shown in the list.  Then I check the Custom option. In the Equal to Zero box  I input a dash sign because I want this sign  -  to be shown instead of the 0 values.  But it doesn't work.  Instead of the dash it shows a blank cell.
    What can I do to solve this problem? Is it a bug in Business Objects XI?

    >
    salah1 wrote:
    > Another way of doing this is in the universe designer, you can right click on dimension/measure, choose object format and then in the number format add \- in the 'Equal to Zero' box. This way you dont have to add formula in each report.
    >
    > Edited by: salah1 on Sep 7, 2010 11:28 AM
    Thanks for your post!
    I was wrong when using the Format Number option in WebI because I was putting just the dash sign and with your post now I know that I had to use a backslash sign like you mention \- , instead of just placing in the  'Equal to Zero' box this - sign.
    So it works not only in Universe Designer but in WebI too.

  • How to get Date Format from Local Object.

    Hi All,
    I am new to Web Channel.
    I need to know Date format From date of locale.
    suppose there is a date "01/25/2010" date in date field I want to get string "mm/dd/yyyy". Actually I have to pass date format to backend when I call RFC. 
    Is there any way to get Date format from "Locale" object. I should get date format for local object
    I get local object from "UserSessionData" object but how to get Date format from it.
    I am not looking for Date value. I am looking for current local date format ("mm/dd/yyyy or dd/mm/yyyy or mon/dd/yyyy) whatever local date format.  I could not find example which show how to get date format from "Locale" object.
    Any help will be appreciated with rewards.
    Regards.
    Web Channel

    Hi,
    You can get it from "User" or "Shop" business object.
    Try to get User or Shop Business Object as shown below.
    BusinessObjectManager bom = (BusinessObjectManager) userSessionData.getBOM(BusinessObjectManager.ISACORE_BOM);
    User user = bom.getUser();
    char decimalNotation = user.getDecimalPointFormat().getGroupingSeparator();
    If you are seeing "1,234.00" then above code will return "."
    I hope this information help you to resolve your issue.
    eCommerce Developer.

  • Performance issue with Business Objects Java JRC API in CRXI R2 version

    A report is developed using java JRC API in CR XI release 2. When I generate the report in the designer, it took less than 5 seconds to display the results in crystal report viewer inside the designer. But in the QA environment, when I generate the same report from the application, it takes almost 1 to 1.5 minutes to display the same results in PDF. I also noticed that if the dataset contains bigger volume of data, then the reports are taking even longer almost 15 to 20 minutes.
    While generating the report from the application, I noticed that most of time is taken during the execution of the com.crystaldecisions.report.web.viewer.ReportExportControl Object method as shown in following line of code
    exportControl.processHttpRequest(request, response, context, null)
    We thought the delay in exporting the report to PDF might be the layout of the report and data conversion to PDF for such a bigger volume of data.
    Then we investigated the issue and experimented quickly to generate the same report with same result set data from the application using XML, XSL and converted the output XSL-FO to PDF using Apache FOP (Formatting Objects Processor) implementation. The time taken to export the report to PDF is less than 6 seconds. By doing this experiment, it is proved that the issue is not with conversion of data to PDF but it is the performance problem with Business Objects Java JRC API in CR XI R2.
    In this regard, I searched for the above issue in the SAP community Network Forums -> Crystal Reports and Xcelsius -> Java Development -> Crystal Reports. But I did not find any answers or solutions for this kind of issue in the forums.
    Any suggestion, hint in this matter is very much appreciated.

    Ted, The setReportAppServer problem is resolved. Now I could able to generate the report with hardcoded values in the SQLs in just 6 seconds where as the same report was generated in CRXI R2 in 1 minute 15 seconds as mentioned in the earlier message.
    But, our exisiting application passes the parameter values to the SQLs embedded in the report. For some reason the parameters are not being passed to the report and the report displays only the labels without data.
    As per the crj 12 samples codes, the code is written as shown below.
    1. Created ReportClient Document
    2. SetReportAppServer
    3. Open the report
    4. Getting DatabaseController and switching the database connection at runtime
    5. Then setting the parameters as detailed below
    ParameteFields parameterFieldController = reportClientDoc.getDataDefController().getParameterFieldController();
    parameterFieldController.setCurrentValue("", "paramname",paramvalue);
    parameterFieldController.setCurrentValue("", "paramname",paramavalue);
    byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF); 
    6. Streaming the report to the browser
    Why the parematers are not being passed to the report?  Do I need to follow the order of setting these parameters?  Did I miss any line of code for setting Params using  crj 12?
    Any help in this regard would be greatly appreciated.

  • I have error while testing the system created from a sap business objects template in SAP portal

    I have error while testing the system created from a sap business objects template in SAP portal. Error text:
    com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not initialize physical connection. Connection Failed: A nested exception occurred. Could not create JCO connection. 'mshost' missing
    I configure integration SAP portal and SAP BW system. All system requirements are complied.
    Environment
    SAP Business Objects 4.0
    SAP BW 7.31
    1.     I configure SSSO between SAP BW and SAP Business Objects Enterprise 4.0
    2.     Next I setting integration SAP PORTAL with SAP BW system
    3.     I download certificate from portal. Select Certificates and key (http://sapserver:port/nwa) – See scren_
    4.     In next window selected Ticketkeystore and Saplogonticketpair-cert( near part window form)
    5. Select Export entry button and binary format file certificate for download. Press download.
    6.     Save certificate file in local PC folder
    In next step need export certificate file to SAP system. Sequence of step:
    1.       Run STRUSTSS02 transaction .
    2.       Chose certificate ->import.
    3.       Select downloaded certificate file
    4.       Select Add to certificate list button and Add to ACL button
    5.       Inter System ID and Client(000)
    6.       In next I download iview sap business objects template into sap portal: System administration->transport->Import. And select and download sap business Objects iview template in .epa format into sap portal.
    7.       Result – downloaded iview.
    8.       In next step I create system from template. System administration->system landscape.
    9. In next step I input parameters for my system in Connector category, Sap business objects and user management categories: See screen _2
    10.   When I created the system and test the connection error occurred: See screen_3
    This issue is important enough. I would be grateful for opinions and ideas. Thanks in advance.

    Did you find a solution?

  • Integartion of Business objects explorer with ABAP ALV

    Hello all,
    We have a requirement to integrate one of our applications with business objects explorer. The complete details is as listed below:
    1. Our application basically collects feedback provided by users and then displays an ALV with all the feedback ratings received for a topic.
    2. It summarizes to the user the average rating received, number of 1star ratings , 2 star ratings etc.,
    3. Instead of showing this in the ALV format we have requirement where we want to upload this data into the Business Objects explorer so that the user has a more user-friendly and intutive display of the same data rather than in a ALV.
    Any inputs on how we can trigger business objects explorer from ABAP code and pass the data in the internal table used for ALV display to it would be very helpful.
    Warm Regards,
    Naveen M

    HI Naveen,
    there has been a demo of this by Enterprise Geeks during TechED 2009 and the code is posted on their website.
    the other option is to export the data to Excel and then use BusinessObjects Explorer in the cloud for example.
    ingo

  • Issue with the Data Type 'Number' in Business Objects

    Hi,
    I have an Object in the Universe where the Data Type of the Object is a number. This Column pertaining to this Object has certain values in the database out of which there is a 17 Digit Value which is 00000000031101165.
    Now, when trying to retreive the same value through Business Objects it is getting rounded off to 00000000031101200 automatically when trying to view in Webi and when trying to retreive the same in Designer/Deski, it displays as 0.000000003110116E+16.
    So, I would like to know if there is any other alternative in trying to retreive the Original Value that would not round off. Also, do we have any Limitation for the Data Type Number in Business Objects? The Version we are on is XI3.1.
    Note: There are no functions that are used on this Object at the Universe Level and would not like to use any functions here.

    What is the underlying database?
    It looks like the data is considered to have two decimals, but is rounded to zero decimals.
    Only you don't see the number formatting.
    Is this a BW query?
    Is this a calculated keyfigure?
    In the query you can specify the rounding you want and it is also possible to specify it on an infoobject level.
    Check those settings...
    Hope this helps,
    Marianne
    PS. Oh, and about the formatting, you can specify a default object format in the universe and override it on the final client (WebI, Crystal)

  • How to store numeric format data in a database

    In order to properly format a report generated from data stored in a database using a TestStand schema,
    I would like to add formating information for numeric values to the database.
    My intent was to store the numeric format string data in a separate column in the MEAS_NUMERICLIMIT table in the database.
    By using this format string I can then format the numeric values in my report.
    I have successfully retrieved the numeric format string by calling the 'NI TestStand API 3.0', using the ActiveX/COM adapter.
    In the 'PropertyObject' class there is an action called 'Get Property'.
    This action can retrive the 'NumericFormat' property for a given object reference.
    The problem is that I don´t know HOW to do this in the dat
    abase logging schema.
    Can I use this method in the API to retrive and store the numeric format string in the database??
    Or is there any other way of achieving this functionality?
    All ideas for solutions are appreciated.
    Thanks in advance!

    Yes you can. I think it would be helpful if you explain in more detail what you are trying to do.
    >>>> Basically I am trying to reproduce the data sheet created by test stand by using the data in the database.
    Are you using an NI default schema or have you already customized it?
    >>>> I already have a custom schema that I created many years ago, But if I have to start with a 'newer' default schema it wouldn't be to much of a problem to incorporate my changes into it. (I had added Model number and Comment to UUT result table and provided support for custom step types, the custom step types are based on the default NumericLimit step type )
    If default, what about the schema is insufficient for what you want to do?
    >>>> In order to generate a datasheet from the data in the database that replicates the datasheet produced by teststand, I need the Formatted values for the test results and the test limits. So I'm thinking it would be easier for me to query the database for the formatted numbers (as strings) instead of having to query the database for the 'numeric value' and the 'format string' and then creating the string for my datasheet.
    Is the data and limits that you are trying to log custom properties or or is this for the NI numeric or multi-numeric step type?
    >>>> No using custom properties, just dealing with 'NumericLimit' step types
    I had looked at how the 'SequentialModel.Seq' calls the modelsupport2.dll to  to produce the data sheet entries.
         ProcessModelPostResultListEntry >
         Process Step Result >
         Get Step Result Body (Sequence) >
         Add Flagged Values >
         modelsupport2.dll >
         GetFlaggedValuesForReport_Html
    But, alas, I don't understanding the whole traversing concept.

  • Use of identifier in ByD Studio business objects

    As Wed Feb 2nd in VQ3), we introduced a new identifier data type for partner BOs.
    ByD Studio contains 2 identifier:
    element ID                 : ID;                  // identifier 2 (SAP "best practiceu201D)
    element Identifier   : Identifier;           // identifier 1 (u201CCCTS compliant")
    As the CCTS-complient  data type u201CIdentifieru201D has various difficulties, we recommend urgently to use the data type "ID". The differences between the two data types is explained below:
    1. Length
    The DT Identifier has a length of 255 char.
    The DT ID has a length of 60 char.
    2. Upper case conversion
    The DT ID supports upper case only. User entries with lower case characters are automatically converted to upper case. This is the same behavior as almost all ByD identifier data types (e.g. BusinessTransactionDocumentID, ProductID, BusinessPartnerID, etc.)
    The DT Identifier supports lower case letters as well.
    3. Alpha conversion
    The DT ID supports alpha conversion. User entries which contain number characters only are filled with zeros from the left side (leading zeros). On the UI the leading zeros are suppressed automatically. This is the same behavior as almost all ByD identifier data types (e.g. BusinessTransactionDocumentID, ProductID, BusinessPartnerID, etc.) The DT Identifier does not support alpha conversion. This leads to an u201Cunexpectedu201D sort order on the UI.
    This leads to the following sort behavior:
    Sort order ID     Sort order Identifier:
    .1.1                           .1.1
    1                            1
    5                            1.1
    10                            10
    15                            100
    50                            15
    100                            5
    1.1                            50
    ABC                            abc
    (no lower case)       ABC
    4. Structure
    The ID data type is flat. There is no need for the u201C.Contentu201D suffix any longer.
    The Identifier data type is structured (contains supplementary components), so the  u201C.Contentu201D suffix  is needed (although the supplementary components are disabled in the BO).
    5. Behavior in ByD script coding:
    The following coding works fine:
    import ABSL;
    var x = 1;
    if (this.ID == "") {
    // is true if ID is initial
    this.ID = x.ToString();
    this.ID = "1";
    if (this.ID == "1") {
    // is does not work, because u201C1u201D was filled with leading zeros
    if (this.ID == "000000000000000000000000000000000000000000000000000000000001") {
    // is true now because u201C1u201D was filled with leading zeros
    raise IDMessage.Create("I", this.ID);
    // leading zeros are suppressed on the UI: u201CID: 1u201D
    6. Restrictions in Extensibility and Analytics:
    Only the ID data type will be supported in extensibility and analytics:
    Extensibility: It will be possible to add an extension field in an BO extension (planned for FP3.0).
    element ID                 : ID;                  
    Analytics: Analytics supports only character fields with a maximum length of 60 characters & alpha conversion.
    Consequence: the u201CIdentifieru201D DT cannot be used in Extensibility and Analytics.
    7. Adoption
    If you have used the data type "Identifier" before and want to change the BO to "ID", the following adoption tasks are necessary:
    a)     Business Object: change the BO definition file (see point 1)
    Note: During my tests I got a activation error. In this case I solved the problem by Clean -> Save -> Activate. In this case, test data are lost
    b)     Business Object: Implementation: remove the u201C.Contentu201D suffix
    c)     UI: After the BO change, the following runtime error occurs in the affected UI. In the error text the following text occurs: u201CMapping of proxy name of attribute  failed.u201D
    Solution: Open the UI Designer,
    (1)     Tools -> Update Meta Data
    (2)     Go to the data model and do u201CUnbindu201D and u201CBindu201D again for the affected field
    (3)     Save & Activate
    d)     MDAV, Forms, Web services -> not analyzed. Assumption here is that the dependent objects have to be cleaned and activated.

    OK, I have found your code in your previous post.
    It works in 9.2.0.1.0 and 8.1.7.0.0.
    SQL> CREATE OR REPLACE TYPE t_assoc_agents_address AS OBJECT
      2  (V_CONTACT_NAME VARCHAR2(120),
      3  V_ADDRTYPE VARCHAR2(80),
      4  V_ADDRESS_LINE1 VARCHAR2(50),
      5  V_ADDRESS_LINE2 VARCHAR2(50),
      6  V_ADDRESS_LINE3 VARCHAR2(50),
      7  V_CITY_STATE_ZIP VARCHAR2(100),
      8  V_PHONE VARCHAR2(50),
      9  V_ADDRESS_FAX VARCHAR2(30),
    10  V_ADDRESS_EMAIL VARCHAR2(80)
    11  )
    12  /
    &nbsp
    Type created.
    &nbsp
    SQL> CREATE OR REPLACE TYPE nt_assoc_agents_address AS TABLE OF t_assoc_agents_address
      2  /
    &nbsp
    Type created.
    &nbsp
    SQL> var c refcursor
    SQL> col v_address_fax format a15
    SQL> col v_address_email format a15
    SQL> declare
      2   lv_assoc_agents_add_out nt_assoc_agents_address
      3   := nt_assoc_agents_address(
      4     t_assoc_agents_address(null,null,null,null,null,null,null,
      5     'New Fax', 'New Mail')
      6   );
      7  begin
      8   open :c for select V_ADDRESS_FAX,V_ADDRESS_EMAIL from
      9   table(cast(lv_assoc_agents_add_out as nt_assoc_agents_address));
    10  end;
    11  /
    &nbsp
    PL/SQL procedure successfully completed.
    &nbsp
    SQL> print c
    &nbsp
    V_ADDRESS_FAX   V_ADDRESS_EMAIL
    New Fax         New MailWhat is your Oracle release and how are you using ref cursor (if I interpret your example right) ?
    Rgds.

  • Report works in Designer client, but not after published to Business Objects server

    Has this happened to anyone else?  I have a couple of reports that work perfectly on my pc in the Designer client.  I can export them to whatever format I need, and they work.  When I save them to the Business Objects server, everything appears to be ok.  The thumbnail on the properties tab shows the correct report with a page full of data.  When I preview and when I schedule the report to run, I get incorrect data.  In one case, I get an empty report.  In another case, I get data, just wrong data and way too much of it.  I've got hundreds of other reports that were developed and published the same way that are working correctly.  Any ideas?  Thanks in advance!

    There may be couple of reasons. What is your data source? Verify the database in the report and check it again. Or to do more crosschecking, Create a simple report using the same database and deploy in BOE.

  • BI report tools VS Business Object

    Hi Gurus,
    I would like to understand differences between reporting capabilities in NW2004S-BI and Business Object. Do you have any document or link ?
    And about SAP licences ? If I install BO over BW must I pay for all users in any case or I must pay only for Administrator users ?
    I will assign points for all valuable answers. Thank you in advance.
    Ciao.
    Riccardo.

    Riccardo,
    Crystal reports is not supported with NW04s...
    please visit
    www.service.sap.com/businessobjects
    same is mentioned here also :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/879d55d1695918e10000000a1553f7/frameset.htm
    reproducing the message from the support portal :
    SAP and Business Objects have decided to end the area of their partnership that relates to formatted reporting for BI by mutual consent. This will be effective as of the end of September. The software partnership with Business Objects and their Powered by SAP NetWeaver status are not affected.
    the reseller agreement ended on September 30th, 2006
    existing customers will still be able to get updates/upgrades (new releases) without additional costs as long as the number of cpu's/named users stays as is
    for releases newer than Business Objects XI Release 1 the software delivery process has changed
    SAP itself does not provide these new releases through the SAP service marketplace but forwards such requests to Business Objects
    Business Objects triggers the shipment (or provides access to its download area) and takes also care for the license key provisioning if needed
    for future requests please use csn (xx-part-crr)
    Arun
    Message was edited by:
            Arun Varadarajan

  • PB30 / PB10 "Store busines document" as business Object "PAPL"

    My problem is that i´d like to attach documents to an applicant within PB10 or PB30. To do so i want to use the "Store business document" function but  this function is only applicable for business object APPLICANT. I need BO PAPL so that the document are visible in Poratal (MSS).
    Has anyone an idea how to do this?

    Hi,
    Attachments are stored in binary format.
    Advantage of  storing in SAP is speedy access, than compared to content server.
    Disadvantage some of the table space grows exponently.
    Some of the tables attachments get stored are SO*
    To get the link for the folder and attachments stored in SRGBTBREL
    Various type of attachments are ATTA NOTE URL MSG etc.
    For custom attachment options can be enabled using class CL_GOS_MANAGER
    aRs
    If useful pl. assign points
    Message was edited by:
            a®

  • Business Objects Client Application

    I have a customer who wants to report on a non-SAP application via a universe supplied by the application provider with Business Objects. They only have half a dozen users and want to distriute reports in PDF format. The currently Business Objects 5.1.7 which is installed locally on each workstation. Is there a current SAP BO product which will provide these functions?
    From the reading I've done I could use enterprise or edge but this would be a client/server setup and the client wants the product localy installed on the relevent users workstations.
    I thought I could use Interactive Analysis desktop edition (WebI Personal) but it appears that you still have to load the universes from a CMS so wouldnt a client only solution.
    Can anyone make clarify this for me or suggest what I should be using?
    Regards
    Pete

    Hi,
    correct - you would need to have at leas EDGE.
    You could use Crystal Reports with a direct connection to the DB. Also wih CR you can export to PDF.
    EDGE would be pretty good because you could use the schedule function for the reports. So the reports would be submitted automatically as PDF to the receivers via E-Mail f.e.
    Regards
    -Seb.

Maybe you are looking for

  • 500 Internal Sever - Flat Mode is not Supported!

    Hello SDNers, I am getting the error while opening the report in the portal. Error Details: 500 Internal Server - Flat Mode is not Supported! Can any one please adive me how to go through.. <removed_by_moderator> Thx, Siva

  • Mac OS 10.9 and installati​on for Laserjet 1022n to our networks

    I work for a school district and have purchased new MacBook Pro laptops for all our preschool teachers.  I am trying to set up their laptops to our network printer in their classrooms.....however when I try and use the mac setup.....there is no softw

  • Error ERP 6.0 Installation step 32 of 96 JAVA

    Hello everybody, i have the folowing error in my installation: FCO-00011 The step redeployForJSPM with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|4|0|redeployForJSPM was executed with status ERROR So all

  • How to modify a dunnig letter

    hello, I need to modify a dunnig letter, how can i make that posible. I searched for the name but i never found it. By the way do the dunnniig use smartforms or sapscripts. Any step by step will be great help. thanks.

  • Native SQL string  in Receiver JDBC

    Hi All, I have a requirement where in i have to make us of message protocol : Native SQL String . SDN explanation is as follow : When inserting a line into a table the corresponding document looks as follows:* "INSERT INTO tableName  (column-name1, c