XML Report Excel Display Issue

Hello All,
While working on MS-Excel we observed the default behavior of MS-Excel is to show decimal places only when it is greater than 00 i.e. “22.56”
But when the value is “22.00”, MS-Excel will display “22”
Our client required those values with two decimal places. If the value is 22 then it should display 22.00.we already achieved that value with converted those numerical value to character with using TO_CHAR function.but they required data should be display in numerical.
Can anyone please help to achieve this scenario?
Thanks in advance
Thanks,
Pushpal

thanks Alex..
we have a rtf template created in ms-word. whatever the xml output generates, it takes the rtf template as a source to display the xml data in ms-excel.
So, we cant change anything in ms excel.. we need to change the rtf template in ms-word..
could you please help in how to set default datatype for numeric values in ms-word.
Thnks again..
pushpal

Similar Messages

  • XML Report Excel Output Numeric & Character value left aligned

    Hi,
    I want the XML Report Excel ouput both numberic and character values to be left aligned in the report ouput. Currently my report excel ouput prints the number value right aligned and character value left aligned.
    I have tried to concat a space to the value to make that as a character value, but this gives a extra space in the report output, which shld not happen..
    Please could anyone help me with a solution.
    Thanks

    Hi Uday,
    You are making number as a string, by adding a character :) , so it will be displayed as string with space and not as number.

  • XML Report Excel Output exponential value issue

    Hello All,
    While working on XML Report we need to show output in excel format. One of the out put value is “00110E001”. but when displaying in excel is shows "1.00E+0" and default behavior of MS Excel is if the any number data contains “E” then excel will convert those records in exponential format. But our client required those data which are present in database i.e. “00110E001”.
    Kindly share your valuable inputs.
    Thanks in advance
    Thanks,
    Pushpal

    Hi Uday,
    You are making number as a string, by adding a character :) , so it will be displayed as string with space and not as number.

  • XML report output displays xml code instead of pdf

    Hi,
    My Release is R12.1.1, An xml report whose output is set as pdf. when running this report output is coming as xml code instead of pdf
    another xml report ouput is coming in word instead of pdf
    is there any additional settings required to display in pdf format
    eventhough i configured pasta.csg & ixlib.cfg files
    Thanks,
    Alig
    Edited by: user12257829 on Jun 2, 2010 11:41 PM
    Edited by: user12257829 on Jun 2, 2010 11:41 PM

    Hi,
    Helios
    Even i tried both MOS documents u have referenced, as both reports compeleting normally without any error
    one thing i want to know can application use the same pasta.cfg file for pdf and text format
    as i have a single pasta.cfg configured
    Thanks
    Alig
    Edited by: user12257829 on Jun 3, 2010 1:18 AM
    Edited by: user12257829 on Jun 3, 2010 1:18 AM

  • SSRS Report Viewer display issues after KB2888505 and now KB2898785

    After patch KB2888505 both IE 9 and IE 10 started displaying cropped images with horizontal scroll bars when viewing SSRS Reports.  These reports functioned and fit the screen without scroll bars prior to this patch and returns
    to normal once the patch is uninstalled.  There is no compatibility mode icon in the address bar and I have tried all browser modes in the F12 Developer Tools Menu with no change.  Rolling back KB2888505 was a temp fix for my
    users until KB2898785 was installed reverting back to the same cropped reports with the scroll bar.  The only versions of IE in my environment are 9 and 10 and upgrading to 11 is not an option at this time.  Others have reported this same issue so
    maybe we can get more visibility on TechNet.    

    Hi,
    These two KB include too many Individual updates. It's hard to figure out which exact update lead to this issue.
    If you make sure the issue is caused by these updates package. The simple and easier way is to uninstall them.
    Karen Hu
    TechNet Community Support

  • XML Report - Excel output automatic cell expand

    Hi,
    I created a XML report with Excel output. It works fine but I have 35 columns in that report.
    When I open the excel file - columns are not expanded, user needs to expand it manually.
    But It should automatically expanded when the user opens the report. How can i do that?
    Thanks in advance.

    You need to create the rtf template with enough width for each column to render the output fully expanded when viewed from BI Publisher Desktop, which will look the same when run as a concurrent request. If you used the table wizard to create your excel layout, you can widen the columns in Word and paste/enter some spaces before or after each header field in the top row which will force the html rendering that XML Plublisher utilizes to widen the columns when creating Excel output. The fundamental disconnect here is XML Publisher is not rendering .xls or .csv output, but rather html that opens in Excel minus most Excel formatting. You might need to use a 22 inch landscape layout to fit all 35 columns after they are widened.

  • Generate XML report then display like HTML with specified formate

    Hello,friends
    I want to generate XML report then use XSL to parse it,report will display like HTML with specified formate like attachment,any ideas?
    Thank you
    Alb

    Hi Ray,
    I don't why I can not upload any format picture,so I listed the display as below:
    Test Result                                                                                                  Company Logo
    SN                   1111                                                                                     User                          Operator
    Status              Fail                                                                                       Factory                     SE
    Product            xxx                                                                                       Tester                        xxx
    Start time         xxx                                                                                        Line                          xxx 
    Test time          xxx
    NAME                               STATUS           VALUE                          LOW               HIGH                   RULE
    1.0 Pass/Fail     Test           Passed             True                             True                                             EQ 
    2.0 Less than    Test            Failed               15                                10                                                LT
    3.0 String Value Test           Passed          A string from the limit file   A string
                                                           End of Report
    Could you give me some suggestions?
    Thanks a lot
    Alb

  • Printing parameter values in xml report, and displaying it in header of the

    Hi All,
    Can anybody give me an idea to print the parameter values in the xml report.
    My requirement is like, I have 10 parameters in report builder, I have generated the xml file and created the .rtf template and finally registerted in oracle apps. But now, the requirement is to print the parameter values in the report output.I don't see any xml tags in the xml output.
    Any suggestion will be appreciated.
    Thanks in advance.

    I think all the XML attributes can contain lexicals. If you bring up the property palette against the report object you can just set the following:
    XML Tag Attributes: myParameter="&<P_1>"
    where P_1 is your user parameter.

  • Crystal Reports Excel Export Issue - page footer not being displayed

    We recently converted all Crystal Reports from Visual Studio 2003 to Visual Studio 2005 sp1, .NET 2.0, Crystal Reports for .NET.  I have the latest merge modules from business objects.  All reports & footers worked fine in VS2003 ... but now when I export to PortableDocumentFormat (PDF) or WordForWindows (DOC) the page footers appear correctly.  But, when I export to Excel (XLS) like the code below, the page footers do not appear.  We need to place a disclaimer at the bottom of every page of an exported excel document.  I checked the print preview, and I tested printing the document ... the the footer is not being utilized properly by the Crystal Reports export.
    System.IO.MemoryStream oStream = new System.IO.MemoryStream() ;
    oStream = (System.IO.MemoryStream) report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel) ;
    Response.Clear() ;
    Response.Buffer = true ;
    Response.ContentType = "application/vnd.ms-excel" ;
    Response.BinaryWrite(oStream.ToArray()) ;
    Response.End();
    I have asked the question in msdn forum
    http://forums.msdn.microsoft.com/en-US/vsreportcontrols/thread/0ead9e34-bc45-4062-90dd-17f8f8ebf062

    fyi - if i hadn't mentioned it, problem occurs in all our environments (developer workstation, development server, testing server, production server, etc.)
    on my development workstation i found the file 3 times
    c:\program files\common files\business objects\1.0\bin\crxf_xls.dll
    has file version 9.1.1.557
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1093
    c:\program files\common files\business objects\3.0\bin\crxf_xls.dll
    has file version 11.0.0.1937
    on my development server (and our other environment servers too)
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1210
    so just from that i notice that the file versions in the 2.7 bin are different from my developer workstation to my development server ... but the issue still occurs in both places.

  • Crystal report - Data display issue

    Hi all,
           I did a crystal report. the labels in the crystal report are
                    QTR1  QTR2  QTR3  QTR4
         If I select  the prompt value as QTR3, the values should display under QTR3, but data is displaying under QTR1
         If I select  the prompt value as QTR3 and QTR4, the values should display under QTR3 and QTR4 columns, but data is displaying under QTR1& QTR2.
    i.e., the data is displaying in an order starting from first column.
    Please let me know if I need to change any prompt settings to get the data in the order I needed.
    Thanks in Advance.
    Regards,
    Viswa

    there are 2 ways this can be done.
    do they only run one qtr at a time?
    you can create a group for each quarter
    create a parameter to pull by quarter.
    in the record selection place this statement
    (if {@qtr}=0 then true else = {@qtr})
    in the parameter place 0 if the qtr is numeric value otherwise place ALL (replace the 0 in the record selection with all if necc)
    this will retrieve all the qtrs or the qtr specified.
    if you create groupings for the qtrs place the value of the qtr in the details section below where you want to display qtr 2.
    you will need to create formulas to differentiate the qtrs.
    if qtr1 in date to date then $ amount
    create a formula for all qtrs. this will display the dollar or value for the qtr date range only. otherwise a zero or null will be displayed.
    right click on the section and go to section expert
    in supress section click on the formual button
    if qtr=1 then true. (keep in mind it is a supression formula so true will supress the qtr, false will display)
    then on the values in the the detail section you can supress those based upon a formula also like above.

  • Xml report:Page break issue

    Hi I am working on PO Printing Report.There are mainly three section .1 is Header part which contains informaition like Bill to Address Ship to address,vendor address payment terms etc,middle part contais lots of information like header notes,supplier header note,note to vendor ,ship instruction,line notes ,if po cancelled then its informaition,if any line gets cancelled than the same information , all lines for this PO and many more.After this section we have footer like part which have total column and signature.The total and signature are dynamic.i.e should appean in last page only.The last page of report for a PO conatains a image Terms And Condtion.
    Now problem is as there are lots of data in middle part ,It pushes the footer part to the next page.I need to break the page after certain height of table or certain no of records in table so as to have footer remain in each page.
    Is there any way to fix no of records in middle part or calculate heigth of table at run time ...when it reaches to its max height ,I break the page.
    Or I include the footer section in page footer but as its dynamic How can I get total column value and signature url dynamically.
    Please suggest me how to achieve this.....

    Welcome to the forum !
    I don't see your report, but I'm almost sure that one of your data exceeds field size. To fix it, try set for all your report items (frames, fields, repeating frames) vertical elasticity to variable and horizontal elasticity to fixed. It should fix your problem. Afterwards you can investigate which filed/frame causes an error, setting back elasticity of your items
    regards
    kikolus
    Edited by: kikolus on 2012-11-19 06:39

  • How can I modify xml report body content ?

    I am trying to modify the Teststand XML report to display the actual datasource name instead of "numeric" when I used a Numeric Limit step. In other words, I want to be able to rename the "numeric" label with something of my choice.
    I saw some examples on report modifications, but nothing to the point.
    Thanks,
    Sam

    Hi,
    Is the following link any help
    http://zone.ni.com/reference/en-XX/help/370052H-01​/TOC39.htm
    Regards
    Ray Farmer

  • XML Report Issue while generating the Report in EXCEL

    Hi All,
    I have Created the XML Report which will generate the output in EXCEL format. I am having the issue with the report output in EXCEL.
    In my Case,
    If I ran the concurrent it got completed normally and the output got completed normally and the output is generated successfully if the data for the input parameter combinations exists.
    Issue is if there is no data exists for the combinations of parameters choosen then it gives the output in excel with the headers alone some times. (meaning there is no combinations of data exists for the input given excel is having headers alone).
    wiseversa
    sometimes the output in excel there is no header part too..(meaning the excel is empty/null).
    Could anyone suggest how to resolve the issue so that the output in excel can include the header part if the data not exists for the input given. so that it should not generate the output as blank in excel i want the header alone should be included even if the report has no data for the input combination given.
    Its very urgent issue.
    Any suggestion will be a great help for me.
    Thanks ,
    Ravi.

    Hi,
    Please see if this thread helps.
    XML publisher output report in excel format
    Re: XML publisher output report in excel format
    Regards,
    Hussein

  • Internet Explorer 9 doesn't display XML Report Text

    I have just updated reasently to Internet Explorer 9 and now all of my XML Reports do not show the report text.  I've attached a pic where you can plainly see the report test in TestStand but not in IE9.
    The other intresting thing is if the XML is on one of our company network drives it displays fine just not if opened from the local drive.
    Any ideas?
    Solved!
    Go to Solution.
    Attachments:
    ReportText.png ‏150 KB

    Paul -
    This is a known issue that will be fixed in the TestStand 2010 maintenance release. If you'd like to workaround this issue by modifying the XML style sheet for your report without using the Compatibility option that you found in IE9, follow these steps.
    If using a default style sheet, save a copy with a different name to preserve the original file.
    Open the style sheet in a text or code editor.
    Search for node.firstChild.text by using the Find tool in your editing environment.
    Replace the line:
                var text = node.firstChild.text;
    with:
                var valueChildNode = node.selectSingleNode("Value");
         var text = "";
         if (valueChildNode)
           text = valueChildNode.text;
         else
           text = node.text;
    Search for Error:  by using the Find tool in your editing environment.
    Replace the line:
               Error: <xsl:value-of disable-output-escaping="yes" select="user:RemoveIllegalCharacters(.)"/>
    with:
               Error: <xsl:value-of disable-output-escaping="yes" select="user:RemoveIllegalCharacters(ErrorText)"/>
    Save the new version of the style sheet.
    Open TestStand and go to Configure»Report Options...
    In the Contents tab, change the style sheet to point to your updated version.
    Run a sequence that you expect to populate the Report Text.
    Open the generated XML report in IE9 and verify that the Report Text is properly populated.
    Hope this helps.
    Manooch H.
    National Instruments

  • Saving BO reports in excel-time issue

    Hi,
    I am facing an issue when i try to save a BO6.5 report in the excel format.when Busines objects saves reports into excel the issue is that the time value in Business Objects varies completley and is incorrect.There is a time difference of 11 hours
    Can anyone please advise me on this issue.
    Cheers,
    Anu

    Hi,
    Try to check your system time (local settings i.e control panel-> time....) is displaying correctly or not. As BO will take your local system date/ time in reporting.
    Cheers,
    Suresh Aluri.

Maybe you are looking for

  • How to create a Custom Effect?

    First of all, I'm sorry, if I make any mistakes writing this post! I actually am German! I would like to know how I can alter the Animation Presets in AE CS5, that are quite messy because they just are a collection of effects, into the much more orga

  • My i phone 4  keeps loosing its connection with my Toyota Camry bluetooth-- anyone have any ideas why?

    My i phone 4  keeps loosing its connection with my Toyota Camry bluethoth   does anyone know what I can do about that?

  • New Features List

    I just updated to RoboHelp 7.02.001 (through the Adobe Updater) and got a pleasant surprise. When I attempt to set multiple conditional tags on TOC items, it allows me to place them on the topics now. This is great, before I had to place the tag on t

  • WBS elements upload

    Hi, What is the difference between Standard WBS element (CJ91) and WBS element (CJ11) I want to upload WBS elements, which method will you suggest BAPI or BDC? If it is BDC which T.code shall i use for recording. Please give me some guidelines, Regar

  • Unable to create file using : =utl_file.fopen

    Hi Team, My issue is file is not getting created, i checked the permissions of the directory. No error is received while executing the below script . declare f1 utl_file.file_type; begin f1:=utl_file.fopen('TAX_CODE_OUT_FILE_PATH','test.txt','W'); ut