I have a business object, lets call it User.
It has three members, FirstName, LastName and FullName.
FullName is calculated from the First and Last Names.
This business object has a sister o...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20088199.html
In Crystal Reports 10, I have a Name table, a Training Table and a Certificate table. I can write a program to pull what certificates a user has but my issue is with finding the exceptions. I nee...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23073932.html
I have a simple report which is essentially a Count() of how many tickets an employee has open. The report looks something like this:
Name | count
---------------------
Bill | ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23139848.html
I am trying to create a crosstab with three columns. One column is the actual data, the second is the percentage of the total, and the third should show them ranked. I cannot figure out how to actu...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23249872.html
Hi there,
I am trying to do the equivalent of what CurrenrtRowIndex does in crosstabs - I need to rank records but i need to display the rank next to the row name. Sort of concatenate the record n...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23254283.html
I have alternating colored rows in a bunch of reports, using the formula "If remainder(recordnumber, 2) = 0 then crwhite else rgb(). Some of the reports however have groups, I would like to be able...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23427884.html
Hi Experts,
Just wondering if there is a way via a property setting or code behind that I can add tooltips to a Crystal Report Chart's data points runtime in a report viewer control on an aspx...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23716926.html
In the header of the report I am declaring 3 global values and adding to these values in a group footer via another variable. Then I am displaying the total in the report footer. When I remove my...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23404872.html