Hi, The negatives are stored with a sign in the rightmost position of the field – the sign is normally a letter and is dependent upon the rightmost digit in the value. This sounds more confusing than it is and you don’t really need to know too much about it in practice. To enter negative [...]
SELECT * FROM <TABLE_NAME> FETCH FIRST 1 ROW ONLY -- FOR MULTIPLE ROWS SELECT * FROM <TABLE_NAME> FETCH FIRST <NUM> ROWS ONLY Please let me know if you need any information -Vijay Kanth Hello, In a relational design, you first have to answer the question “first what?” The previous example will return 1 row, but [...]
This <a href=”http://publib.boulder.ibm.com/infocenter/iseries/v5r4/topic/rzakb/ldata.htm”>chart</a> documents the valid mappings across data types. O to A is not shown as a valid mapping (which I don’t find too surprising as O is mixed SBCS and DBCS). The table does however show O to UTF8 as being valid. UTF8 is treated as character data so that might work in [...]
Try this instead <pre> if({SALESTABLE.CUSTACCOUNT} = “0012″ <b>AND</b> {SALESTABLE.INTERCOMPANYCOMPANYID}) = “vcc” then {SALESTABLE.DELIVERYNAME} else {CUSTTABLE.MGSITRACKCHEPGLID} </pre>
Your question is not very specific, and I do not know what you mean by the “default tables”. but let me try to address the topic. DB2 z/OS consists of many datasets. Each tablespace and each index space will be made up of one (or more) VSAM LINEAR datasets. The naming convention for these datasets [...]
Hi, You say “SELECT” and so I assume you are using SQL. Most flavors of SQL have a function to extract the month from a date. And also a special register for CURRENT DATE. Using this MONTH function makes your query very easy… something like this … SELECT column1, column2, …, birthdate FROM your_table WHERE [...]
Oracle comes with 2 system admin userids; SYS & SYSTEM. At install time, the passwords are MANAGER & CHANGEONINSTALL. The “sample” userid of SCOTT (password TIGER) also has system admin privileges and should either be locked down or the overly powerful authorizations revoked. In addition, individual userids need to be established and authorizations granted to [...]
Any SELECT statement should only acquire SHARE locks (non-exclusive). Another application should be able to read right thru them. Ensure that you are not forcing RR (repeatable read) isolation.
I do not believe that you can with just the viewer. From my understanding this option is only available if you have the enterprise edition.
A little more detail may be needed. I just tried a find in a subreport and had no issue. Where are you trying to use it in the subreport?
First do: Display Object Description (DSPOBJD) Type choices, press Enter. Object . . . . . . . . . . . . . > *ALL Name, generic*, *ALLUSR… Library . . . . . . . . . . . > YOURLIB Name, *LIBL, *USRLIBL… Object type . . . . . . . [...]
You can insert the subreport, but Crystal Reports will close the subreports that are currently in Preview mode. This has no permanent affect on anything, it is temporary. You can re-open the subreports in Preview mode after you insert the new subreport.
Okay, so you place in the selection formula <pre> {TRXPOL.PreAuthEndDate} in currentdate to Currentdate + 60 </pre> This will pull all records with an expirationEndDate between the date you are running the report and 60 days after the date you run it. If you want to pull all records, but list them as you have [...]
I am using BPCS 6.0.04- most likely your version is similar. TPEC,TBHB,TBSB, and TBLB, all keyed on GUID number. Select TPEC = ‘ECM607′ + PESTS = ’0′ +PEDWN = ‘EDI’ , Select TBHB BHICN = ‘ ‘ , Select TBSB BSICN = ‘ ‘ , Select TBLB BLICN = ‘ ‘.
Could be a bug or a bad connection. Have you tried reinstalling crystal reports? Yes, but still not able to create a new connection to the database.
Well, obviously the View creates those extra line items because you have several notations per quote. You say that you want to suppress those extra line entries. Does this mean that you are not interrested in those extra notes at all? If so, you can modify QUOTE_Binary_to_notes: <pre>SELECT TYPE, n.OWNER_ID , CONVERT(varchar(8000), CONVERT(binary(8000), NOTE)) AS [...]
You need to purchase <a href=”http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/visualstudio/index.epx”>Crystal Reports for Visual Studio .NET</a> or Crystal Reports Developer Advantage licenses.
I’m not sure if there was a question there? If I follow correctly I think you are saying you do not want to display date fields on the report, but you want to group and/or sort based on the date fields? If that is correct, then there are no requirements stating that you have to [...]
Use expression instead of field. For example, <pre>issued: IIf([Issue Date] Is Not Null;’ISSUED’)</pre>
Each username has a different privelage level. Contact your I.T. administrator to ensure you have the priveleges required for this action. Hope this helps! -Schmidtw





