I have a dataset that is grouped by dates (x-axis has dates, y-axis has values). However, the dates are not necessarily evenly distributed. That is, I have a bunch of entries early in the year, then a couple in the middle of the year, and one at the end of the year. Rather than have the X-axis...
Is there anyway to show a "step" graph in Crystal. Specifically, I'm looking to display a Kaplan Meier survival curve, which typically looks like a staircase going down from left to right in 90degree steps.
I can simulate a "ramp" graph with a Crystal Data Object with data...
Hi All,
I am using VB6, CR8, and AccessXP.
I access the 'Main Report' in code and pass in the SQL statement (see VB code below). I have a 'Sub Report' that is linked to the 'Main Report' through an ID field (patient_id).
The SQL for the DataSource for the 'Main Report':
SELECT patient_id...
Hi All,
I am trying to display numbers as they appear in the database. For example, weight is a single field. If the user puts in 31.1, I want to display 31.1, but the report shows 31.10.
I have used the following formula to display only the decimals that are actually there.....
if...
Did you try putting the IsNull expression first in the comparison....
IF Isnull({EComp.EmDateEnd}) or ToText ({EComp.EmDateEnd} ) = "" ?
I have read that this seems to make a difference.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.