Limited features for crystal reports in visual studio 2005

Post Author: jag
CA Forum: .NET
Hello All,
I have problems in finding solution for the following problems in line graph in crystal reports in visual studio 2005.
1)Cant customize the colour of line in the line graph. (line by series only i wanted not by group)
2)Cant customize the width of line.
3)Cant customize the line style display.
4)Cant customize the trend line or target line.
Can you please help in resolving these problems....
Do i get any extended crystal report software for visual studio 2005 to get all features in crystal reports 10 r 11 versions?
Do you recommend 3dgraphics macros is better and economical to get extended features of crystal reports in visual studio 2005?
Can anyone please help me..iam in need of these solutions urgently....
Thanks in advance for your time......cheers

Post Author: Argan
CA Forum: .NET
I am not really familiar with all of the options for charting and what is or isnt in the bundled version.
You can download the CR XI R2 developer edition eval from the website and see if it gives you the graph options that you want.  If it does then I think you can buy it at an upgrade price since you already have the bundled edition.

Similar Messages

  • 156" width Crystal Report with Visual Studio 2005

    Post Author: kunchesm
    CA Forum: .NET
    Hi,
    I have a requirement to design a 156" width report (for exporting to Excel). And naturally i dont have printers to support this huge width reports (as these reports are not used for printing but just for exporting to Excel).
    One of the option which i have tried to design these reports is -
    - Installed MIcrosoft XPS Document writer and
    - Created a new server form (in Printers&Faxes>File>Server Properties) and assigned my custom width & Height for the paper size as per my requirement
    - Used this printer and form in my crystal report
    Now, my question... is there any better alternative or option to design huge width Crystal reports in Visual studio 2005? Any help in this regard is highly appreciated!
    Thanks & Regards
    ksm

    Hi Ganesh,
    So it all depends on how you created your WEB Project. If it was a CR Web App then no issues, if it was a WEB Form app then no issues except you need to copy the whole folder: C:\inetpub\wwwroot\VS2013WebsiteCR\aspnet_client
    to your app folder, maybe...
    If it was an empty WEB app then it may be an issue with permissions ( more on this soon once we do some testing, R&D may have provided a work around to get IIS Express to work, not sure about using IIS directly.
    Also search on Sessions and PostBacks, to get the second page you need to keep the session open/active. If not you may get nothing ot the same page everytime.
    Don

  • Crystal Reports using Visual Studio

    I am becoming more comfortable with working with Crystal Reports using Visual Studio.  I ran into some issues, but I was able to figure them out.  I have ran into one which I am not able to figure out.  I would like for you to ask Business Objects if they can assist me on this one.  When the reports are displayed, a group tree is displayed to the left of the report making it possible for users to navigate through the reports.  As you continue to click down through a branch, eventually you are not able to see what to click on or to click on the next link.  What could be done to fix this issue?

    Hi,
    Have you checked the crystal report in designer mode? If not, try doing it.
    Further, you can provide following:
    1)Windows or Web Application?
    2) Version of Crystal Reports?
    3) Version of Visual Studio?
    4) OS (32 bit or 64 bit)?
    Thanks,
    Saurabh

  • XL Reporter - microsoft Visual Studio 2005 Premier Partner Edition

    Hi,
    When I right client a Report Definition and click Edit or Generate Report, I receive a pops up message (title Microsoft Visual Studio 2005 Premier Partner Edition) that "The feature you are trying to use is on a CD Rom or other removable disk that is not available'
    I did no installed Microsoft Visual Studio 2005 Premier Partner Edition.  So, I have no idea where that comes from, unless, it is supposed to be included in XL Reporter installation in order to run with Patch 36.
    I am using SAP 2005A SP1 Patch 36, XL Reporter Patch 29.  Anyone encounter that?

    Additional info, here is prerequisites before installation of XL :
    1. Your workstation has a minimum of 256 MB RAM (512 MB is recommended).
    2. The processor of your workstation is a Pentium III or higher.
    3. You have installed Microsoft Excel on your workstation. The following versions are supported:
    • Microsoft® Excel 2000 (SP 1 or higher is required.)
    • Microsoft® Excel 2002 (SP 1 or higher is required.)
    • Microsoft® Excel 2003 (SP 2 or higher is recommended.)
    4. You have installed Microsoft® .NET Framework 1.1 and Microsoft® MDAC 2.7 or higher.
    You can download both Microsoft .NET Framework 1.1 and Microsoft MDAC 2.7 or higher from www.microsoft.com. For more information on how to check for version information, see SAP Note 903032.
    Disclaimer: SAP is not responsible for the content of external websites.
    Is there any relation ship between .net framework with VS 2005 ? I think when installing SQL 2005, it is included VS and .net framework.
    Rgds,

  • Crystal Reports and Visual Studio when deploying

    Hello,
    I´ve been searching for these problem for a while with no luck. I've already try many things.
    The thing is that I'm not able to make work any report when deploying (Windows Server 2012). Everything works fine when I try on my local machine.
    I have Visual Studio 2012 and I've installed CRforVS_13_0_5.
    This is my code:
                ReportDocument myCrystalReport;
                myCrystalReport = new ReportDocument();
                myCrystalReport.Load(Server.MapPath("~/Reports/report2.rpt"));
                CrystalReportViewer1.ReportSource = myCrystalReport;
                CrystalReportViewer1.RefreshReport();
    I've pasted the error below:
    Server Error in '/' Application.
    Unknown error 0x80040200
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Unknown error 0x80040200
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [COMException (0x80004005): Unknown error 0x80040200] CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +90 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +259  [CrystalReportsException: No se ha podido cargar el informe.] CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +322 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +851 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +78 MMN.Reports.prueba1.Page_Load(Object sender, EventArgs e) +97 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
    I'd really appreciate any help.
    Many thanks.

    Thanks for your time.
    I'm feeling frustrated. I've read several discussions but I haven't found a solution for me.
    I've set full control privileges for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files and C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files.
    I've installed Crystal Report Viewer 13.
    CRforVS_13_0_8
    CRforVS_redist_install_64bit_13_0_8
    I see this error:
    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 14:         <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> Line 15:         <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> Line 16: <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> Line 17:         <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 18:         <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    Source File: C:\Inetpub\vhosts\mmn.com\httpdocs\web.config    Line: 16
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' could not be loaded.
    WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
    Thanks for helping.

  • CRVS2010 Beta - Crystal Reports crashes Visual Studio

    I have a problem in VS2010 whenever I attempt to use anything related to Crystal Report files (*.rpt). Attempting to open any rpt file or add one to a project causes VS2010 to crash. I have tried un- and re-installing several times to no effect. Any help would be welcomed.
    I'm running:
    Windows XP SP3 32-bit
    VS2010 Ultimate
    I can get the crash to occur in the following scenarios:
    Create a new code project. In that project, Add new item... Crystal Report file.  The report file will be created and then Visual Studio crashes due to an access violation exception. It generates the following error in the system event log:
    Event Type:     Error
    Event Source:     Microsoft Visual Studio
    Event Category:     None
    Event ID:     1000
    Date:          6/9/2010
    Time:          10:44:11 AM
    User:          N/A
    Computer:     A4731728
    Description:
    Faulting application devenv.exe, version 10.0.30319.1, stamp 4ba1fab3, faulting module unknown, version 0.0.0.0, stamp 00000000, debug? 0, fault address 0x00690072.
    Next case: Add existing item... an rpt file created by the above process. The file is successfully added to the project. However, opening the file to edit it causes a Microsoft Visual C++ Runtime Library error dialog to appear, followed by VS2010 crashing. I managed to pull the following errors out of the process:
    Unhandled exception at 0x7c812aeb in devenv.exe: 0xC0020001: The string binding is invalid.
    Unhandled exception at 0x791dfe16 in devenv.exe: 0xC0000005: Access violation reading location 0x00000034.
    The following error was added to the system event log:
    Event Type:     Error
    Event Source:     Crystal Reports
    Event Category:     None
    Event ID:     4353
    Date:          6/9/2010
    Time:          11:09:41 AM
    User:          N/A
    Computer:     A4731728
    Description:
    The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
    Similar crashes occur when I attempt to upgrade or open any old 2005 reports in 2010.
    Thanks.

    Hi J,
    Our PM just verified what you found also. This is another one of those "dll hell" problems that Microsoft is trying to fix by asking all to put their own dependency runtime into their own app folders.
    I don't think Mcafee is the cause. Our IT department push out McAfee as well and I don't have it in the system32 folder so it's likely Adobe installing it into the \system32 folder.
    You could try moving it to their app folder so it doesn't break Adobe or submit a ticket with Adobe to not drop that dll into the \system32 folder.
    For your info also the dll is a Crypto Package released by RSA, file security.... Part of the new feature of locking the RPT files by encrypting them.
    It may not be Adobe doing this either, check the install logs to find out who is placing the dll in the \system32 folder.
    Update - I just installed Adobe Reader and it wasn't Adobe Reader installing it so you guys will have to check the install logs and let that 3rd party software company know they need to alter their installer.
    At this point we don't need the dump file.
    Problem_Report:  ADAPT01438407
    Thanks again for all your time testing
    Don
    Edited by: Don Williams on Jun 21, 2010 10:34 AM

  • Crystal Reports Std | Visual Studio 2008

    Hi guys,
    When creating charts in Crystal Reports Std (bundled with VS2008) is there any way to (programmatically or in the report designer) modify chart series names?
    Thanks,
    Stu.

    Hi guys,
    I've found out that you need to upgrade to a later version of Crystal Reports.
    My company had a spare license for CR2008 which included the update for Visual Studio 2008.
    I also found that I had to create the report in CR2008 to gain access to additional features i.e. modifying series names for charts.
    Then import it into my project.
    Thanks anyway,
    Stuart.

  • Crystal Report 13 Visual Studio 2010 SQL Server 2008 R2 ODBC Problem

    Hi Everybody,
    I am new in Crystal Report.
    I developed a web application in Visual Studio 2010, and my Database is SQL Server 2008 R2.
    I created reports using Crystal Report 13 in Visual Studio and my Operating System is Windows 7 32-Bit.
    I used ODBC Connection System DNS for my application.
    It is running fine even after Hosting on my local PC.
    But it creates problem when hosted on my Team Leader PC and Test Server.
    Their Configurations are same but only difference is "SQL Server 2008" Not R2
    The Error I am getting is "Failed to open the connection".
    When I Host the same on my another team member PC, I am getting the error like
    "Failed to open the connection. Details: [Database Vendor Code: 4060 ] Database Connector Error: ' [Database Vendor Code: 4060 ]' Failed to open the connection. Failed to open the connection. TestVr {CE268132-D2BD-43EC-BE45-0BCD847FBCDA}.rpt Details: [Database Vendor Code: 4060 ]"
    I tried various solution to fix this bug.
    But i am unable to do this and not getting any idea to fix this issue.
    If anyone can guide I will be thankful to him.
    All suggestions are appreciable.
    Thank you

    Hi,
    Please use the top right search box. for ex below search which will return many useful kb's, articlea and forum threads where simillar issues are discussed.
    [http://www.sdn.sap.com/irj/scn/advancedsearch?query=failedtoopentheconnection|http://www.sdn.sap.com/irj/scn/advancedsearch?query=failedtoopentheconnection]
    Most probably the issue is missing database client driver / provider.
    Install the driver used to connect the rpt to the db on the server and then create a 32 bit DSN with the same name as the dev machine..
    Hope this helps,
    Bhushan.

  • While executing crystal report in visual studio getting hresult 0X80131515

    I am working on visual studio 2010..windows form application i am try to create one crystal report.but while executing am getting
    error like this: 
    Then I added crdb_adoplus.dll to
    my refernce.but then also am getting same erro my Target Frame work is .Net
    FrameWork 4
    while coming to this line:
    rpt.SetDataSource(ds.Tables(0))
    what is wrong? how i can resolve this issue?

    Hi jaseem0712,
    Please ask this question on SAP Crystal Report forum instead of here:
    http://scn.sap.com/community/crystal-reports/content
    Regards,
    Barry Wang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Crystal Report in Visual Studio 2010

    Hello,
    Our company is using Crystal Report XIR2. We are going to migrate our applications using Crystal Report to Windows Server 2008 (64-bit), we have to upgrade the Crystal Report too as current version does not support 64-bit version. Which version of Crystal Report will be bundled in Visual Studio 2010? CR 2008 or a newer version?
    Many thanks,
    Peter

    "Unknown". Certainly, at this time the info is not available publicly. It may even be the CR is not part of future builds of .NET (?). On the other hand, going by how these bundles have gone in the past, I'd suspect if there is a CR bundle or an add on of some sort, it will be what ever will be the current version minus 1. Will it be as fully featured as the currently shipping CR 2008? Again, go by past bundles. (E.g.; if there is something like CR 2010 out there, the bundle would probably be some variation of CR 2008). Will it be 64 bit? Again, consider the history; bundles that come with .NET 2005 and .NET 2008.  
    Disclaimer:
    These are my personal speculations and conclusions and are not meant to be interpreted as the "official" word from SAP.
    Ludek

  • Migrating from 32 bit to 64 bit verison of Crystal Report on Visual Studio C++ App

    Hi ,
    I am working on a C++ Migration project in which I need to migrate all our code from VS2005 to VS2010.
    And also I need to change the architecture of it, previously it was on x86 arch. now I need to port it to x64 Arch.
    The problem is that we are using Crystal reports and Crystal report viewer in out project which is of 32 bit.
    And to make it workable I havee to use Crystal report of x64 bit.
    TO compile the application correctly Ineed some of .dll and .h files of Crystal reports(It's how we build the C++ solution).
    I downloaded bunch of trial versions from the site including following
    SAP Crystal Reports 2013 30-Day Evaluation
    SAP Crystal Server 2013
    Installation package which installs the software into the Visual Studio IDE
    SAP Crystal Reports runtime redistribution packages (no IDE integration)
    but in any of installation I didn't find the lib or inc folder.
    Am I missing any thing here?
    Regards,
    Sagar K.

    Good questions:
    1. What is the equivalent of Report Designer COM (CRAXDRT) in Java that I can leverage to create reports?
    I am not sure what you are specifically referring to when you say "Report Designer COM". The RDC had what was called the "Embeddable Designer" that you could run in a VB app and the users could design reports on the fly. There is nothing equivalent to that in any CR SDK anymore. There are "Report Creation APIs" available in RAS, but no runtime designer as such.
    2. Can I use RAS in Java to trigger ActiveX controls to open/print RPT's using Crystal Reports Viewer?
    Well, ActiveX viewer is gone - only activeX component is for client side printing using the .NET amd Java SDKs.
    3. Does the Eclipse kit have everything I need here? Will this work with CR2013?
    Yes, it has everything you need and even though the CR for Eclipse is CR 2008 equivalent, reports created in CR 2013 will work fine.
    Just an FYI, there should be an update for CR for E sometime later this year, but an ETA is not even on the horizon yet.
    - Ludek
    Oh - I think this forum post will be of interest:
    CRJ SDK
    Message was edited by: Ludek Uher

  • Using Crystal Reports with Visual Studio 2008

    I have bin using visual studio 2008 for a while. I have just started using Crystal Report (which came with Visual studio) . I have an Access database connected with 3 tables, the first two table has two test fields and one index field, the third table has two text fields and two index field (of which one relates too one of the other tables).
    I have generated a crystal report on one of the tables using the wizard. I have then placed the crystalreportviewer in a form (as a test). When I run the resulting form, all I get is the column heading label but no fields being displayed. There is data in the table. All I need to know is how do is make sure that the reports are accessing the data in the table, through the datasets???.

    Hi,
    [Here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375 [original link is broken]] is the specific samples for you or [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9043bbbc-ae66-2b10-ce96-b48f9e25a450]
    And [here|http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm] is the link for the dev library.
    Hope this will work!!
    Amit

  • Crystal Reports XI : Visual Studio 2003 to Web Server Deployment

    Post Author: Shaun
    CA Forum: Deployment
    I am having trouble deploying my web application to my web server. I created the web app using the crystal reports version that came with visual studio 2003 on my localhost. Then, I bought Crystal Reports XI for the server I would like the web app to be on. Once CR XI was installed on the server, I deployed my web app and included the dll files from the C:\Program Files\Common Files\Business Objects\3.0\managed directory.  Now I receive the following error; The located assembly's manifest definition with name 'CrystalDecisions.Web' does not match the assembly reference. I changed both the aspx file and the web.config files assemly versions to match. I still receive the same error.

    Hi Henrik,
    First of all you didn't make any mistake installing CRVS2010. It has assemblies with version 13.x
    Now as far as patches are concerned ensure that you are on SP2. You can get runtime and patch from following:
    http://www.sdn.sap.com/irj/sdn/crystal-xcelsius-support?rid=/webcontent/uuid/d01fdad8-44e5-2d10-61ad-9d2d4158f3a8
    You can opt for AD.NET as one of the datasource but what is the error/ warning you get when you use Web Serive as datasource?
    You can find the latest samples created for CR2008 here
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0bf8496-2a81-2b10-95ac-b1f48d5b63f5
    - Saurabh

  • Sql query problem which causes crystal reports in visual studio to freeze

    Anyone know why this query posted here freezes up? if i remove  s.enddate IS NULL from the query is when it freezes up. This is used on an infinite campus database for which i only have read only access so no posting anything that requires write access please!
    IT may just be a flaw in my query which it has been before but it only stops responding if i remove the above query and it only started this after i added the comments subreport if i remove it then the action above doesn't cause it to freeze in visual studio.
    I do have a subreport for comments that is in the report too. Heres the main query:
    SELECT Distinct sc.name,sc.address,sc.city,sc.state,sc.zip,sc.phone,gt.name AS Task, ca.StartDate,
    ca.EndDate, s.lastname','s.firstname AS Student, s.studentnumber,e.grade,t.name AS Term,
    gs.score AS [Current Grade],cg.Cumgpa AS GPA,c.name '-'c.number As Course, se.teacherdisplay,gs.personid,
    MAX(CASE WHEN hl.enddate IS NULL AND ccs.guardian = 1 AND ccs.relatedBy = 'Household' AND ccs.mailing = 1 THEN ccs.addressline1 END) AS AddressLine1,
    MAX(CASE WHEN hl.enddate IS NULL AND ccs.guardian = 1 AND ccs.relatedBy = 'Household' AND ccs.mailing = 1 THEN ccs.addressline2 END) AS [City/State],gs.personid
    FROM GradingScore gs
    LEFT JOIN dbo.student s ON s.personid = gs.personid
    JOIN v_CensusContactSummary ccs ON ccs.personid = s.personid
    JOIN dbo.enrollment e ON e.enrollmentid = s.enrollmentid AND e.calendarid = gs.calendarid
    LEFT JOIN dbo.Term t ON t.termid = gs.termid
    JOIN dbo.section se ON se.sectionid = gs.sectionid
    JOIN v_CumGPA cg on cg.personID = s.personID aND cg.calendarID = s.calendarID
    JOIN gradingtask gt ON gt.taskid = gs.taskID
    JOIN dbo.course c ON c.courseid = se.courseid
    JOIN dbo.roster r ON r.sectionid = se.sectionid
    JOIN calendar ca ON ca.calendarID = gs.calendarID
    JOIN School sc ON sc.schoolID = ca.schoolid
    LEFT JOIN householdlocation hl ON hl.householdid = ccs.householdid
    --Change Term Name to match term name needed or if in a report turn it into a Parameter
    WHERE s.enddate IS NULL AND gs.calendarID IN
    (select calendarid
    from dbo.calendar c
    JOIN dbo.schoolyear sy on sy.endyear = c.endyear
    WHERE  c.schoolID = 2)
    GROUP BY s.studentnumber,s.lastname, s.firstname,e.grade, t.name, gt.name, gs.score, cg.cumgpa, c.name, c.number, se.teacherdisplay, ca.startDate, ca.enddate,
    sc.name, sc.address, sc.city, sc.state, sc.zip, sc.phone,gs.personid
    order by [student],[Term],[Course]
    Edited by: jeffman2 on Oct 6, 2011 3:40 PM
    Edited by: jeffman2 on Oct 6, 2011 3:41 PM
    Edited by: jeffman2 on Oct 6, 2011 3:53 PM
    Edited by: jeffman2 on Oct 6, 2011 3:56 PM
    Edited by: jeffman2 on Oct 6, 2011 3:56 PM

    What happens if you try
    SELECT Distinct sc.name,sc.address,sc.city,sc.state,sc.zip,sc.phone,gt.name AS Task, ca.StartDate,
    ca.EndDate, s.lastname+','+s.firstname AS Student, s.studentnumber,e.grade,t.name AS Term,
    gs.score AS Current Grade,cg.Cumgpa AS GPA,c.name +'-'+c.number As Course, se.teacherdisplay,gs.personid,
    MAX(CASE WHEN hl.enddate IS NULL AND ccs.guardian = 1 AND ccs.relatedBy = 'Household' AND ccs.mailing = 1 THEN ccs.addressline1 END) AS AddressLine1,
    MAX(CASE WHEN hl.enddate IS NULL AND ccs.guardian = 1 AND ccs.relatedBy = 'Household' AND ccs.mailing = 1 THEN ccs.addressline2 END) AS City/State,gs.personid
    FROM GradingScore gs
    LEFT JOIN dbo.student s ON s.personid = gs.personid
    JOIN v_CensusContactSummary ccs ON ccs.personid = s.personid
    JOIN dbo.enrollment e ON e.enrollmentid = s.enrollmentid AND e.calendarid = gs.calendarid
    LEFT JOIN dbo.Term t ON t.termid = gs.termid
    JOIN dbo.section se ON se.sectionid = gs.sectionid
    JOIN v_CumGPA cg on cg.personID = s.personID aND cg.calendarID = s.calendarID
    JOIN gradingtask gt ON gt.taskid = gs.taskID
    JOIN dbo.course c ON c.courseid = se.courseid
    JOIN dbo.roster r ON r.sectionid = se.sectionid
    JOIN calendar ca ON ca.calendarID = gs.calendarID
    JOIN School sc ON sc.schoolID = ca.schoolid
    join (select calendarid
           from dbo.calendar c
           JOIN dbo.schoolyear sy on sy.endyear = c.endyear
           WHERE c.schoolID = 2) ci
           on  gs.calendarID  = ci.calendarid
    LEFT JOIN householdlocation hl ON hl.householdid = ccs.householdid
    --Change Term Name to match term name needed or if in a report turn it into a Parameter
    --WHERE s.enddate IS NULL
    GROUP BY s.studentnumber,s.lastname, s.firstname,e.grade, t.name, gt.name, gs.score, cg.cumgpa, c.name, c.number, se.teacherdisplay, ca.startDate, ca.enddate,
    sc.name, sc.address, sc.city, sc.state, sc.zip, sc.phone,gs.personid
    order by student,Term,Course
    Ian

  • Get error when passing server name to Crystal Reports in Visual Studio 2012

    Hello,
    I work on Visual Studio 2012 with Crystal Report 13.0.12 (both developer and run-time). When I pass the name of the server to the Crystal Reports, I get an error -- Failed to open the connection.  Database Vendor Code 17.  I use SQL OLEDB as the provider.  It worked before.  Not sure what has happened.
    Any help is much appreciated!!!
    John

    Hi,
    See this: Failed to open the connection - database vendor code 17
    --dj

Maybe you are looking for

  • Adobe Reader Install Problem

    Running Windows 7 and uninstalled Reader using Windows program uninstall.  When I try to reinstall v 10 or 11, I receive an error telling me the item already exists.

  • AP Prepayments before an invoice is raised

    Hi all, I would appreciate any help you can provide with the following Can you use Prepayment functionality in SAP where the material ledger is employed? Any advice on how this can be achieved would be greatly appreciated. The client wishes to raise

  • Ipod touch 5 doesn't play music not purchased

    I tried everything.  I restore my iPod to not just on back up, but I even restored it to manufacturer/brand new. I tried manually dragging my music, and I tried syncing it.  I thought it was space but this is a 32 GB ipod touch, and I've had doubled

  • Container variable for softw component/version in alert configuration

    Hi Experts, I am unable to find the container variable for SWC/SWCV in the sap help.. do we have anythign for this? I have used all the other variables like msg ID, sender/rcvr interface etc. Pls share ur thoughts Regards, Teja

  • Losing Records

    Hi all I'm having a peculiar problem with my report. I was using the date field as parameter and when the user enters the full date its showing 100 records, but now when i added LOV ( search light - list of values ) for the user to choose from i'm ge