I'm putting together a letter to send out to a group of customers. The customer's first name is in customers.firstname.
How do I write a formula to print "Dear Dan" and then "Dear Molly" etc.
I tried as follows
"Hello" {customers.firstname}
but I just end up with the customer's first...
I can access two fields in my database called status.ref and status.hat. They are free form fields in which you can type anything you want, numbers, text etc.
If I have a new invoice opened and I never put anything into either one of those fields then Length({status.refno}) and...
What I can tell you is the location of the various values for the fields in the database.
According to the formulas in the default report...
part description is in Printset.partdesc
The quantity is in OrderList_1.qty, Sale is in OrderList_1.sale and the Extended is just some math it seems...
How would I go about verifying if the data is recorded over two lines? I don't have access to the database unless someone can tell me how to hack the password out of an MS Access database. I've tried other programs but they either say that there is no password or give me something that just...
I'm having a hard time even creating a blank report. I don't know the password for the database which is built using MS Access so I can't connect to it using Crystal Reports.
None of the fields have a check box next to Supress if Duplicated or Supress. There are no formulas in any of the X+2 boxes.
Something else I want to mention is that there is a version of my report that includes the part number being printed in that blank spot underneath the name of the part...
My Report > Sort Records says the following.
Report Fields has all the various database fields possible. The Sort Fields says "Group #1: Printset.seq - A"
Sort Direction is grayed out with nothing selected.
Underlay Following Sections is not checked off. I will look into the sort order. I've actually played with that already but since you mention it I'll play with it some more.
It resulted in putting in an extra line on top of the one already being put in. What I don't get is that if I suppress @partqty, @partsale, and @partextended the extra spacing doesn't begin until the end of the labor description on the right side. If I continue to supress @labordesc and only...
trim(replace(replace({table.desc},chr(13),""),chr(10),""))
Will CR 6 support the use of trim like that? I ask because I don't see it listed like that in the Help File. I'll play with it in the meantime.
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.