Need assistance. Is there a way to print a White font to a printer file? I have an overlay that have a black background and the font have to be White. Can't hardcode the font because its a variable. Thanks in advance.
Need help with getting the minimum and maximum for a record location from my database. In my database an item can be in it twice. The difference is the record type which is either a '1' or '2'.
In my Crystal Report (ver10), I am grouping on the item. In my group footer I am displaying the item...
Hello,
I need to convert a calendar date parameter (example 11/12/2012) to a 5 digit julian date (example 12317). The 5 digit julian is how I will access my data. Any ideas to how to do this?
Thank you in advance.
Hello all,
I am running on Crystal Reports 10. I have a numeric date that will always be the same that I'm getting from a database field in my subreport. I need to pass this value back to my main report and display it in my page header. Can this be done? If not are there any other options...
Hi,
I am using Crystal Reports 10.
I am trying to display 'N/A' on a formula field. Here is my formula:
If
{v_test.exception_flag} = 'N' then {v_test.inv_onhand_qty}
else
'N/A'
I keep getting an error message that 'NA' is not numeric. Any suggestions???
Here's my problem. I have two databases, FISCALDATE & INVOICEDATE. In my FISCALDATE file, i have two fields (begdate & enddate). In my INVOICEDATE file, I have one field (invoice date). I need all records from the INVOICEDATE file that fall within the begdate and enddate of the FISCALDATE file...
Ok...The user enter a parameter start date as '20050101' and a end date as '20050131'. The parameter has a string value type. In my database the field is a 11 char field so I used a forumla to give me the first 8.
I just want to display whatever the user inputted into a true date version on the...
Hello. I converted a JDE date that I get from our database to a CR date format (01/01/2006) using the formula below:
STRINGVAR JDEDATE;
numberVar JDECENTURY;
numberVar JDEYEAR;
JDEDATE := TOTEXT({Command.CDDFYJ}, "000000");
JDECENTURY := TONUMBER(JDEDATE[1]);
JDEYEAR := TONUMBER(JDEDATE[2 TO...
Hello. I need a formula where my end of month will fall in a 4-4-5 format.
Example: start of month is 01-01-06
end of month is 01/28/06
next end of month is 02/25/06
the next is 04/01/06
Thanks in advance
Question:
I have a crystal report where I setup to print a label 5 across. My problem is I need to print (x) amount of the label based on a formula where I add two database fields. For example, InvOnHand = 5, InvOnOrd = 5 --total of 10
I would have to print this label 10 times. This report is...
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.