Thanks, Ken, for your previous help on charting on days that aren't in the db. I will give your suggestion a try...
I also need to create a fixed line on a chart to show the 'expected/planned' values (to be compared to the actual values which will also be on the same chart). This one has me...
I am experimenting trying to get a simple 'For' loop (crystal syntax) to just display a series of numbers/dates across the top of the report. I have tried the following:
NumberVar i;
For i := 1 to 31 Do
(
If i = Day({Ideas.submitted}) then
Day({Ideas.submitted})
Else
i
);
I continues...
I think this is a pretty simple task, but I am stumped...
Here's the scenario: I pull all records for a given (user input-ed) month from the db (let's say there's 13 of them). How do I create a chart that counts how many records there are for each day of the month, showing a null on the chart...
Is there a way to schedule SS7 to automatically purge records from a specific database that are older than a certain date? I have a db set up that is going to grow fairly quickly and I would like to set it up so that old records will get deleted and the db will not grow infinitely. Thanks for...
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.