Re: Time Field and add 30mins - CRYSTAL REPORT LAYOUT
Hi,In your query for layout, you can use below method, or if its a direct table value, use formula filed to add 30mnts after converting the data to TIME format. select convert(TIME,ODLN.DocTime)+30...
View ArticleExporting Details in Drill Down In Crystal Reports
Hello, I was hoping someone would be able to help me resolve an issue that I have been recently facing with Crystal Reports.We are using Crystal Reports for .NET Framework within Microsoft Visual...
View ArticleControlling user access to certain print layouts
Dear all, As my company is in the midst of transiting to a new Sales document print layout for 2016, is there a way to "lock" the old print layouts from user access?We need to keep the old layouts...
View ArticleRe: Controlling user access to certain print layouts
Guess everyone is still in party mood? Jokes aside, I've found the solution to this after digging around. Layouts can be deactivated by going into Report and Layout Manager, and narrowing it down to...
View ArticleQuery to show all Sales Orders
Hi, I need this query that shows Sales Orders and linked Inventory Transfers (link made manually with UDF) to show ALL Sales Orders, even the ones that are not linked in the UDF. Here is what I have:...
View ArticleQuery showing Incoming payments created today
Hi Experts, I need a query report to show all the Incoming payments paid with a Credit Card for today. I createdc the query, but have trouble showing only the ones created today. Here is what I...
View ArticleRe: Query to show all Sales Orders
SELECT T0.[DocNum], T0.[CardName], T0.[DocDate], T0.[DocDueDate], T1.[PymntGroup],T2.[DocNum], T2.[Comments] FROM ORDR T0 INNER JOIN OCTG T1 ON T0.[GroupNum] = T1.[GroupNum]...
View ArticleRe: Query showing Incoming payments created today
Try this:SELECT T0.[DocNum], T0.[CardName], T0.[DocDate], T2.[CardName], T1.[CreditSum], T1.[VoucherNum] FROM ORCT T0 INNER JOIN RCT3 T1 ON T0.[DocEntry] = T1.[DocNum] INNER...
View ArticleRe: Query showing Incoming payments created today
Don't think the CONVERT is required, managed to run it without error from my side SELECT T0.[DocNum], T0.[CardName], T0.[DocDate], T2.[CardName], T1.[CreditSum], T1.[VoucherNum] FROM ORCT T0 INNER...
View ArticleCombining data from two years into a single query
Good Morning all, With help from a member of the SAP community I was able to prepare a report which showed the current stock quantity, followed by monthly sales (6 months) for each item. See the query...
View ArticleRe: Combining data from two years into a single query
Hi Tadhg... Yes it is possible by using the Union SQl function. RgdsKennedy
View ArticleError message SAP AG UBODBCHDB32 DLL HDBODBC32 Syntax error or access...
We get the error message in excel when using the odbc driver. This is a hana system. SAP AG UBODBCHDB32 DLL HDBODBC32 Syntax error or access violation; 257 sql syntax error incorrect syntax near.The...
View ArticleCustomer Aging report preview crashes SAP B1 9.1 PL06
Hello all, trying to preview the result of a Customer Receivable Aging report makes SAP B1 9.10 crash with: Problem Event Name: APPCRASH Application Name: SAP Business One.exe Application...
View ArticleTrial balance with cost centers
Hi all, I have below scenario: Fiscal Year = Jan to DecYear end closing is performed for FY 2014 that is ended on 31/12/2014Transactions involved cost centers A, B and C Wanted to print Trial Balance...
View ArticleStock Query
Hello Experts, I am new to stock queries We have recently changed from 8.82 to 9.1 A stock report does not feature in 9.1 Data was transferred over via a tool so we only have one Sublevel The table...
View ArticleCropped text with PLD
Dear experts, My company had changed the font of all our print layout to Calibri for this year, and now we are facing issues with words in our document being cropped. When the word reaches the...
View ArticleRe: Stock Query
Hi Adrian Sounds like it might be an Inner Join problem. Could you post the query so we can look at it and advise you? Kind regards Peter Juby
View ArticleRe: Customer Aging report preview crashes SAP B1 9.1 PL06
Hi Denes Are you using the (System) layout or a custom layout? Usually if it crashes there is a syntax error in the layout. Kind regards Peter Juby
View ArticleRe: Customer Aging report preview crashes SAP B1 9.1 PL06
Hi Peter the error happens with the system one, no idea why.In the workaround I just open the system one and save it under a different name without making any changes, and that is enough to make it...
View ArticleRe: PLD-Sorting & Grouping
You can do basic sorting on the form layout by right clicking on the repetitive area (often a different color). The right click brings up a drop down and half way down the list you will find...
View Article