Problem with excel numbers

I have an InDesign CS5 document with 100+ tables that are linked to Excel spreadsheets so every quarter I just need to update the links instead of recreating the document again. My issue that it appears that InDesign is not rounding off a number correctly.  Then number in Excel is 0.945.  When I format the number in Excel to 2 decimal places, it displays the number as 0.95.  When the number is imported into the InDesign document, it displays it as 0.94.  If I change the number in Excel to 0.946, InDesign will then round the number correctly to 0.95.  It seems to only happen when the least significant digit is a 5. 
With out going through all 100+ Excel Worksheets, how can I get InDesign to correctly display this number?

Interesting. Since I never knew that Excel sheets can be placed as is, I placed some Excel sheet and set a number of 1.345 into a cell and formatted to two decimal places, then showing as 1.35.
Then imported to ID via extended dialog and set like "decimal places = 2" and it rounded it to 1.35. This is expected and so it actually works.
The only difference to you is, I got CS6.

Similar Messages

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • Application Express 3.1 + BI-Publisher + problem with formating numbers

    Hello together!
    I use the Oracle BI Publisher Template Builder for Word (10.1.3.4) to generate RTF-Templates. I upload these templates in Oracle Apex (Advanced support-->BI-Publisher/OC4J as print service).
    It works well, but I have a problem with formating numbers.
    In Template Builder I define following number formats, for example: #.##0 for numbers like 1.454.234 and #.##0,00 for numbers like 54,80
    In Template-Builder Preview it looks well.
    But whatever I do, in use with Oracle Apex dots and comma are allready interchances in the printout.
    That means,
    1.454.234 become 1,454,234 in PDF-Report
    54,80 become 54.80 in PDF-Report
    Other than that, the layout is exactly the same like in Template Builder defined.
    What's wrong?
    Do I have to change any country parameter?
    Juliane

    I also had the same problem. I tried with normal formating of 99g99g999d99 instead of ##,##,##0.00 and it has resulted correct way.

  • Problem with page numbering in Acrobat XI Pro

    Hello community,
    I got a problem with page numbering with certain documents in Acrobat XI Pro.
    The next error comes up:
    Translated in English:
    There is an error occured when getting up of page-content.
    This is occured with certain pdf-documents (i cannot uploading this file).
    Is someone have similar problem, or has someone hev a sollution for this?
    Greetings,
    Bart

    This usually means the file is corrupt, probably because it was not created
    using a standard application like Adobe Acrobat.

  • How to troubleshoot problems with Excel import

    When I import a spreadsheet from Excel into Numbers, I get a notification window with a long list of errors encountered during the import.  I can deal with the formatting issues, and I've managed to get rid of most of the "unsupported formulas" errors.  However, I still have one stubborn "unsupported formulas" error.  How do I get Numbers to identify which cell(s) have unsupported formulas that were removed on import from Excel?

    There are some triangle symbols, but they refer to using a BOOLEAN as a number.  That's not where the problem with unsupported formulas is, though.  Numbers says that it replaced the cells that had unsupported formulas with the contents of the cell at the time of import, which I interpret as meaning that I should be looking at cells that don't contain formulas.  My problem is that I have lots of cells that contain only numbers, and I somehow need to find that single cell that have an unsupported formula in the Excel version of the file.
    Thanks for the suggestion, though.

  • Problem with decimal numbers..

    hi i posted the other day with a problem I had. I thought it was all sorted but I have just realised that there is another problem.
    I have the following code for an applet:
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class TextFieldExample extends Applet implements ActionListener {
    TextField textInput;
    String text = "";
    public void init() {
    textInput = new TextField (20);
    add(textInput);
    textInput.addActionListener(this);
    public void actionPerformed(ActionEvent e) {
    text = textInput.getText();
    repaint();
    public void paint(Graphics g) {
         int x = Integer.parseInt(text);
         double y = Math.abs(x);
    g.drawString("You wrote " + text,20,500);
         g.drawString("The absolute value is: " + y,20,100);
    I am trying to do the applet so when you type in an angle, it tell you the sine, cosine etc. I can get it to work with whole numbers like 1,10,300, but it won't work when i try to use decimal numbers. Can anyone help?
    Thnk you in advance!
         

    Hi,
    you are using Integer.parseInt() to convert the input, so it will only work if the text is an integer. Use Double.parseDouble() instead.
    Andre

  • Performance Problems with Excel Client

    Hello all,
    We installed BPC 7.5 SP7 NW on our customeru2019s system and experience massive performance problems on our local clients in combination with Excel and MS Office in general.
    u2022When opening u201CMaintain Dimension Membersu201D it takes some time (approx. 2 min) to open the Excel Sheet with the elements. The u201CSave to Serveru201D as well as the u201CProcess Dimensionu201D also takes time to execute. When executing u201CProcess Dimensionu201D the sandbox appears and it takes approx 2 min until the Process popup window appears. The process itself has normal performance.
    u2022We also experienced slow performance with the opening or saving dynamic templates dialogue in the Excel Client.  It takes some time until this dialogue appears.
    In general, we experience slow performance every time BPC is opening a pop up window! We also experience slow performance when opening a (non BPC) MS Office document.
    In order to resolve this issue we looked at the following notes and forum entries:
    Notes: 1541181, 1531059, 1507575, 1479436, 1448502, 1288810
    Forum: BPC NW slow Performance (Expand, Refresh, Saving) - How to enhance it?, [BPC for Excel] Dimension clicked, then Excel hangs
    Can anybody give me tipps on how to solve this issue?
    Thanks in Advance

    Hi,
    It will work if in IE, Advanced, Security you uncheck "Check for publisher's certificate revocation "
    =======================
    http://CSC3-2004-crl.verisign.com/CSC3-2004.crl
    http://ocsp.verisign.com/MFEwTzBNMEswSTAJBgUrDgMCGgUABBQ%2FxkCfyHfJr7GQ6M658NRZ4SHo%2FAQUCPVR6Pv%2BPT1kNnxoz1t4qN%2B5xTcCEH6eR%2B%2FPmw5g6qZVJ2HNXK4%3D
    http://crl.verisign.com/pca3.crl
    =========================
    Regards to all,
    Laurentiu Bogdan

  • Problem with Excel 2013, crashing unexpectedly

    I have problem with Office, it's crashing without any specific reason. I can't describe what exactly triggers crashing, but there is lots of copy and pasting on that workstation between excel worksheets. RAM has been tested, Office suite has been reinstated
    and even all of hardware has been changed.
    If there any suggestion, I would really appreciate them.
    If you need additional information please ask.
    Faulting application name: EXCEL.EXE, version: 15.0.4701.1001, time stamp: 0x54e30a7b
    Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x54d9bfd6
    Exception code: 0xc0000602
    Fault offset: 0x011aee88
    Faulting process id: 0x1990
    Faulting application start time: 0x01d0773e764ce473
    Faulting application path: C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    Faulting module path: C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
    Report Id: 66154c61-e40f-11e4-afd6-d43d7eb40d36
    Faulting package full name: 
    Faulting package-relative application ID: 
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2015-04-16T08:05:52.000000000Z
    EventRecordID
    35372
    Channel
    Application
    Computer
    Security
    EventData
    EXCEL.EXE
    15.0.4701.1001
    54e30a7b
    mso.dll
    0.0.0.0
    54d9bfd6
    c0000602
    011aee88
    1990
    01d0773e764ce473
    C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
    C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
    66154c61-e40f-11e4-afd6-d43d7eb40d36

    Hi,
    According to your description, >>RAM has been tested, Office suite has been reinstated and even all of hardware has been changed.<< I noticed that you have tired several methods. Then, based on the log,>>Faulting module path: C:\Program
    Files\Common Files\Microsoft Shared\Office15\mso.dll<<, please try the following steps:
    Renamed the MSO.DLL in C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
    The copied the MSO.DLL from C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15
    to C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problem with Excel 2013 TaskPane

    Hello,
    I got problem with TaskPane on Excel 2013. With Excel 2007 and 2010 my program works perfectly.
    I'm opening a workbook and making custom ribbon, but my workbook is hided and the problem comes that first time i can see TaskPane but after any other workbook opening and closing i can't show TaskPane because Globals.ThisAddIn.SarasuTaskPane.Visible
    = true don't showing me TaskPane. Actual it's showing but we can't see it because it's hided with workbook, and if i unhide workbook i can see and use it. But i need my main workbook to be not visible for all time and users must see TaskPane.
    I will try write step by step.
    1. I'm launching .exe which creating excel object
    2. With Excel object I'm opening .xlsm which sheets are protected and not visible, and Run my Sub
    3. That Sub loads my COM AddIn, and opens another .xlsm file (at the moment there are 2 .xlsm files opened)
    4. My Add-in creates TaskPane, and TaskPane adds on my first .xlsm file(i noticed), and it's fine i can see it. But then i try some of my functions which sets TaskPane visible - false, and opens another .xlsx file then closes it, and trying to do TaskPane visible
    - true no errors but also no TaskPane, then i Manually unhide my first Workbook i can see the TaskPane, when i hide it manualy - TaskPane hides too.. and this only on Excel 2013.
    Any ideas to solve this? As i mention before with Excel 2007 and 2010 no problems it's works perfectly.
    sincerely,
    Julius

    I have used you code to hide a panel , it works fine
    Maybe my first post was incorrectly written. I will try write step by step.
    1. I'm launching .exe which creating excel object
    2. With Excel object I'm opening .xlsm which sheets are protected and not visible, and Run my Sub
    3. That Sub loads my COM AddIn, and opens another .xlsm file (at the moment there are 2 .xlsm files opened)
    4. My Add-in creates TaskPane, and TaskPane adds on my first .xlsm file(i noticed), and it's fine i can see it. But then i try some of my functions which sets TaskPane visible - false, and opens another .xlsx file then closes it, and trying to do TaskPane
    visible - true no errors but also no TaskPane, then i Manually unhide my first Workbook i can see the TaskPane, when i hide it manualy - TaskPane hides too.. and this is only on Excel 2013.

  • Problem with Excel 2013 on W8 and WD NAS

    With my W8 laptop, I get a lot of problem saving excel file on my NAS. I get "we can't save filename.xlsx because the file is in read-only. To keep your changes you'll need to save the workbook with a new name or in a different location..."
    I'm alone using the file. Not being use by anyone else.
    Exemple: load file "A" from the NAS, can't save it back on the NAS. I save it as "B" on my desktop. Open "B" do some change and try to save it... get " that someone else is using the file....
    Only way is to save it one a 3rd name...
    I have this issue often but not all the time..
    Don't see this with W7pro laptops...
    Thank you 

    Hi FGauthier,
    Have you ever try to save Document ,PPT file or Text file to the NAS? Does this issue only occurs with excel file?
    what will happen if you copy the file to NAS instead of use the 'save as' feature within excel?
    When you open the excel file, if it flagged as read-only, try to right-click the file, check if the read-only option is ticked. Also you can try to save the file as different file format to test this issue.
    Also please check if you enable the preview pane, try to disable it . 
    a) Open File Explorer.
    b) Click on View Tab.
    c) Click on Preview Pane to view\hide it.
    Wind Zhang
    TechNet Community Support

  • Problems with Excel 2007 and Essbase 6.5

    Hi,
    Two quick questions:
    1. We are planning to upgrade our office to 2007, XP professional SP2 but still going to use Essbase excel add-in 6.5 for some users and Essbase 7.3 add-in for others. Has anyone faced any problems with this combination?
    2. The only problem I encountered so far was when I double click a member name for retrieval, the pointer (cursor/icon) flickers / flashes continuously. But when I take the pointer out of the excel spreadsheet, the flicker goes away. Does anyone know a fix to this. Thanks.

    Hi,
    I'm admin of an hyperion essbase database.
    I'm testing our addin 6.5.1 with excel 2007.
    First problem evocated on retrieve is confirmed.
    I continue my test and tell you if i find another problem.
    What i would say is that old version can be unsupported but i'm sure we can use this addin on excel 2007, i hope.
    Regards.
    Edited by: user9947793 on 4 sept. 2009 08:56

  • SSRS 2012 problem with excel export

    Hello
    I updated SSRS 2005 up to SSRS 2012. When I exported report in excel (xlsx)  I got following warning :
    "We found a problem with some conent in 'filnename.xlsx'.Do you want to try to recover as much as we can? if you trust the source of this workbook,click yes"
    After Pressing Yes Button
    "REpaired Recors: Cell information from .xl.worksheets.sheet1.xml port"
    15
    0.00000000000000000000 this is in string format instead decimal
    2
    0.00000000000000000000
    This heppens if i have decimal(38.20) variable in table and record value is 0.
    To avoid this problem i must change report and use this expression
    =IIF(Fields!SomeValue.Value = 0, 0, Fields! SomeValue.Value)
    for value in report, but this is not sulution for me because we have more then hundred reports.
    Is any other solution?

    Hi LashaGurgenidze,
    The issue seems to be related to the Excel 2010 or the Excel 2007-2010 rendering extension in SSRS 2012. If possible, I suggest that you keep the Office 2010 and the SQL Server 2012 up to date, and check the issue again.
    In order to solve the issue, we can enable the Excel 2003 rendering extension in SSRS 2012, and use this render when exporting to Excel. We can modify the EXCEL render extension in the rsreportserver.config file as follows:
    <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"/>
    Then, the Excel 2003 render extension will be available in the Export drop-down list.
    By default, the file is located in: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer. Before we modify it please backup the rsreportserver.config file.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Anyone seen this problem with Excel 2003?

    We're developing a Microsoft Excel-based app. The help system uses HTML Help (.chm) format, and works just fine with Excel 2007 and 2010. However, since a lot of potential users out there are still using older versions, we've been asked to adapt the app for Excel 2002 and 2003.
    The help system works, more or less, with Excel 2002, but when we try it with Excel 2003 the tri-pane is missing. The default topic appears but the left-hand pane containing the navigation system (TOC, Index and Search) is missing. Consequently, users can't move away from the default topic. Has anyone come across this problem before, and do you know how to fix it?

    I cannot help you with this one other than to say I haven't seen any other such reports. That may suggest it is worth checking for some small difference you haven't identified yet.
    Of course it could also mean there aren't many people with that workflow.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problems with line numbers (building via ant).

    We use ant for our builds and are having a problem with getting line numbers into call stacks. When running on linux we do not get the lines for our projects (not all projects have debug option), just (Unknown Source), however we do see line numbers for the tib jars. Eclipse is fine, we can see all line numbers as appropriate.
    I have tried "lines", "lines,source" and "lines,var,source" - all build a different sized jar which suggest something is getting added. However as we see line nums for tib it suggests it's some strange java runtime option. We're using sunjdk 1.5.10 and also jrockit.
    Any ideas/answers most appreciated.
    Many thanks, Declan
    Ant task
    <target name="compile" depends="init">
         <javac target="1.5" destdir="${classes}" debug="on" debuglevel="lines,source">
              <src path="${src}"/>               
              <classpath refid="default.classpath"/>
         </javac>     
         <javac target="1.5" destdir="${classes-test}" debug="on" debuglevel="lines,source">
              <src path="${testsrc}"/>
              <classpath refid="default.classpath"/>
              <classpath location="${classes}"/>
         </javac>
    </target>
    Example output
    java.lang.IllegalArgumentException: Field data is null
    at com.tibco.tibrv.TibrvMsg._addImpl(TibrvMsg.java:1503)
    at com.tibco.tibrv.TibrvMsg.add(TibrvMsg.java:1020)
    at com.lehman.fid.jdt.channel.tibrv.TibrvMessage.putObject(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.publishDepth(Unknown Source)
    Cmd line
    VM_OPTS="-Dlogfile=../../log/CmdOrderBook.log"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.password=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
    PARAMS="-springcfg orderbook-context.xml -instancename CmdOrderBook"
    exec ${JAVA_HOME}/bin/java -DappInstance=CmdOrderBook -server -Xmx500M -Xms250M -Xincgc ${VM_OPTS} com.lehman.cmd.etrading.orderbook.CommoditiesOrderBook ${PARAMS} >> ../../log/Cm
    dOrderBook.out 2>&1

    We use ant for our builds and are having a problem with getting line numbers into call stacks. When running on linux we do not get the lines for our projects (not all projects have debug option), just (Unknown Source), however we do see line numbers for the tib jars. Eclipse is fine, we can see all line numbers as appropriate.
    I have tried "lines", "lines,source" and "lines,var,source" - all build a different sized jar which suggest something is getting added. However as we see line nums for tib it suggests it's some strange java runtime option. We're using sunjdk 1.5.10 and also jrockit.
    Any ideas/answers most appreciated.
    Many thanks, Declan
    Ant task
    <target name="compile" depends="init">
         <javac target="1.5" destdir="${classes}" debug="on" debuglevel="lines,source">
              <src path="${src}"/>               
              <classpath refid="default.classpath"/>
         </javac>     
         <javac target="1.5" destdir="${classes-test}" debug="on" debuglevel="lines,source">
              <src path="${testsrc}"/>
              <classpath refid="default.classpath"/>
              <classpath location="${classes}"/>
         </javac>
    </target>
    Example output
    java.lang.IllegalArgumentException: Field data is null
    at com.tibco.tibrv.TibrvMsg._addImpl(TibrvMsg.java:1503)
    at com.tibco.tibrv.TibrvMsg.add(TibrvMsg.java:1020)
    at com.lehman.fid.jdt.channel.tibrv.TibrvMessage.putObject(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.publishDepth(Unknown Source)
    Cmd line
    VM_OPTS="-Dlogfile=../../log/CmdOrderBook.log"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.password=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
    PARAMS="-springcfg orderbook-context.xml -instancename CmdOrderBook"
    exec ${JAVA_HOME}/bin/java -DappInstance=CmdOrderBook -server -Xmx500M -Xms250M -Xincgc ${VM_OPTS} com.lehman.cmd.etrading.orderbook.CommoditiesOrderBook ${PARAMS} >> ../../log/Cm
    dOrderBook.out 2>&1

  • G700 f4 problem with Excel 2013

    I have a g700 laptop and wants to know why F4 & F2 doesn't work as usually with Excel 2013
    Is there any possibility to find the same functionnality as I had with Excel 2010 before ?
    Thanks for your quick answer 
    Regards
    Alain
    Moderator Note; subject edited.

    some more information:
    There was a web-site: 
    http://download.lenovo.com/consumer/hnt/7acn89ww.exe 
    to find the 7acn89ww.exe directly. 
    The information came from:
    http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?DocID=HT080432
    The content of this site was: 
    Function Key "F4" Cannot be Implemented with Customized Function - IdeaPad S500, Lenovo G700
    SymptomFor IdeaPad S500 and Lenovo G700, customer defined special function for “F4” when playing games, but when “F4” or combination “Fn+F4” was pressed, it implemented the original windows function "close current window", no matter "Hotkey Mode" is switched to Enable or Disable.
     Affected configurationsThe above symptom may occur to the following systems:
    Ideapad S500, Lenovo G700
    The above symptom may occur to the following software:
    S500 BIOS version lower or equal 7ECN21WW 
    G700 BIOS version lower or equal 7ACN89WW
     SolutionFor S500:
    Updateing BIOS to version 7ECN23WW can solve problem.
    For G700:
    Updating BIOS to version 7ACN89WW can solve problem.
    If you are unable to find what you are looking for, please do try the following options:
    1. Lenovo Assisted Search 
    2. Product usage and general troubleshooting tips 
    3. Lenovo Support Forum 
    4. Technical Support Call Centre 
    Country Availability
    Available
    Worldwide
    Alias ID : IN20131126-004
    Document ID : HT080432
    Legacy Document ID : IN20131126-004
    Last Updated : 29 Dec 2013
    Copyright © Lenovo 2013, all rights reserved

Maybe you are looking for

  • Yosemite Filevault No External Monitor Until Authentication

    I have a MB Pro with an external monitor attached via display port.  In Mavericks, I would cold boot then shut the MB screen and my login prompt, etc would show on the external monitor.  After doing a fresh install of Yosemite and enabling file vault

  • Error 1402 while installing iTunes.

    Hey guys, I have a problem with installing iTunes, and I've come to believe it's called "error 1402". Here is what it looks like: I have no idea how to fix it, and the solution Apple provides didn't help me.

  • Field / Column for Minus/Plus sign in Query

    Hello In Query Designer I would like to create a column that shows the sign '+' or '-' when a key figure KF1 is below 0 or above. How do I do this? It has to be a separate column. I already created a calculated key figure KF2 that has as formula ABS

  • How can i unlock my iPhoto library?

    it says caution and that my library is locked and on a locked disk. How do I get these pictures uploaded from my compactflash?

  • Unable to add comments to GPRM scripts

    I have FCP Studio. I found that DVDSP 4 doesn't save the GPRM command comments I create. Whenever I add another GPRM command the previous comments are gone. Tried it, they don't get saved. THis makes creating complex scripts rather difficult. Does th