Hello Everyone,
Need help with shipping label. I need to create custom shipping label based on different customers.
the label will be like UPS label printed on ZP printer.
The fields can be Part no, Purchase order number, customer name, quantity, work order number, manufacturing date..all...
Hello Gurus, I need your advice. following crystal report need to have one 2 extra groupings. here is the structure.
agent> Grouping by day>detail section(all details)
Raul Smith
Monday--> need to divide in new signup/old account ...
Hi all ,
I am working on some system generated reports.
mostly data comes off the table since those are system generated reports. so it was ok, Now I am asked to make a report and do something that involves linking of tables.
How can I make sure that the linking I am doing is right...
Hello all,
I have 2 datasets in my report
dataset 1 main result set comes from stored proc with @fromdate @ todate params has customer.name field.
dataset 2 only to populate custome names in drodown list (simple select statement from customers) that has only one field customer.name
using a...
Hello all,
I have a daily report, that has following selection formula in
record select:
{table.Timestamp}= currentdate -1 and
{table.Timestamp} in datetime(currentdate-1,time(9,0,0)) to datetime(currentdate-1,time(20,0,0))
If I run it on monday 2/14/2011 how can i default it back to...
Hi Everyone,
How do I suppress duplicate fields (not records) in detail section:
the data is as follows
9:00 Kathy
9:00 Kathryn
9:00 Lee
14:00 Matthew
I want to show it like
9:00 Kathy
Kathryn
Lee
14:00 Matthew
(Plz ignore the names formatting)
I...
Hi,
I have a parameter {?Name} in my rpt.
I have a record selection formula
If {?Name}
(If {? Name}<>'All' then
{table.name} in {?Name}
Else
True)
My client doesnt want to see some of the names when he selects "all" on the prompt screen.
for instance
data is
harry,
Adam,
David
kathy...
hello everyone,
I did this on report and it showed only 1/1/2011 - 1/31/2011
CStr(Minimum(LastFullMonth)) + "-"+ CStr(Maximum(LastFullMonth))
I want to show on report 1/1/2011 00:00:00 - 1/31/2011 00:00:00, how do i do that? i tried totext did not work.
also I am running my rpt as (last...
Hello Everyone,
I need to run the reports for specified interval.
The parameter should look something like this after deploying:
A)daily for interval 7:00 AM to 8:00 PM every 15 minutes
B)Monthly for interval 12:00 PM to 11:45 AM every 15 minutes
I have the start date and end date...
Hi all,
I am making a crosstab report where the columns will grow based on timestamp like 1/11/2011, 1/12/2011, I need to show weekday instead of 1/11/2011 like Tuesday, for that I am using formula
So when I sort the column by timestamp its all right, but when I try to do "Tue" thing it shows...
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.