Problem in export Number field into graphical reports

I have a custom field Number1.
I put a decimal number (italian version)  0,5
I use Number1 inside Cost1...to make some calculations, so the number format I see that is correct.
I use Number1 as dimension into a graphical report (to excel file).
Into the pivot of the excel the Number1 has the "," character converted to a underscore "_"
So 0,5 become 0_5
0,1 become 0_1
I need the correct format into excel because I have to do other calculations.
thank you.
MS Project 2013 and MS Excel 2010. Both italian version.
Daniele.b75

Hi Daniele,
How do you do your Excel export? Saving the file in a XLS format or creating a visual report?
A workaround would be to write a simple macro in your Excel file:
Sub test()
Cells.Replace What:="_", Replacement:=",", LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False
End Sub
But before trying this, let's try to debug your export.
Hope this helps,
Guillaume Rouyre, MBA, MVP, P-Seller |

Similar Messages

  • How to bring Alternative a/c number (ALTKT) into costing reports

    Hi,
    We are using Country chart of accounts, as a result we are using Alternative account number in GL master data. I could able to access alternative a/c field in GL line item report (FBL3N) by activating special fields in that report itself.
    Now I would like to bring this field into controlling reports such as KSB1 - Actual Cost Centre Items; KOB1 - Actual Internal Order line items. I'm not quite sure how this can be achieved. Any help in this regard is much appreciated guys.
    Thanks,
    Harika.

    hi
    you have to copy and create your own custom developed report only

  • Problem while exporting the data from a report to an excel file.

    Hi SAP guru's,
    I have a problem while exporting the data from a report to an excel file.
    The problem is that after exporting, the excel file seems to have some irrelevant characters....I am checking this using SOST transaction..
    Required text (Russian):
    Операции по счету                                    
    № документа     Тип документа     № учетной записи     Дата документа     Валюта     Сумма, вкл. НДС     Срок оплаты     Описание документа
    Current Text :
       ? 5 @ 0 F 8 8  ? >  A G 5 B C                                   
    !   4 > : C       "" 8 ?  4 > : C      !   C G 5 B = > 9  7 0 ? 8 A 8        0 B 0  4 > : C         0 ; N B 0      ! C <       ! @ > :  > ? ; 0 B K        ? 8 A 0 = 8 5  4 > : C
    Can you help me making configuration settings if any?
    Regards,
    Avinash Raju

    Hi Avinash
    To download  such characteres you need to adjust code page to be used during export. You can review SAP note 73606 to identify which code page is required for this language
    Best regards

  • Exporting Case Notes into a Report

    Is there any way to export case notes into a report? We run client reports based on customer cases, but I haven't found any way to include the date-stamped notes into a final customer/case report. Any help would be much appreciated!

    Hi,
    Unfortunately this is not an option at present time. It will be however submitted as a feature request.
    Kind Regards,
    Alex

  • CharacterSeparatedValuesFormatOptions and Problems with a Number field

    I want to export a report in a comma separated type format using CharacterSeparatedValuesFormatOptions.  I set the Delimiter option to "" because I don't want the quotes around the fields.  The problem is if the report contains a number field that contains a comma.  For example if my data is:
    abc             7,459.84             xyz
    The data exported looks like:
    abc,7,459.84,xyz
    Is there a way to eliminate the comma from the number data during the export, otherwise it looks like I have an extra field?

    Before you try getting this working in your application, you need to try it in the Crystal Reports Designer. If you export from the designer setting the Separated Values Export Options dialog, are you able to get the export you are looking for?
    If not, then it will not be possible to achieve the export at runtime either.
    Regards,
    Jonathan

  • Number field on crystal report displays Exponential form.

    Number Type field on crystal report printed in Exponential form when digits in this field are more than 17.

    Hi Jay,
    The same issue is addressed in the K-Base article c2005336. This is the limitation in Crystal, If you have more than 15 digits of numberic field it will convert into Exponential
    Use database-level syntax to convert the numeric database field to a string so that Crystal Reports will interpret it as a string type, and display all of the characters.
    For example, in Oracle, cast the number using to_char() and in Microsoft SQL Server use CAST() or STR() prior to adding the field to the report.
    As a workaround to display all the number, I would suggest you to convert it to text using a SQL Expression Field. A SQL Expression field will be evaluated on the database server.
    I would suggest you to follow the below mentioned steps to create SQL Expression field and convert a database field to a string:
    1. Open the report.
    2. Right click the SQL Expression field which is present in the Field Explorer.
    3. Select New and copy and past the below-mentioned text.
    CAST ("Database Field" as varchar)
    Note u201CDatabase Fieldu201D Here you have to mention your database field.
    After you create the SQL Expression Field, insert it on the report and it will display the full number.
    Please note that no calculation can be made on that field since it is now a string.
    I hope this helps you.
    Regards,
    Prashant

  • Problems with Row Number showing up in report

    I have a report question. When I have already created a report, and then I go back into the report to edit it, I want to be able to add the row number to the report. I go to tools, options, sheet, and select show row numbers. Even though the show row numbers option is selected, the report doesnt show the row numbers. Is this a bug? It'd be a major pain to go back and re-build 250 reports becasue I can't add the row number to a report after it is already built.
    Thanks in advance,
    -Mark

    Hey user519817.
    This is perplexing as it simply should work. I'm presently at a site running 4.x (hard after being at a site running 10gr2) and if I go to Tools -> Options -> Table, I can turn on or off the 'row numbers' box and it works as expected.
    If I alter it to a xtab, then the option isn't even there to choose from.
    I went into the Disco Admin as well thinking maybe there was a privilege (wierd but worth a look) that allowed you to have / have not row numbers, but nothing there.
    So it sounds like a 'feature'.
    What version / type of Disco are you running (ie: 4.x desktop, 10i Plus, etc.)?
    Russ

  • Exporting acrobat fields into Word 2007

    Hi all,
    I have a client who had an adobe document on his website which user fill out and then submit using Outlook. He now wants to create a form letter (in Word 2007) by using the data that the users submitted on the acrobat document.
    In a nutshell, I have to export the adobe fields into Word. Being a total novice, I don't even know if this is possible?
    I am thinking along the lines of some sort of a mail merge.
    Thanks in advance.

    Have you exported in the various formats and examined the created file?
    FDF and XFDF are special formats for Acrobat forms.
    Text is a text with tab delimited. The field names comprise the first row and each form's data is then listed under the first row in the same order as the field names in row one.

  • Problem in Grouping the Fields of a Report

    I want to make a report in which a particular field (say A) of a table (T1) is the field on which report is to be grouped above if a field B in T1 has value 'a' then I wish to print certain other fields with the field A when value of field B has value is 'b'.
    Thx in Advance

    use avg(Duration% by <"Date Table"."Date Level"> in the answers column.
    substitute "Date Table" with your actual time dimension table name, and "Date Level" with your actual date column that you want to group by.

  • How to convert number field into time

    Hi
    I have made a form for storing of private dialed calls from different extensions. To store call duration i have assigned a number field which is storing following type of data
    1.34
    1.19
    37.29
    1.47
    In above mentioned data decimals are seconds and left side is minutes.
    Now the requirement is that if second is > 30 then 1 minute should be added in minutes else 30 seconds should appear instead of original seconds.
    Please Help!

    >
    To store call duration i have assigned a number field which is storing following type of data
    In above mentioned data decimals are seconds and left side is minutes.
    >
    Please provide info about the form in which you RECEIVE the data. Do you receive the data in MM.SS format like you say you are storing it?
    If not, why are you storing it this way?
    Unless you have some reason to STORE the data differently just store it the way you got it. That way you won't lose any precision and you can manipulate it any way you need to for display purposes.
    If you receive START_TIME and END_TIME then store both of those. Don't calculate and store duration; you will lose END_TIME and if you later need to calculate duration to a different precision you won't be able to.
    Where is the data being stored? Oracle?
    Write a simple function to convert a duration to minutes and seconds using the '>30' rule you have. Then if the rule changes you can write a new function or modify the existing one and the data itself doesn't have to change.

  • Problem writing Serial Number programatically and printing report

    Labview 8.5
    TS 4.0
    I modified the my PreUUT sequnece to call a VI which enters a new Serial Number via a string control. This works fine.
    The problem is this new SerialNumber does not seem to be accepted by TestStand and therefore does not print the reports for any executions.
    (I get a "<no path>" error on the report header)
    I'm using the same variables used in the standard PreUUT step.
    I read a post about using RunState.Root.Locals.UUT.SerialNumber but this always causes a runtime error.
    Any help is appreciated.

    Hi kevmi2ca,
    check out in your PreUut Sequence that "Paramters.Uut.Serialnumber" is set to your desired s-number.
    Greeings from the lake of Constance, Germany
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • How to handle a running number field in the report?  How to format it to be (a), (b),

    Hi,
    I'm very new in Oracle Report...
    Does anybody know how to generate a running number in oracle report? for eg. 1,2,3,4....
    Is there anyway to format these running number to i,ii,iii,iv,v,vi.... or a,b,c,d,e....
    Thanks

    Here is one way to do this:
    In the data model create a function and a placeholder in the group you want the numbers/letters to show. Set the placeholder name to cp_count and the datatype to number. Set the formula's formula to read:
    :cp_count := nvl(:cp_count,0) + 1;
    return :cp_count;
    And in the conditional formatting property of the field you want to show 1,2,3 or i,ii,iii in the layout editor add either:
    srw.set_format_mask ('RN');
    or
    srw.set_format_mask ('NNN');
    return true;
    I couldn't figure out how to get the a,b,c one'es to work easily. You can put in a large IF statement to return a for 1, b for 2, as in "if :cp_count = 1 then return 'A'
    Hope this helps

  • Problem with number-fields in csv-Export-Files

    Hello,
    the export with the csv option works fine and our users like this export-function.
    But Unfortunatelly we have some problems with the exported number fields. In my region I defined the field with a format mask.
    On the screen it looks fine but when I change to csv the values are exported as text-values.
    So in excel the columns are shown with left alignment.
    When I try to change the format in excel to number, excel change the column type but not the value inside.
    On this account we cannot use the sum-function and the display of the value is wrong (alignment).
    Which possibilities do I have to resolve that problem?
    Thanks in advance
    Ulrike

    I have the same issue - Anyone any ideas on how to export currency values in a report to excel as numbers?

  • Ressource Problem: Export with graphical reports from projects with integrated sub-projects

    Hi all,
    i have the following problem with the exported data of the graphical reports possibility.
    Expected output:
    OLAP Cube with processes and ressources
    Setup:
    Project Server 2010 with Enterprise ressource pool
    One main project with 6 integrated sub-projects
    Every ressource is assigned to just one sub-project or the main project
    Problem:
    The data (work and cost) in the OLAP Cube exported from the main project is 7 times (some reports 49 times) higher than the data in the main project
    Tested scenarios:
    Export just processes -> data is correct
    Export just ressources -> data is 7 times higher
    Generate another main project with 2 sub-projects and no ressources in the main project - Export of processes and ressources -> data is 2 times higher
    Because of the tested scenarios I expect that this is a problem caused by ressources and integrated sub-projects.
    I hope that this community is able to help me to solve this problem.
    Thanks & all the bests,
    Holger

    Using the "Baseline work report", I can't reproduce your issue:
    I have 1 task in each project (2 projects) with a resource assigned on each task (80hrs). The report correctly shows me 160 hrs.
    Which Project 2010 SP and CU do you have? I'd suggest you to install the
    latest version and see if it helps.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Selection screen fields order in report painter report..

    hi experts,
    i have a  problem with selection screen fields order in report painter report.
    Actually in report painter report selection screen order is different compare to report writer report selection screen.
    how should i get the same selection screen fields order For  Report painter  report compare to Report Writer report ?
    For example, Report Writer selection screen order is:
      ledger:
      company code:
      period:
      current fiscal year:
      previous fiscal yer:
      previous quarter end period:
    where as Report Painter selection screen order is:
      ledger:
      previous fis year:
      current fis year:
      company code:
      period:
      previous quarter end period:
    please help me regarding with this.
    Thanks and Regards,
      NAGARJUNA.

    hi nagarjun,
    Go to Sq01, select the query and goto to change mode.go to the next screens till u reach Selection fields. Here u enter the NO field in the sequence which u want ot appear in the selection screen and it is done. Save and execute.
    Ex:
    Selection fields No
    Exclude Cancelled Lots 5
    Material number 1
    Plant 2
    Material type 3
    Inspection Lot Origin 4
    Regards,
    Lokesh

Maybe you are looking for

  • WRT610N - Cannot Get 5GHz Radio to Work

    I have a WRT610N (firmware 1.00.00 B18), and I cannot get the 5GHz wireless radio to work under any mode (Mixed, A-Only, or N-Only). 2.4GHz radio works fine on all modes. As far as I can tell, the 5GHz radio isn't even coming online. Settings are: Wi

  • Urgent: regarding ALV  report display problem

    hi, There are 3 problems:- 1.) I had made a ALV report in which i have to display 'POSTING DATE' (iseg-budat) when we execute the report i.e. it should be displayed as  PERIOD :- _______  to _______ on alv report .. 2.)the 2nd problem is dat when i u

  • HT201210 solution for resolving 1015 error?

    an error 1015is ocuring at the end of updating iphone 3g. how to resolve errorr??? plxx need help..

  • Photosmart 5520 - damaged print cartridge msge but cant access cartridges to change

     I've just replaced a black 364 XL print cartrdige and got the message that it was damaged.  I tried to open the printer to take it out and replace it but the cartridges are all stuck to the right of the access area and won't move so I can't get at i

  • Error in email contact form, 'after sending'...

    There seems to be an error in the email contact form, 'after sending'... i want it to direct to a 'thanks for your email page in the mobile site i'm building, however you get the page unavailable message. all links seem to be OK, it's a very simple s