Tag Info

New answers tagged

1

You should try DBxtra, it's very user friendly, given that you don't need to have knowledge of SQL or programming, given that it's drag and drop; althought if you have such knowledge you can do even more amazing reports.


1

You can try our SharpShooter Reports. It suits all the requirements you've mentioned: WinForms, WPF and ASP.NET MVC components (even WinRT if you ever need it), end user report designer (desktop version), export to XLSX, PDF and others. Moreover, it has multilanguage support and a good support team including Russian-speaking persons as well ;).


1

If you use Clear Reports then you can use the AdHoc reporting in the browser. See the online demo. Or for professional users the remote designer. See the online demo. Clear Reports can also read your existing Crystal Reports templates.


1

This is aspx File : <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" EnableParameterPrompt="false" ReuseParameterValuesOnRefresh="true" EnableDatabaseLogonPrompt="False" ToolPanelView="None" HasToggleParameterPanelButton="false" HasCrystalLogo="False" /> This is Cs File ...... protected ...


0

The problem is that you're trying to use comma separated color values inside a single color tag. The resulting code should follow this format: <MapCustomColor>#FF0000</MapCustomColor> <MapCustomColor>#00FF00</MapCustomColor> <MapCustomColor>#0000FF</MapCustomColor>


0

The official forums solved it: There is no default way to do that.


0

Set the parameters of the report on an instance of the report itself (not the report source), such as: TopPageViews report = new TopPageViews(); report.ReportParameters["StartDate"].Value = new DateTime(2013, 3, 1); report.ReportParameters["EndDate"].Value = new DateTime(2013, 3, 1); InstanceReportSource reportSource = new ...


0

KReporter certainly the best Reporting tool in the Marketing for SugarCRM, regardless of edition - be it PRO, ENT, CORP or CE. The new free Google Charts are really cool


0

@Cedric , Getting better reports/logs , is this the only use of @Listeners annotations, if not can you help us by giving some example, how can we use this annotations in scenarios


0

Tivoli Common Reporting is not an independent product that could be bought separately. It is always shipped with other IBM Tivoli products that have some reporting capabilities. That means you should have some out of the box reports that were shipped with the Tivoli product you bought. You could open these reports in Report Studio and try to modify them. ...


1

If you're looking for a reporting engine similar to Jasper Reports that runs on top of Node.JS, then i'm not aware of any, if you're looking to create it yourself, then i advise you is very difficult and time consuming to write a full reporting engine, but if you really want to do so, you should take a look at Jasper Reports source code, and this project ...


0

I solved my issue. The trick was specifying the sort columns in the RDLC file on the details group->group properties -> sorting tab rather than putting them on tablix properties -> sorting tab. That solved my issue perfectly. Hope it helps someone.


0

Try PHPWORLD . Its Simple and Powerfull


0

I don't think there is a free reporting library that exports to Word files the closest you can find is PHPJasperXML which exports to PDF and Excel, probably with some modifications you can make it export to Word; also if you really want to create Word documents, you can try PHPWord.


0

try phpdocwriter it's free from sourceforge.net. It works with OpenOffice (free). I'm not sure what all of it's features are but there's more information and a link to the download here Visit http://www.phpdocx.com/ for generating Ms Word documents Softonic also have a solution


0

In your example, the problem is that no results are returned for grades that are not linked to any students. To solve this ideally there would be a table in your source system which listed all the possible values of "score" (e.g. A - F) and you would join this into your query such that at least one row was returned for each possible value. If such a table ...


0

SELECT RS.RiskScoreId, RS.Description, SUM(DT.RiskCount) AS RiskCount FROM ( SELECT RiskScoreId, 1 AS RiskCount FROM People UNION ALL SELECT RiskScoreId, 0 AS RiskCount FROM RiskScores ) DT INNER JOIN RiskScores RS ON RS.RiskScoreId = DT.RiskScoreId GROUP BY RS.RiskScoreId, RS.Description ORDER BY RS.RiskScoreId


0

A SQL query has to have a fixed number of columns. This poses a problem in your case, because you don't know how many columns you need. One workaround is to put all the results in one column. This produces a result like '090-1000,1000-1100,1200-1300'. You can do this with group_concat(): select cust, group_concat(concat(start, '-', end) separator ...


1

This is what you are looking for: select cust, group_concat(concat(start,'-',end) SEPARATOR ' ') from mytable group by cust See the working fiddle.


0

We created a new report and deployed it and it just worked. After some investigation, the report that I had been asked to use as a test initially has a parameter that defaults to connect to a completely different SQL Server which the new environment cannot, and should not see. All the other reports are working. My guess is that we actually corrected the ...


2

Create a udl file, if it connects then the problem is the code / application, if it does not connect, then it's your firewall, connections string, dll library, service you are running IIS under not having the right permissions etc etc. Well the important thing here is probably the connection string. Do the following: create an empty text file and rename it ...


0

You may want to try DBxtra, it's a standalone reporting tool, and it can display RTF and HTML text directly from your database, just add a rich text control to the report and bind it to the field that contains rich text.


0

Try DBxtra, the license allow an unlimited number of report viewer users and also can do maps of pivot grids, besides it can connect to several databases and even plain text (CSV) files.


0

As far as I could get it from your answer, the only annoying problem is the need to re-login after the report is generated via ASP.NET report viewer control. Since both LightSwitch and ASP.NET applications are running on IIS, you might want to implement the custom logic for session sharing among several subdomains. Imagine you have your reportingapp.com ...


1

try using datediff for more precision. Do wrap input value [test] in single quotes. SqlCommand cmd = new SqlCommand("SELECT DeptNo,DeptSales,DeptCustomers FROM StoreSalesDetail where DeptNo="+dept+" and datediff(d, '" + test + "', ProcDate) >=0", con);


1

Firstly I must ask you, how actionable do you think it is to look at data at that granular of a level? Finding out what % of people who registered came from facebook or some other place is actionable, because it helps you do things like determine where to focus marketing efforts. But individual users? How is this actionable to you? (hint: it's not) ...


0

Take a look at myDBR. It will do everything you listed and much more.


0

Problem was that I had to go into the Subreport first and add the parameter in the Report Data pane under Parameters with the same name first.


1

Ok, I've got it. The problem was at my query, not at the report. I was ordering everything by duedate on the SQL query and that made jasper to generate the result as I've showed. Deleting that ordering criteria solved the problem.


0

myDBR allows data editing directly within the report. You can control the access to the editing features via normal user privileges.


1

Yes, Put expression =RowNumber(nothing) in Order column. and if you want to show row number differently for group try =RowNumber("GroupName1")


0

I have personally used redmine Issue tracking software and found it really helpful. Download . It built using Ruby on Rails and working with different DB options MySQL(I used), PostgreSQL, SQLite. It comes with many builtin features such as: - Integrated wiki - discussion forums - email integration and more There is also famous option of JIRA. I have ...


0

Progress<T> wasn't really meant for use in WCF. It was designed for UI apps, and may behave oddly depending on your host (e.g., ASP.NET vs self-hosted). I would recommend writing a simple IProgress<T> implementation that just called IAnalysisSubscriber.ReportProgress directly. Also make sure that IAnalysisSubscriber.ReportProgress has ...


2

You can try to define more memory in your jnlp file: <j2se version="1.4+" java-vm-args="-Xms256M -Xmx512M"/> See here.


0

In short, yes it's fine. However i would recommend using HtmlTextWriter/StringWriter as it can generate html tags for you and allows you to programmtically control tag attributes etc... Simple example: - StringWriter stringWriter = new StringWriter(); using (HtmlTextWriter textWriter = new HtmlTextWriter(stringWriter)) { //Begin list ...


0

This is acceptable. Also have a look at AppendFormat You can use it like below: sb.AppendFormat("<li>{0} {1}</li>", person.FirstName, person.LastName); besides you can also build HtmlControls, but that is another way. Like this: HtmlGenericControl htmlcontrol = new HtmlGenericControl("li"); Choose what you prefer actually


0

There is always the HTMLTextWriter, specifically created so you don't have to mangle in those tags yourself: http://msdn.microsoft.com/en-GB/library/system.web.ui.htmltextwriter.aspx


5

This it totally acceptable, just like addings strings (s += aValue), but StringBuilder is much faster. You could consider using HtmlTextWriter, see: http://msdn.microsoft.com/en-us/library/system.web.ui.htmltextwriter.aspx Last suggestion: You could have a file with template HTML stored on disc, with variables at some locations, like: ...


0

You should check out the Facebook Ads API: https://developers.facebook.com/docs/reference/ads-api/


3

If you are looking for alternatives here is one that is not mentioned above. Docx4j (http://www.docx4java.org/trac/docx4j) is open source, available under the Apache License (v2). Docx4j relies heavily on JAXB, the JCP standard for Java - XML binding. You can think of docx4j as a JAXB implementation. What sorts of things can you do with docx4j Open ...


0

agreed, in C# i use datagrid insted of making a report, but report is easier when it come to print-pages and bills, but its not esy to remember how to do things like functions its a headach


1

Because reporting tools have more features than HTML tables


0

If you want a good reporting tool and other parts that you can use to support your design, I can recommend the third-party tool that commercial, you can give a shot for the trial. Please check on the link http://www.telerik.com/ Telerik


0

How about Scryber? It allows PDF report templates to be defined using xml and bound to data within your application at run time. http://scryber.codeplex.com/


2

Both tables are time series. They seem to be clustered by an ID column which has little value for how time series are queried. Time series are almost always queried by date range, so your clustered organization should service this type of queries first and foremost: cluster by date, move the ID primary key constraint into a non-clustered. CREATE TABLE ...


1

If you want to filter rows of a query subject, Right click your query subject> Edit Defition> Filters Tab > Add a filter In the expression definition box, x is null or (x is not null and <where expression to append>) If you want to apply the filter for a query item case when x is not null and <where expression to append> then ...


0

If you just want the grand total, then this should do it: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" indent="yes"/> <xsl:template match="/"> <xsl:call-template name="GetGrandTotal"> <xsl:with-param name="items" select="//item" /> ...


0

Firstly I would make your report based off a query, not a table; as your data grows the report will become less managable based on a table. Create a query that contains just the data that you need and then create the appropriate header; for example if you have a transaction that was paid by multiple invoices (or by one, if you just want the report to format ...


0

Are you guys doing this against SP 2007 using SSRS 2005? I can't seem to get this to work <Query> <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction> <Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems"> <Parameters> <Parameter ...


1

Faced with the same problem, I ended up adding a datetime column to the dataset and set it to GetDate() in the SQL query. Then I used that field in my report. Not the most elegant solution, but it works.



Top 50 recent answers are included