"{Prepress WIP.Due Date (Proofs) (User Defined)} "
What is this??? Proofs?? User Defined??
not a standard report field...are you trying to multiply something??
I think you should do some basic reading on how Crystal works, Peter. George Peck's book on Crystal reports:
The Complete Reference Crystal Reports 8.5 would be a good choice for you.
If you look in the Section Expert of a report and click on a specific section you will see a number of options such as "Suppress Blank Section" or "New Page After". Beside these options are small buttons with X2 on them .... you will see these buttons also in the format editor of a field. These are conditional formula locations. Click on these buttons and you can put a formula that will conditionally do the option rather than all or nothing.
For example:
Let us say I only want a detail line to be suppressed if a field {Table.fruit} is equal to "APPLE"
then in the section expert in the detail section there is an option to "suppress (no drill down)". Now you don't want to check the box off for this option since it will suppress ALL detail lines...BUT if you click on the X2 button and add the formula:
then now when this is true...the line will be suppressed.
So we would describe it here when advising someone by saying...."put this formula in the conditional suppress of the detail line" or if it was just a formula field we would say ...."put this formula in the conditional suppress of the field, {Table.fruit} "
I wish I had the cash for the book...But the company just layed off people and I have to do this.. Unfortuantly I am gone here in a month so no money for books. As much as I need one...Anyways..
I tried this.
WhilePrintingRecords;
{Prepress WIP.Due Date (Proofs) (User Defined)} = currentdate
I am trying to put this were you tell me.
How do I get it to check the current date and print which are due today??? That {Prepress WIP.Due Date (Proofs) (User Defined)} is just a field in out form from Outlook.
Put the folowing in your record selection formula:
{Prepress WIP.Due Date (Proofs) (User Defined)} in CurrentDate
This will restrict records on the report to only those that are due today. Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
I get a string is required here..And it moves to the front of current date..
I don't want to restrict the dates. Because I need to see them all and also make like a sub line that will tell me which or how many are due today...Just for a quick reference.
I know I am a huge pain... sorry..
Hopefully my next job can afford atleast to buy me a good book.
I see your error - you should remove the word date...so it
looks like this...
if todate({Prepress WIP.Due Date (Proofs) (User Defined)}) in currentdate then
"showdate"
else ""
what you put in "showdate" will depend on what your user wants to see. What do you want it to tell you if it is in the current date? Do you want to sort by it? Do you want a little asterisk that shows up when it is = currentdate?
You are going to need to look at that field called
{Prepress WIP.Due Date (Proofs) (User Defined)} ...
see what the datatype is..because this does not look like
a standard field in a database, I have not seen anything like this before. Can you tell me what datatype it is??
LMC cryerlisa@hotmail.com
select * from Management where proj_mgmt_skills <> NULL
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.