<b><i>One way</i></b> to do it could be using a condition like this: WHERE (ItemString = @item OR ItemString LIKE @item + ‘,%’ OR ItemString LIKE ‘%,’ + @item + ‘,%’ OR ItemString LIKE ‘%,’ + @item)
If I am following what you want to do, you’ll need to create a running total just like the one in the detail section, change it to read Maximum, and place it in a group or page footer.
Well, thsi looks like a problem happening to look of the final document so i think you need to check the page/Document properties coded in DOC1 tool. For instance, if the page orientation set in DOC1 tool is landscape and size is A4 and you are trying to print in a potrait A3 sheet, results [...]
Bliever 15 pts. | Aug 12 2009 8:54PM GMT Good question. I found the answer and it was due to the fact that I was pointing to the wrong kind of connection. I changed to OLEDB for Jet 4.0 and it worked fine. thanks
You can use FTP First CRTPF FILE(YOURLIB/FTPIN) RCDLEN(80) Use DBU or UPDDTA put in the FTP commands to signon to the server and retrieve the file Set up a CLP that does CRTPF FILE(QTEMP/FTPIN) RCDLEN(80) OVRDBF FILE(INPUT) TOFILE(YOURLIB/FTPIN) OVRDBF FILE(OUTPUT) TOFILE(QTEMP/FTPOUT) FTP (HOSTNAME) Now you will have your flle and you can do whatever you [...]
get ur answer through jasper server.com,u can clear it ESH says: If you use jtds as your db driver, yes. It can be used in iReport or on Jasper server. JDBC driver class: net.sourceforge.jtds.jdbc.Driver JDBC URL: jdbc:jtds:sqlserver://serverName/dbName;instance=
You should be able to access the database through Crystal by creating a connection via administrative tools in you windows control pannel and then creating and ODBC database connection to the database(you will need to do this for ever user who needs to run any reports over you access DB)
WinDirStat can be downloaded for free from <a href=”http://www.snapfiles.com/php/download.php?id=108811&a=7125275&tag=637756&loc=2″>here</a> WinDirStat is a visual drive space manager that uses treemaps to represent each file as a colored rectangle, allowing you to instantly visualize file distribution across an entire drive or folder. In addition, the file types are color coded and can be clicked to reveal file [...]
When you say be weekly intervals, do you mean Sunday – Saturday every week? If I’m following then you need to create a formula that finds the first and last days of the week and then group on that. I used Sunday – Saturday. <pre> datevar Sunday; datevar Saturday; stringvar week; sunday := dateserial(year({LEASED.STARTDT}),month({LEASED.STARTDT}),day({LEASED.STARTDT})-((datepart(“w”,{LEASED.STARTDT},1)))+1); saturday:=dateserial(year({LEASED.STARTDT}),month({LEASED.STARTDT}),day({LEASED.STARTDT})+(7-((datepart(“w”,{LEASED.STARTDT},1))))); [...]
There isn’t any way to use the in-array MirrorView/Synchronous or SRDF/Synchronous between Sym and Clariion. To accomplish this you would need to use some sort of host based or SAN based solution instead. You might consider using open replicator.
Create a year formula for the field you wish to test year({database.field}). In the cross tab expert put that formula in the columns area. Hope that helps. If not, please provide a little more detail and I’ll try again.
DB/2 on what platform? Locking occurs because of commitment level setting commitment level depends on the environment you are issuing the Select from. Summary: Need to know Platform? Need to know Programming tool that select is issued from? Phil Hi, I’m using DB2 in AIX environment. That is what I can give u the details [...]
FIXING CRYSTAL VERSION 2 Search for these files on the local machine Crviewer.dll, swebrs.dll, sviewhlp.dll If they exist unregister them this way: on (WIN2K) START/RUN/regsvr32 /u c:program filesSeagate softwareviewerscrviewer.dll Repeat for each file then rename them to .old Copy the three files from a valid location (CD, me, etc) And Register them this way: on [...]
If you’re using MONMSG, you can email the error to specific support people using the SNDDST command. They in turn can setup their cell phone to receive these emails immediately.
in DB2, ALTER TABLESPACE … TRACKMOD yes/no would become effective immediately.
To my knowledge there is no way to automatically convert a spool file to excel using CL. You would need to convert the program that creates the spool file so that it creates the excel sheet instead of the spool file. I do this quite frequently and the users love it. See this thread for [...]
Please show us the command you are issuing and the error message. You may need to dspjoblog to see the complete error messages. Phil
Will the name of the town always follow a – two letter abbreviation and another – ? If that is the case you could just look for the second dash in the field and pull everything after that.
We are running a well aged version of Optio. There is a PC program called PCEXPRESS from Optio which converts the signiture so that be used on the AS/400.
I’m assuming you are creating running totals for the sums of the columns. So then just create a formula that has <pre> if {sum column1} <> {sum column2} then “Error Message” </pre> Not sure if that answers your question.





