Inserting table in Crystal 2008

Do I have an option to use tables to display data . I am trying to work on crystal 2008 report, but I am unable to find option for inserting table. I had to use line/boxes for making a table format.  I tried to do best to properly aligned them uniformly but I guess still not able to do perfectly. Do I have an option in Crystal 2008 where I can use tabular structure to display my data?
Please let me know. Thanks

Hi,
There is a CR2008 format called Cross-tab report. You can run the Expert to help generate a report from scratch or add one to an existing report. The x-tab report works similar to pivot tables in Excel.
Depending on the content, this pre-defined layout may work out nicely and saves a lot of time. If not, you may have to build your own from scratch, which I have had to do because of the way the x-tab report works.
If you are trying to line up columns of data and that is where the layout needs tweaking, display the Ruler and you can use the 'guidelines' (look like tab markers in Word - little gray arrows) to align your cells. You may also want to check your Options setting (under "File") to see if 'snap to grid' is active or not as this can making aligning cells more difficult. I always remove 'snap to grid' and set 'grid size' to 0.01in, smallest setting. Once I have the report done, then I apply any lines/boxes as it can make it very troublesome to have to make changes once they're added.
Heather

Similar Messages

  • Using Crystal 2008 to insert records into a table

    Hi,
    We have a unique need to use Crystal to insert records into a table. We have managed to test a report that can write into a temporary table.  This is done by using sql command object  and uses  the following code :
    INSERT INTO TEMP_TABLE  (ORDERID)
    VALUES ({?orderid})   (-- where orderid a parameter).
    This test report asks for an order id and then inserts the record perfectly fine.
    Now moving on to the real report - This report basically prints orders in batches and we want to insert order id into a temporary table to ensure we don't print orders that were already printed. To do this we created a sub report "insert orders" that has the above insert command. The main report passes the orderid to subreport and the idea is that the subreport would insert each time an order is passed. So if main report printed 50 orders ids, the then it would do 50 inserts individually into the temp table. 
    This however is NOT working. The report runs fine but there is no insert.  Our hunch is that  Crystal is not committing after every order id is passed from the main report.  Not sure if we can set the AUTO COMMIT ON  as a default somewhere?
    Wondering if any one has attempted this or has any insights?
    Regards,
    Mohit.
    Environment is - Crystal 2008 and Oracle 11GR2, we are using Oracle drivers (and not odbc)

    Hmmm... I don't use Oracle but the syntax looks good...
    You've already tested it and I assume that you are using the same driver in the production report as you used in the test, so that shouldn't be an issue...
    how are you pulling the data? Is the final SELECT statement that pulls the report data in the same command as the INSERT script, or is the INSERT script in it's own command?
    The reason I ask... If you are trying to pass a multi-valued parameter to a command, it won't work. If you have the insert command as it's own command while the data is being pulled with linked tables or a separate command, it is possible that the report itself will execute as expected w/o passing a value to the insert script.
    If it's all in 1 command (as it should be), a bad parameter would fail in the final SELECT causing an error.
    Also... are rows null or empty string values being added to table when the report executes? This would be an indication that the command is being executed but isn't getting the parameter value.
    Jason

  • Crystal 2008 - Selected table names are blank or end in 1

    I am creating a new report in Crystal 2008.  I am connecting to a database using ODBC.  The tables show up correctly in the available tables column of the Database Expert.  Once I select a table the table shows up in the selected tables list as an icon only - no name or as an icon with a table name ending in 1.  The table name that ends in 1 is not a duplicate.
    Furthermore, in the field explorer the fields all show but I can not add any to the report.
    Any ideas, this just started happening this week.

    Hi Russell
    Which database you are reporting off?
    You can try following workaround and create indirect ODBC connection.
    Create a report using OLEDB connection and select Microsoft OLE DB Provider for ODBC drivers and then create a report .
    This will point to your existing ODBC connection through OLEDB provider.
    For the tables name that are blank do you have hyphen '-' in their names?
    As advised by Jayendra you can try with Service Pack 1for Crysatl Reports 2008.
    Hope this helps..
    Regards
    Ankeet

  • Subreport doesn't work when upgrading from Crystal 7 to Crystal 2008

    I am using a subreport, whose input parameter is input to the Stored procedure.
    This used to work fine in Crystal 7. But now we upgraded to crystal 2008.
    The same code throws an exception. can any one please help?
    Here is the piece of code of stored proc
    ALTER PROCEDURE SUMMARYACTIVITY(@HcpID varchar(8)) AS
    BEGIN
    SELECT @HcpID, RX_PROD_ID, RX_PROD_DESCR, DATE_REP_TERR, NOTE, SAMP_VOUCHER, DISP_ORDER FROM #SUMACT ORDER BY DISP_ORDER DESC, RX_PROD_DESCR ASC
    END
    even as simple as select @hcpID is throwing exception.
    I have another stored proc.
    ALTER PROCEDURE PRODSUMMARY (@HCP_ID VARCHAR(8)) AS
    BEGIN
    CREATE TABLE #PDSUM
              HCP_ID               CHAR(8) NOT NULL,
              RX_PRODID          CHAR(4) NOT NULL,
    INSERT INTO #PDSUM (HCP_ID, RX_PRODID,...)
    SELECT
                        @HCP_ID, V.PROD_ID,.....from vw_pcp v
    SELECT      HCP_ID, RX_PRODID, ..... from #pdsum
    END
    This works in crystal 7 and 2008.
    Edited by: Lavanya on Jul 31, 2008 3:22 PM

    Hi
    Just a few points.
    1. Are you opening the existing report (Created in CR 7) in Crystal 2008?
    2. If yes,I would suggest you to create a new report based on the same stored procedure.Create a new DSN for the database that you are using and the create a report based on that DSN and pointing to the mentioned Stored Procedure.
    Regards
    Sourashree

  • Can not see two fields in Crystal 2008 Developer explorer/designer view

    I am currently developing crystal 2008 reports against the salesforce.com database using version 12.0.0.683 CR Developer Full version. I am using an updated driver that was provided in July or Aug 08 in order to view self referencing fields. The problem is that when I try and report against one of the tables (lead history) I cannot view two of the fields (New Value and Old Value)? I can see these two field (New Value and Old Value) in the database expert as the last two fields in the actual table, but the two fields are missing when I go into the explorer/designer view. In Salesforce, these two fields can not be filtered on, but I can export all the values in this table using Salesforece Apex data loader.

    Please re-post if this is still an issue to the OnDemand Forum or purchase a case and have a dedicated support engineer work with you directly

  • Prompts to install Crystal 2008 SP1 each time I double-click .rpt file

    Every time I want to open a report (.rpt) file from Windows Explorer, I get a message box stating:
    Preparing to install...
    Followed by another message box:
    Please wait while Windows configures Crystal 2008 SP1
    Followed by another message box:
    The feature you are trying to use is on a CD-ROM or other removable disk that is not available.
    Insert the 'Crystal Reports 2008 SP1' disk and click OK.
    I select cancel at this point (I've already got Crystal Reports 2008 SP1 installed on my machine).
    After I select cancel, the following error appears:
    Error 1706.  No valid source could be found for product Crystal Reports 2008 SP1. The Windows installer cannot continue.
    I click OK and the report does not open.
    If I start Crystal Reports itself, then select File, Open and select the report to open, it opens fine (without error).
    The version of Crystal Reports (from Help, About Crystal Reports) is:  Version 12.1.0.892
    How can I resolve this without searching for the Crystal 2008 SP1 files (which were downloaded from the SAP/BO website).

    Hi Nancy,
    I've seen this happen usually when Windows Office has also been installed. The installer gets confused as to what should be installed or some dependency is missing. Not sure exactly what causes it.
    Go into Control and Add/Remove Programs and try doing a repair install for both CR and SP1. Then open up Explorer and click on Tools, Folder Options and then File Type. Scroll down to RPT and click on Change or Restore. Ther main be something missing from the File type association.
    Be sure to do this when you are logged in as local Administrator and/or your account is also configured to be part of the Local Admin group.
    Thank you
    Don

  • CR4E Unable to Insert Table (or Drag and Drop)

    <p>Please Help. </p><p>Using Release 11.8, I am unable to insert a table from te DBBrowser (aka MyEclipse DataBase Explore) onto an existing Crystal Report.  I can select and drag a table easily, but I&#39;m prevented from dropping it onto the Crystal Report (at the Data Tab).  Also, the DBBrowser does not have an Insert Table option in the context menu.</p><p>Thank you,</p><p>Ron  -- <a href="mailto:[email protected]">[email protected]</a></p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p>

    Hi Ron
    We havent done any testing of CR4Eclipse with MyEclipse. Could you try and see if everything works OK on a standalone version or if you get the same problem.Â
    Thanks and welcome to Diamond

  • Crystal 2008 problem with Record Select Expert

    I had a Crystal 10 report that worked fine where the Record Select Expert had a database table ID equal to a parameter... it was only supposed to report on 1 record.  After using Crystal 2008 on the same report it completely ignores this Select Record Expert setting.  I have tried deleting and re-adding the parameter.  It acts like there is no record select setting.
    Here is the formula that it shows me it is using:    {Components.ID} = {?@ID}
    If I go to the application opening the same record on a different machine using the old crystal, it works fine.
    This used to only show me the 1 record, now it shows me the report on every record in the table.  I tried upgrading the report to a 2008 report and it still does the same thing.  The report filter no longer works.   Do I need to do something different to select only 1 record in 2008 ?
    After installing Crystal 2008 on my computer none of my reports work correctly anymore - all of them are ignoring my Record Select ...they worked fine before I installed 2008.  The reports are older reports... they worked fine when I had Crystal XI R2 installed.  This all started after installing Crystal 2008
    Thanks,
    Jeff
    Edited by: Jeff Dressing on Aug 27, 2008 12:06 PM

    Hello, Jeff;
    I noticed the Record Selection Formula uses a Stored Procedure parameter:
    {Components.ID} = {?@ID}
    A parameter created in the report (not by a stored procedure) would be:
    {Components.ID} = {?ID}
    A report based on a Stored Procedure does not need a Selection formula for the Stored Procedure parameter. Connecting to the Stored Procedure automatically creates the parameter in the report and the value is passed automatically when the report is run.
    Does the report work in the Crystal Reports 2008 designer?
    Open the report in the designer. Go to Database Set Datasource location. Are the properties of the database at runtime still the same as what is saved in the report.
    If the database is different at runtime, just as a test, change to the new database in a copy of your original report. Do a Database|Verify Database. Does it come back the "Database is uptodate" or are there changes?
    Elaine

  • Insert Table - not workin

    Hi,
    I know this has been queried before - but I can't find any
    helpful answers.
    I'm running DW MX 6.1.1842.0, on Vista Business SP1, and the
    Insert Table button/menu commands do not work.
    I have uninstalled/rebooted/installed to new folder, and
    still no joy.
    I am pretty dependent on DW Templates, so don't want to
    explore alternate editors, and besides - this is NOT cheap
    software, and an 'Insert Table' command is NOT asking too much!!
    HELP!
    Thanks,
    Bass

    THIS IS THE ANSWER
    http://www.funkytower.com/2008/09/22/dreamweaver-mx-and-vista-fix-insert-tables-best-fix/
    Uninstall DW
    Re-Boot
    Install DW MX
    Apply 6.1 Update
    DO NOT START DW MX!!
    Then follow instructions at above link
    RE-BOOT
    And away you go.
    B

  • Desgin a smple table in Crystal reports

    Hi,
    I am trying to design a simple table in crystal reports 2008. like this
    |__________________________|____________________________|
    |__________________________|____________________________|
    |__________________________|____________________________|
    |__________________________|____________________________|
    is there  a way to do it without trying to arange each field for hours?
    And when viewing in the crstyalviewer (winforms) (for VS2010) kills once again all formatting and looks terrible.
    Please help
    Edited by: sadenick on Feb 18, 2011 5:11 PM

    As I read this post, I see two queries.
    1) report design in CR 2008
    2) formatting issue when using the report in VS2010
    The former question shoud be posted to the [SAP Crystal Reports Design|SAP Crystal Reports, version for Visual Studio;
    For the latter; what version of CR are you using in VS2010?
    and
    "...formatting and looks terrible" does not tell me much. A picture is worth a thousand words and more in this case. Please provide a link to a screen shot of what you expect and what you get.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Inner join in crystal 2008

    Hi All,
             I am new to Crystal report 2008, i have  a requirement in which i have to make new  connection to Access database which has two tables in it. I have to inner join two tables in crystal reports where the condition is that 1st table contains date and time field and other table has only month. I have to inner join these two fields with key month.Can it be done in crystal reports or i have work on Access itself?
    Regards,
    Vikram Sukumar

    Hi Vikram,
    You should be able to do it in CR as long as the data types are compatibles:
    -Create blank report;
    -From Database Expert, create connection to Access then select the tables to use in the report (if at least 2 tables are selected, the 'Links' tab will appear);
    -Go to 'Links' tab;
    -Drag a field from one table to a field in another table.
    If successful, a link line is created. If unsuccessful, a message is issued.
    Note: You can link tables by table name or by foreign key information.
    Note: When manually creating links, the field you are linking "to" must be of the same data type as the field you are linking from

  • Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space)

    Hello,
    We have a Windows Form application developed in VS 2010 using the Crystal 2008 for VS 2010 runtime. We are having issue with extra spaces in text objects. For example: in a report header we have an object that has text similar to this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records.
    When we run it within Crystal 2008 Designer, it looks great; however, when we run it from the Windows Viewer we developed, it looks like this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records    .
    The viewer places extra spaces between records and the period (.).  We also noticed it places spaces in phone numbers:
    952 -555-555
    There's an extra space between the 2 and the dash (-).
    One thing we noticed is, if you change the viewer zoom to 98%, then the extra spacing goes away.
    We just upgraded to SP1 for Crystal 2008 for VS 2010 and still the same issue. We are referencing these DLLS: CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource, CrystalDecisions.Shared, and CrystalDecisions.Windows.Forms all version are 13.0.2000.0.
    Any help would be great.
    Thank you,
    Tyler

    Hi Tyler,
    I copied the text from your other post into a new report and changed the fonts and previewed in my C# test app and I don't see the problem.
    "We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we 952-555-555 open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned."
    I threw in the telephone number also you noted in this post.
    I created a new report and copied the text above into a text object and then previewed. I then changed the fonts to various types and I don't see the problem.
    I also used Courier New because it's a fixed font layout, meaning the same letter always uses the same amount of space, and it shows just fine also.
    I've seen issues where the Video driver and screen size can affect the spacing. Usually updating the Video driver or changing your screen resolution resolves the problem.
    What Video Drivers and Monitor are you using?
    And What OS?
    Thank you
    Don

  • Viewing Crystal 2008 ActiveX  on Access 2007 forms

    Ok, i am a little confused as there seems to be a some doubt whether Crystal 2008 ActiveX can be used on Access forms. Another thread even has a reply that mentions that the ActiveX control is no longer included in Crystal Reports 2008..... Take a look at this, you can clearly see i have embedded the 2008 ActiveX control onto an Access form. link:[http://www.moktar.pwp.blueyonder.co.uk/AX.JPG]
    I have just installed 2008 and will get round to looking at this, however in my brief look, i couldnt see the run time library for 2008. By all accounts you can freely distribute the run time files for Crystal Reports 2008 as MSI or exe packages to your clients. I hope this is the case and i can get the ActiveX working.
    If anyone has some information on this subject i will welcome reading it.
    This is how its used to be done;
    1) Open the Access form in design view.
    2) Click on Add Tool button on the toolbar.
    3) Select Crystal Reports ActiveX toolbar control from the list of controls.
    4) Place the control on the form.
    5) Click on the View Code toolbar button to open the code for the form
    6) Choose u2018Referencesu2019 from the u2018Toolsu2019 menu
    7) Select u2018Crystal Reports ActiveX Design and Runtime Library 11.Xu2019 from the list of references and add to the project.
    8) On the Form_Load() event, please use the code given below to pass the report to the viewer:
    Dim crReport as CRAXDRT.Report
    Dim crApplication as New CRAXDRT.Application
    u2018 Use the appropriate path for the report
    Set crReport = crApplication.OpenReport(u201CC:\Report1.rptu201D)
    u2018 ReportSource property and ViewReport method will not be displayed on the viewer control
    CrystalActiveXReportViewer0.ReportSource = crReport
    CrystalActiveXReportViewer0.ViewReport
    'Hey Presto, the Crystal control on the Access form is now displaying a report. However, you had the age old issue of distributing the runtime files to clients that dont have crystal reports installed, and even more so of an issue, as this is Access and no method of doing it. I was hoping that 2008 with its MSI and EXE versions of the runtime files would solve this age old problem.
    Thanks
    Simon.

    Hello Simon,
    The RDC was retired after Crystal Reports XI R2 and no longer exists in CR 2008.
    The viewer control you are seeing is not meant for RDC applications.
    You will need to move to Java or .NET if you plan on using CR 2008.
    Best Regards,
    Jason

  • Dreamweaver CS4 Insert Table button does not work.

    I recently upgrade from an older version of Dreamweave to Dreamweaver CS4. But now I have a problem with inserting tables.
    They have the dropdown on the top right for Classic, Coder, Coder Plus and so on. I was using classic and everything was fine, then all of a sudden if I try using the Insert Table button from the Inserts tab, it does nothing. If I right click on the button, then click on the button it works, and if i switch to any other view it works. so then I used Coder and it was fine, but then again it stopped working. So I switched to Coder Plus and it was fine for a few more days and then it stops working again. I have rebooted my machine, closed out of DW and nothing seems to fix it. I just installed all adobe software updates and there was nothing in the update that fixed the problem. Does anyone else have this issue and if so, how do I fix it?
    I have searched google and I can't find anything. I can keep switching views but one day soon if it continues, I'm going to run out of views and Its such a habit to use the button instead of the Ctrl+Alt+T shortcut.

    try the following
    Recreate Dreamweaver CS4 Configuration and registry
    - rename the configuration folder to any name. (just add any character I suggest)
    C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver CS4\Configuration
    - recreate the registry folder
    Start > run > regedit
    HKEY_CURRENT_USER>Software>Adobe>Dreamweaver>10. Rename 10 ex: 10_old
    maybe you can post your specs here for more specific troubleshooting. Cheers!

  • App coded in Crystal XI need to be compatiable with Crystal 2008. Options?

    Dear All,
    The product I am working on, works fine with Crystal XI. But now task is to make it work for clients that have just Crystal 2008 (not Crystal XI). (Even assuming there is no new feature that Crystal 2008 offer is planned in this existing application.)
    I was wondering what would be the best bet to make that application compatiable? Certainly we do not want to have two seperate application coded separatly for Crystal XI and Crystal 2008.
    I will appreciate any information, feedback, guidance that you can provide on this.
    Thanks

    am actually using Visual Studio .NET 2008 only with Crystal Reports XI R2. I was not aware of the fact that Crystal Reports XI R2 does not work with Visual Studio 2008. It could be that since I have both Visual Studio 2005 and 2008 in my machine, and this could be referring to old one.
    I believe Visual Studio 2008 came with .NET framework 3.5 and in theory 3.5 does all that 2.0 used to do. So I am not sure what would be the reason of .NET 2008 not supporting it. May be I am missing something, please help me clarify?
    - See the supported platforms doc here:
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000712240&_SCENARIO=01100035870000000202
    (choose Business Objects XI release2 / crystal reports -> crystal reports -> crystal reports XI r2 -sp2 - supported platforms.
    .NET 2008 is not listed. That is as far as this discussion should need to go. E.g.; do not use CR XI r2 with .NET 2008, or .NET 2010 when it comes out - if you do, you're on your own.
    Option-1) Now my worry is can same application; when installed on a client who has just crystal report 2008 (not upgrade from XI-R2) run-time installed, will work OK?
    As long as you run CR XI r2 with the supported version of .NET (e.g.; in your case .NET 2005) there will be no issues after installing CR 2008 as CR 2008 and CR XI r2 are side by side compatible. One thing I would highly discourage is running reports created in CR 2008 with CR XI r2.
    Option-2) Is there any change in existing code, I need to do so that irrespective of what run-time environment client has (XI R2 or, Crystal 2008), my application runs fine without any issue?
    If you install CR 2008 SP0 after installing .NET 2008, you should not need any code modification to an already working app. All that will happen is that the CR assemblies will get upgraded to version 12.x. Of course, you then need to distribute the CR 2008 runtime to your client / server computers.
    Any other option...
    Not sure where the confusion is, but I am not sure why we'd want to look for other options(?).
    Ludek

Maybe you are looking for

  • Orphan photos in the Photos app

    On my iPhone 5s I have previously synced several thousand photos from selected folders on my mac to the iPhone. Over time a great deal of these have become "stuck in memory" on the iPhone, many of them even as duplicates. I have found no way of getti

  • Persistent Question Mark In Dock, How Can I Remove It?

    I deleted an app ensuring that all that app's files were deleted, using EasyFind. Where that app's icon existed in my dock, there now appears a question mark, and I cannot get rid of it. Anyone know how?

  • Login information for VFP

    I am developing a program to use CrystalReportViewer Control of CR SDK for VS2010. I have a report get data from Visual FoxPro via OLE DB and it does not need username and password to access. When I ran setLogon for that data source, it asked for use

  • How can i cut the audio from 1 file and put it on another?

    I have these2 files of the same movie, 1 is amazing quality but theres no audio. the other is crummy quality but has perfect audio. How can I cut the audio from the good audio version and paste it onto the good video file? btw i have quicktime pro is

  • How do I filter to only search for UK websites?

    In Explorer, you can go to >Search Tools > Any country, then a drop down allows you to specify any country or just the UK. I waste so much time being directed to US sites but I can't find how to filter in Firefox.