Re: Batch Report
Hi, You can try to create that query as a Stored Procedure, it might help you with the performance issue. Best Regards
View ArticleRe: Sales Order Query
Hi, Off the top of my head you could try subquerying select stuff,(case when ordr = O then (selct ordr.doctotal where ordr=t0tables) elsecase when ODLN = O then (select odln.doctotal where...
View ArticleRe: Printing ean-13 barcode in crystal
Hi Julie Can you describe the issues you are facing with the barcode. As ricardo wrote you should use formula for EAN-13 and the use correct font. Regards, Yossi
View ArticleReport with unpaid invoices
Hello i need report that show invoices which are truly unpaid and have delay over 60 days in payments. I'm new in sql in Sap and this sql dont work good for me ;/ SAP Business One 8.82 (8.82.071)...
View ArticleInternal error while creating new company in sap b1 pl 05
Hi all I installed sap b1 server and clint in PL 05 for USA localization but when I m trying to create new company from login screen system start to create tables but after some time its giving error...
View ArticleRe: Internal error while creating new company in sap b1 pl 05
Hi, Please do not post multiple threads on same subject. Close this duplicated thread. Thanks & Regards,Nagarajan
View ArticleCrystal Report Samples
OK, Now they have done to the PartnerEdge portal what they did to the Forums, can anyone help me to find a link to the crystal report samples that used to be available? Have spent 30 minutes searching...
View ArticleRe: Internal error while creating new company in sap b1 pl 05
Hi Ricky, We had a similar issue and found we had to create the database on another server & restore it. I think, but didn't get around to proving, that the issue occurs where the license service...
View ArticleRe: How to create Control Account token
Hi Pierre, Okay thank you!I will try using it. Regards.Ivan
View ArticleReport different if print/print preview
Hi, First of all, thanks in advance. I manage an ERP which uses Crystal Reports for report editing. In my ERP, I have a button "Save" and a button "Print". basically, the "Save" button prints reports...
View ArticleRe: Crystal Report Samples
Hi, Please check this link Sample layouts and reports - Business One - SCN Wiki Thanks & Regards,Nagarajan
View ArticleRe: Report different if print/print preview
Hi, Are you working with SAP Business one? Thanks & Regards,Nagarajan
View ArticleRe: Report different if print/print preview
Hi, No. It's a portuguese ERP. It uses Crystal Repor Viewer, but reports are customizable and editable with Crystal Reports.
View ArticleRe: Report different if print/print preview
Hi, This is SAP Business one reporting and printing forum. Please find correct forum and repost above question to get quick assistance. Please close this thread here with helpful answer. Thanks &...
View ArticleRe: Joining Tables OWDD and ODRF
Hi, Try like this, SELECT T0.[DocNum], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription], T1.[Quantity], T1.[Price] FROM ODRF T0 INNER JOIN DRF1 T1 ON T0.[DocEntry] = T1.[DocEntry] inner...
View ArticleRe: What is the parameter key for SAP Payment Recommendation Report
Did you solve this one? I am having the same issue in 9.0
View ArticleRe: DocTotal in words Crystal Report
You're looking for the ToWords function. Some info is found here.
View ArticleRe: how to join OCPR table with SAP B1 default Crystal Report for Purchase Order
Crystal defaults to an Inner Join. In the event that there isn't a valid contact person this could cause the behavior your seeing. In the Database Expert Link tab, right click on the OPOR to OCPR join...
View Article