Ver: Crystal Reports XI Release 2
Not sure if this would be part of a crystal report question but... Im kind of stump
Right now i got a crystal report that does monthly reporting of the last month. The report is run on the 1st of each month.
I got a formula
MonthName (Month (DateAdd ("m"...
Ah thanks.
i had to wrap it around in a group.
then i just used your idea.
but you have to use a dummy field for {group field} + ToText(pagenumber, 0,'') or else you can't create a running total.
thanks a lot.
In my report and from my other post...
I'm dealing with old reports that uses a bunch of groups footers and sections.
Eveything is looking great. Until the Total Page count seems to reset it's counter.(Displaying 1) I kind of need to use the Reset Page Number After for my reports. As it's seem...
I'm dealing with letters and logos and this has been a nightmare for me =(.
My Crystal report is using group header and footers and I was wondering how would i create a top margin, like an inch. So that the text isn't right at the top of a page if a second page was to occur) This would only...
Currently making modification on some old documents reports and it's using a bunch of group footers to seperate paragraphs.
Trying to figure out how to create 1 space after each Group footer section. As fonts can change and it can cause weird spacing/padding between each group footer.(when...
Currently im viewing my CR through infoview.
When I change data in my database that my Cr uses.The totalpagecount would appear 4,294,967,295 and when i scroll down a page and back up to that page. It would I assume gets "refresh" and then the right page count is shown.
Here my formula
if not...
Was wondering if there a way to count when a "new page after" occurs in crystal reports.
Working with letters and need a way to keep track of how many are there. as they can vary on length depending on how many ids are group together if any.
stringvar array x := split({table.field},"/");
Local NumberVar strLen := count (x);
Local NumberVar i;
local StringVar name := "";
For i := 1 To strLen Do
(
if strlen = i then
(name := name & trim(x[i]));
else
(name := name & trim(x[i]) + "/");
);
name;
there could be X amount of...
Was wondering how would I trim the spaces before and after a slash.
EG.
Hello my name is / bob.
-----runs-----
Hello my name is/bob.
*i was thinking of using substring and locating each back slash and then triming the spaces but i was wondering if any verterans know a cleaner...
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.