Re: Unable to Print approved PO
Hi Eswaraiah, This is a SAP Business One forum & as per above thread I think this in not related to SAP Business One. So kindly post your thread on right forum for quick response. And close...
View ArticleRe: Formatting the number in query output
Hi Koji, Try Below query.... SELECT convert (int ,CAST (ROUND (T0.[InQty],2,1) AS decimal (18,0))) FROM OINM T0 Note : If your issue resolve then please mark as a correct answer. THks,Kamlesh Naware
View ArticleRe: Formatting the number in query output
Thanks, that did it. Appreciate the help. Now I see the numbers aligned to left without the comma ",".Is there also a way to format it to align right with comma like this: 1,220 ?
View ArticleRe: Adding a IF Else to a UDF query
Hi,Cracked it IF (SELECT T1.U_ServFreq FROM OINS T1LEFT OUTER JOIN ODLN T2 ON T2.DocNum=T1.deliveryNowhere T1.InternalSN=$[OINS.InternalSN]) = '1'SELECT DATEADD(yy,1,(T1.U_Visit1Due))FROM OINS T1LEFT...
View ArticleRe: Multiple IF conditions in UDF
Cracked it... IF (SELECT T1.U_ServFreq FROM OINS T1LEFT OUTER JOIN ODLN T2 ON T2.DocNum=T1.deliveryNowhere T1.InternalSN=$[OINS.InternalSN]) = '1'SELECT DATEADD(yy,1,(T1.U_Visit1Due))FROM OINS T1LEFT...
View ArticleRe: Cannot printing Crystal Reports with Zebra shared printer
Hi Adam. Please find the link below for your reference. , that's, help you for Zebra printer setting... Zebra Technologies - Tips for Printing to Zebra printers from Crystal Reports Rgds,Kamlesh Naware
View ArticleRe: Only Customer Group Names in where condition in a query
Hi Nagaraju, Try below query.... select b.GroupName, b.GroupType , * fromocrd a inner joinocrg b on a.GroupCode = b.GroupCodewhere b.GroupName IN (SELECT GroupName FROM OCRG WHERE GroupName ='[%0]')...
View ArticleRe: Problem with IF statement in SAP Script
See discussion in Problem with IF statement in SAP Script.
View Articletransaction notification
I Have here may transaction notification, how can i exempt from this rule a "cancel doctatus" thanks --Duplicate Lab ID Reference Not Allowedif @object_type = '17' and (@transaction_type= 'A' or...
View Article