I have created a SharePoint website and set alerts when doucments are emailed into a folder. When the folder owner gets the email and opens the pdf document, he gets this message when he tries to sign the document:
--The document has no unsigned signature fields. You can only sign documents...
Well, I have eliminated the "awarded" part of it and deleted that from the grouping.
I now only have {Pipeline_Opps.ModifiedDate} < cdate(2004,6,1) and it just isn't pulling the correct data.
the Remainder statement is because I have 2 Detail rows (a & b) and that helps me sort get them on the...
I am trying to only pull from the database the records that are older than 6/1/2004 and that are not in the AWARDED field.
When I use this formula, I am still getting everything.
{Pipeline_Opps.Phase} <> "Awarded" or Remainder(RecordNumber,2) <> 0 and {Pipeline_Opps.ModifiedDate} <...
Thank you for replying to this. It doesn't seem to be working. I am still getting ALL of the dates. I am sure that there is something that I am missing...I just don't know what it is yet.
I need to pull data from a pipeline report older than 6/1/04. How would that formula read?
{Pipeline_Opps.ModifiedDate} < ??????
Thanks for any help!
Jamie
Hello-
My IT person is out of pocket for a while. When I pull up my Crystal Report viewer this message pops up for all reports.
There are no Page Servers connected to the Cache Server or all of the connected Page Servers are disabled.
Does anyone know how I might fix this problem?
Jamie
I have a report that uses the group header to sort by Salesperson. I would like to then sortby each phase in the sales cycle for each salesperson. Currently, it is doing that but I can only get the first cycle. How do I get it to repeat for each cycle?
jjohnson
Opportunity...
Thanks Andrew. I did get that to work but now I have another question.
I had this formula in the supress section:
Remainder(RecordNumber,2) = 0
because I have highlighted lines.
Now that I have put the other formulas in there, I can't have both. How would I do the above formula also?
Jamie
I would like to change the page header when group = AWARDED is a sales report. How can I do this? Any help would be great!
I know that I can add header b, but what formula would say IF pipeline.opps = "awarded" then (what would I put here?)
Or is this even right?
Thanks midearth! You are right, I do have that selected to repeat group header. The new formula that I have inserted is:
WhilePrintingRecords ;
NumberVar Counter := 0;
not(inrepeatedgroupheader);
however, it is still restarting on every page.
What am I doing wrong?
I just figured it out. I wanted the header on the top of each page. That is what the problem is. If I turn that feature off, then the restart numbering at each group it works. I love that!
Now, can I have both?
Jamie
I see what you are saying it should do and if I have dragged the formula into the group header it should restart at each new header but it is doing it at each new page. Hmmmm.
Thank you both for the explanation. The only problem that I came up with is that is starts recounting on each page instead on beginning each group.
How can I modify the formula to restart count at each new group?
Also, is there a good book out there that I can learn how to do these formulas...
Thanks Brian! I am having trouble adding this? I have tried to 'format section' but I don't know how to place it in the group header. Thanks for any help you can give me.
I have a formula in a field that sets the line number before each line:
WhilePrintingRecords ;
NumberVar Counter ; Counter := Counter +1;
How do I make this RESTART after each new GROUP?
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.