I tried this out a few times but I keep getting stuck on step 8 with the correct syntax for excel. The syntax shown below given is for Microsoft SQL Server.
-----------------------------
{?LinkReceiver}
DELETE FROM "TableOfContents"
WHERE "TableOfContents"."DateTime" <> {?DateTime}...
Thanks in Advance!
I am using crystal XI.
Is there anyway to display the page number of where the field is in a report on a different page? What I mean is if a field is being printed on page 14, on page 2 I want to print the field and the page its on. The pagenumber function prints that...
Thanks in advance!
I am using crystal 11.
I want to insert the page number for a table of contents, however when I insert page number in the special fields it gives me the page of that report page. I want it to give the page of where product is in the report.
mine looks like this now...
I am using crystal 11.
is there anyway to overwrite part of a text box with part of another box. This is what I am looking for.
product names page number
------------------------------------------------------
[Acrobat].....................................45...
I am using crystal 11.
I have a report done and I need to create a table of contents that is user friendly.(clicking on the title brings them to correct page)
I researched online and they first said to create a table. and then gave further instructions. This is my first question, how exactly...
sorry synapsevampire about not being clear
thank u for your patience
Each row of my excel sheet is assigned to a code (0400) or a subcode (0400a). This field is {Sheet1_.SW Dir Code}
0400 Main Product
0400a Additional
0400b Additional
0401...
I am using CR XI
I am tryign to compair in excel row 1 with the rows below until it reaches no subcode (a,b,c,d)
I have a SWCODE field that has 4 or 5 char in it.
0400
0400a
0400b
0401
0402
0402a
if Length({Sheet1_.SW Dir Code}) = 4 and Next({@length}) then next({Sheet1_.SW Dir Code}) +"...
I didnt have any luck with synapsevampire method ethier.
When I try the formula below I get the error "A field is required here" for previous(left({Sheet1_.SW Dir Code},4))
I guess it does not like the Left after previous or the left after next.
If left({Sheet1_.SW Dir Code},4) <>...
I tried just creating a formula called {@left4} and put in left({table.field},4)
if distinctcount({Sheet1_.SW Dir Code},{@left4}) > 1
then "Additional Products"
when I try this I get "there must be a group that matches this field(({Sheet1_.SW Dir Code},{@left4}))
I will try vampire's...
lbass
I tried to make a group on {@left4}
how do you do this? I went to insert group>customize group name by formula> left({table.field},4)
Is there a way to change the name to {@left4} because its name is the same as my swcode field name shown below which gives the error msg that {Sheet1_.SW...
Thanks in advance!
I am using CR XI
I am having trouble with a formula to compair the first 4 char with the next row first 4 char.
I have a SWCODE field that has 4 or 5 char in it.
0400
0400a
0400b
0401
0402
0402a
My goal is to create a formula to compair the left 4 char to the row below it...
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.