Numeric fields not aligned correctly in report preview

Hi
I have the next problem:
On my report, I aligned the numeric fields to the right of a column, but when i run the preview on ASP, the numeric fields are aligned to the left.
But when I export the report to PDF, the numbers align correctly.
I figured out a workaround to this, introducing the numeric fields into text fields, since they do align correctly. The problem is that I have too many reports to apply this workaround to all of them.
Could it be a known issue of Crystal Reports XI?
Is there any other workaround?
Thanks in advance

Hi Poonam
Maybe I wasn't quite explicit before,
In preview mode my report displays correctly as well. The problem comes when I run it through an ASP, which is needed for my application.
I'm running the CR version 11.5.0.313. I was asking if it could be a known issue of XI version because when I had version 9 I didn't have this problem.
It could also be that through the time, I changed something in the way the report is displayed, and didn't realize about that before, but I haven't been lucky to notice any change related.
Thanks for your time,
Gil
Edited by: Gil Gonzalez on Oct 21, 2008 12:11 AM

Similar Messages

  • Gradient background not aligned correctly

    i have some photo pages and the gradient background is not aligned correctly
    - generally below where I want it - like on iweb shows correctly - but on web - it is below the navbar.....
    .... how do I control this?
    is this something to do with layout? one page is fine - the next is messed up....
    this was an import from iweb 2006 - does that matter

    crazy enough but I think I found it : I had a 3 word title for the page - and when I replaced the spaces with dashes - the problem went away.....
    Is that kooky or what?

  • Page not aligning correctly

    Could someone take a look at my page at http://www.meadowlarkco.com/services2.php The image of the two guys and the section to the right are not aligning correctly. Im not sure if I accidentally removed a margin setting or not? But something is off which is making the two sections not aligned horizontally correct.
    If someone could take a look I'd really appreciate it
    thanks

    Try changing this:
    .splash .splashcontentright {
    float: right;
    border-left-style: solid;
    height: 400px;
    width: 300px;
    border-left-width: medium;
    To this:
    .splash .splashcontentright {
    float: right;
    width: 300px;
    margin-top:13px;
    Incidentally, borders don't work unless you apply all 3 attributes: width | style | color
    Example:  border: 3px solid #000;
    Explicit height values on containers should be avoided.  It limits how much content your divisions can hold. The default height value of any container is auto (determined by content).  If required to reveal a background-image, use min-height instead of height.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Canon mg3200 will not align correctly prints is blurred

    Canon mg3200 will not align correctly prints is blurred. I have used the canon print head alignment several times. It will print some of the picture correctly and the rest is out.

    Hello,
    Please try the procedures outlined in the link below:
    http://kbsupport.cusa.canon.com/system/selfservice.controller?CONFIGURATION=1011&PARTITION_ID=1&secu...
    If the issue persists at that point, the best thing to do would be to get in touch with our technical support team at http://bit.ly/Phone_Support for further assistance.
    Thanks!
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • SSRS 2008 R2/SSRS 2012 Tab Delimited setup is not working correctly in Report Designer

    I have changed a RSReportDesigner.config to add a tab delimited option for report export, but it is not working correctly in vs2008/vs2010 report designer. I get a duplicate of CSV (comma delimited) in the export dropdown list.
    I have tested SSRS 2008 R2/SSRS 2012 on Windows 7 64 bit professional.
    It is working correctly in the report manager.
    <Extension Name="TAB" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
            <OverrideNames>
                <Name Language="en-US">TAB delimited</Name>
            </OverrideNames>
            <Configuration>
                <DeviceInfo>
                    <FieldDelimiter xml:space="preserve">&#9;</FieldDelimiter>
                    <Encoding>ASCII</Encoding>
                    <UseFormattedValues>False</UseFormattedValues>
                    <NoHeader>False</NoHeader>
                    <FileExtension>TXT</FileExtension>
                </DeviceInfo>
            </Configuration>
          </Extension>

    Hi Dave0323,
    According to your description, you want to export your report into TXT file and change the delimiter to be a Tab. Right?
    In Reporting Services, when exporting to a CSV file, we can change the default field delimiter to any character that we want, including TAB, by changing the device information settings in the configuration file. For example, to use TAB,
    update the FieldDelimiter setting to <FieldDelimiter xml:space="preserve">[TAB]</FieldDelimiter>. And we can change the FileExtension to be TXT if we want to export it into a TXT file. So in this scenario, we just need to modify the configuration
    file like below:
    The result looks like below:
    Reference:
    CSV Device Information Settings
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Numeric column not sorting correctly

    I have a datagrid that is populated with square foot numbers.
    When sorted, it sorts by the first numeral and not the total
    number. How can I set the column as number and not char?

    Hi Swimmer4110,
    The lookup type column sort function is working in my environment(RTM version number 15.0.4420.1017), you can create a new simple list with for a test, see if it could be reproduced, or be an isolate issue.
    Also check if list view has sorted by some columns.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Numeric Fields not working the way I expected

    I have tried both pieces of code in the click event, but nothing happens with the WearRing_CaseClearance (numeric field) Field.
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue;
    WearRing_CaseClearance.rawValue = ringDiameter;
    var ringDiameter = topmostSubform.Page2.Span[7].WearRing_Case_Diameter.rawValue - topmostSubform.Page2.Span[8].WearRing_ImpellerHub_Diameter.rawValue;
    if (ringDiameter < PM_CaseClearanceMIN.rawValue || ringDiameter > PM_CaseClearanceMAX.rawValue)
    //WearRing_CaseClearance.rawValue = ringDiameter;
    ///WearRing_CaseClearance.fillColor = '255, 0, 0';
    else
    //WearRing_CaseClearance.rawValue = ringDiameter;
    //WearRing_CaseClearance.fillColor = '255, 255, 255';

    I found an odd but working solution.
    It seems when I converted the Word Document to a PDF, it made each section in my form a span block. Adobe seems to treat span blocks as subforms. So when I right-click (in the hierarchy tab), the span tags, an option of "unwrap subform" is available. Unwrapping all the subforms/spans allowed my fields to see each other regardless of which span block they were in.
    Hope this helps anyone else.

  • "File Path and Name" field not displaying correctly

    Post Author: DaveWoo
    CA Forum: General
    Hello,Here's my situation: I'm currently upgrading from Crystal Reports for Visual Studio .NET 2003 to Crystal Reports for Visual Studio 2005. I have several reports (programmatically generated using VB.NET) that use the "File Path and Name" special field. Now, in the old version of Crystal Reports (2003), the field properly displayed the original file path and name; however, in the new version (2005), the field displays as "C:\DOCUME1\Username\LOCALS1\Temp\Filename{F2459406-3719-4C8B-917C-4A7055A18C76}.tmp" - in other words, the location of the temporary .rpt file.How do I get the "File Path and Name" field to correctly display the path & name of the original file, like it did in the prior version?- Dave

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • Heirarchy values are not displaying correctly in report.

    Hi,
    I am having a heirarchy field in my report.
    I have 2 local RKF's in my report and 2 manadatory variables(which are FISCAL YEAR AND CAL MONTH).
    When i am executing the report , it is displaying the Heirarchy values with respect to one restricted KF.
    The heirarchy values correspoding to other RKF are not getting displayed properly, it is showing as (NOT Assigned).
    Its giving the correct values for the RKF's but not showing the  heirarchy values.
    I hided the 2nd RKF, then also its showing in the same way.
    Please help me on this,
    Thanks in advance!

    Hi, Saro,
    >
    I have taken a std. report to customize, and the name of the report is Asset Retirements from Fixed Asset module.
    From the existing base query, i have added some query to customize it.
    I have summed  the cost column in the report using summary column.
    For example, im passing a parameters which displays 5 lines in the report output. Im getting the cost value correctly in all the 5 lines, but when i tried to sum all the 5 lines, it is taking the first line of cost value and it is not summing the cost value of all the 5 lines in the report. I dont know why this problem occurs.
    Summary column should be place one level up of the query and set the following values under summary
    Function
    Source
    Reset As

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

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

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

  • 'Get Variant' button not working correctly for report

    Hi,
    I have created an internet service for a custom report.  For some reason, when I click the 'Get Variant' button I get a popup, but it does not have any entries to choose from.  It is blank.  In SE80, the button works correctly.  Any ideas?

    I figured it out myself.  I didn't have the parameter ~webgui set.

  • SPM 5.2 - problem with reason/activity fields - not showing in the report

    Dear experts,
    I have a situation that is hard to describe.
    We have SPM 5.2 - all set and working, now the problem is that for some of the FF sessions the tool is either not reporting the reason/activity fields (due to some technical problem that is occuring randomly) or the users have found a way to abuse the fields and make thier way around them. (these fields are very important for our SOX controls)
    I have created test users to see how they are entering without filling the reason/activity fields, but no luck - i couldnt enter.
    As you know the Activity field is mandatory text field and at least one character must be entered,  but I don`t think this is the workaround, because even if you put space the report still will show it. I have examples where the report is not showing anything.
    The worst is that I can`t simulate such cases.
    Have you ever heard of such nosense?
    Thank you,
    Iliya

    I think I found it - Application deficiency. It is the language that you are logged with. If it is not English the application is not recording the text that you type in the reason/activity fields upon FF session.
    I hope the latest patches are fixing this!
    BR
    Iliya

  • Page not loading correctly in local Preview

    When I preview in a browser—Safari on Firefox, the page doesn't load properly.
    Here's some background:
    It seems the problem centers around recently changing my local root folder to
    public_html--(to synchronize with my remote public_html root folder).
    All my pages on my local view, including Image Gallery (a template from project vii) pages had been in a
    subfolder: www
    After the reorganizing, all my pages updated and seem to be working
    correctly, except:
    1) When I preview (local) one of my Gallery Image pages with Safari, full
    size images can't be found—although all the links are correct.
    I looked at Safari's activity window; it showed errors in loading, as it was
    still looking for the full size images in the old www subfolder (which no
    longer exits) instead of the new root folder--public_html.
    2) The problem also happens when I create a new Image Gallery page.
    Note: these pages load correctly on the server.
    3) I would appreciate help with this.
    Thanks,

    Hard to comment without seeing any code but there's no need to rename your local root folder to be the same as your remote root folder.
    Provided the site definitions (local and remote) in DW are set correctly and the Host directory for the Remote Site is set to "public_html", DW can handle the file paths.
    I have several sites on different areas of my local hard drive with various folder names. Likewise the Host directory for the Remote Site varies: html, public_html, web and so on. DW is happy with all of them.

  • JPEGS not rendering correctly in Finder, Preview or Safari

    Need some quick help, guys.
    Here's the symptom: JPEGs look lousy in the Finder, Preview, Safari, etc. Open them in Photoshop, and they look fine. Move the file to another computer, and it looks fine. It appears to me that any application that uses OS X to render to the JPEG is messing it up.
    The files look like data is missing (e.g., 8 bit vs. 12 bit). Dark areas are banded.
    Any clue what's not work, and how to fix, short of a new OS install, which I really want to avoid?

    One of the causes of some images to appear poor, can be due
    to an application used to view them, may be finding the smaller
    thumbnail or reduced quality image, and showing you that one.
    Sometimes, iPhoto or another image app will show a smaller
    resolution image because there is also one of them available
    in addition to the original larger resolution image. Or, in a few
    other cases, an original may have been removed but a small
    thumbnail or other file remains behind; a lesser vestige.
    From other incidental exposure to this issue in other forums
    over the past year or so, I have an idea that PhotoShop or
    another pro app may have its own image archive to draw from.
    Or it can see the correct larger image file, and avoid any small
    resolution duplicate stored in iPhoto or another archive location.
    Probably it would not be a good idea to re-install the OS X
    since that would not necessarily fix the underlying cause
    & it could return again; with little learned about how to fix it.
    I've read about this kind of issue; but since I do not use
    iPhoto (yet have a fairly good version of it, updated) this
    problem is one I have never experienced in any Mac.
    Perhaps a search of the Discussions archives or online
    user forums via a google or other search engine, may
    yield comparable issues and possible answers to them.
    And, there is a fair chance that someone frequenting these
    forum Discussions can point you to the exact cause of this.
    I could find the most probable causes by doing a few searches
    and likely get the correct matching results in about 15 minutes.
    But it is time to consider sleep now.
    For this issue, I would not reinstall the OS X; as that would
    then require updating many apps, system steps, security
    updates, java, quicktime, flash/shockwave, browsers, etc.
    Unless you have a healthy clone you could clone back in
    which pre-dated the emergence of this issue; a bootable
    clone on an external enclosed hard disk drive. I have those.
    Sometimes, iPhoto or other apps using images stored or
    handled by such an image editing app, provide a lesser
    quality resolution duplicate, and if I weren't so tired, I'd look
    into where I think I read about this issue, within the past year.
    Hopefully a frequent flier can recollect the correct path...
    Good luck & happy computing!
    PS: a quick search online of these words:
    *Mac OS X jpg images poor quality* is
    recommended; there are several results
    of which some are likely candidates.
    {edited}

  • Amounts not displayed correctly in reporting

    Hello,
    We are facing a problem with data displayed in a created workbook. Amounts are multiplied by 100000.
    We have loaded via file into BPC NW, and the information that is stored in the cube is 1.00000 (with 5 decimals), but what is displayed in the report 10,000.00 u2013 so it is reading the information as it is in the cube and putting two decimal places, which is not correct.
    We have been checking in the Application Set and the Application parameters, but could not any related parameter to set this property.
    I have been looking note 1231909, but does not apply to our case; our flat file does not contain thousands separators.
    Could someone help with this issue?
    Thanks&Kind regards,
    Begonia

    HI,
    Not sure if I got your query correctly. But in general when you load an amount lets say 1500 from a flat file, the format in which this 1500 gets store in the cube is 1.500 (in the cube the decimal digits appear after a 'comma' ) ... And in your report in BPC this same value appears as 1,500 ... I think the decimal places can be removed from the workbook by formating the cell to not show the decimal values.
    Hope this helps.
    Thanks,
    Prasanth.

Maybe you are looking for