I thought I was nearing 'Intermediate level' but this chart issue has stumped me, so maybe not.
I have a set of data returned by a stored procedure.
Basic format is:
Type Week 1 ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23375182.html
I have a cross tab report that displays dates that specific tasks were completed, for example
Task 1 Task 2 Task 3
Plan A 1/21 2/23 5/22
Plan B 2...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23519965.html
I need to filter data: I have a column {ACCOUNTS.PYMNT_DTL_BANK_ACCT_NO} which shows bank account numbers but need to filter them out to only show the relevant customers who has had a change of ban...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23715431.html
I have a table called "sample_table" and it has 3 columns: id, name and image_path. I have 3 records:
1, "Record 1", "images/record1.jpg"
2, "Record 2", "images/record2.jpg"
3, "Record 3", "im...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23744593.html
I have a Crystal report which retrieves multiple records for each profile id - each detail line has a different date.
I need to display only the detail line which has the most current date.
T...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23790917.html
Hello,
I am using Crystal Reports 2008 developer edition. The store I am working with has a door counter which puts its count data into an access database controlled by the TrafficFlow software...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23856045.html
Hi,
Ideally, I would publish basic reports on our intranet and allow users to interact with parameters and return results.
I have Crystal Reports 2008.
I have Crystal Reports Distributor on ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23890469.html
Hi Experts,
I have a list of numbers and a list of dates.
I have grouped by date, and summed these numbers.
I would really like to compare the sum of date A to the sum of Date B.
Is there...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23898414.html
Hi,
I have an example SQL query that I want to turn into a variable in my Crystal report as a formula fieldsa or something?
The query is:
--Using table variables
DECLARE @Level TABL...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23920706.html
How can I get borders to show on a field that has a null value? If the field has a value, the borders show. If the value is null, the borders don't show. I would like the field to be empty, but ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_24016182.html