Forum Post: RE: SUM Function
MiCDyNav, SUM function has a huge effect on the design of the Report that you made in Visual Studio so you need to be pretty sure there. Why cant you trying doing this from NAV side baased on your...
View ArticleForum Post: RE: Find duplicate startdate on a Form
Hi, your screenshots aren't helping to understand the issue. Please be more clear about your requirement and scenario. Thanks!
View ArticleBlog Post: Sikich acquires SCS in SoCAL, completes coast-to-coast coverage...
Sikich LLP gave itself a daring ten-year deadline to grow its technology services practice from $60 million to $250 million-4x growth and then some-and to build its presence on both US coasts. With...
View ArticleForum Post: RE: Get Month Wise data Using Date Table
You can set Group expression in report based on Posting Date/Document date. The expression will be something like Month(Fields!PostingDate.Value).
View ArticleForum Post: RE: Why calling the codeunit does not work by both methods?
Hi Sean, I think that Ishwar is on the right track. If you set the TableNo property of the codeunit to 5406, then the OnRun trigger will take that record as an argument. In that way, your...
View ArticleForum Post: RE: COGS account is not affecting...
Ok, that's fine. So if it works on other sales orders, what is the difference between the sales orders where it works, and where it doesn't work? Also check the value entries for the orders that...
View ArticleForum Post: RE: i.SAF file
Hi Liana? What is the i.SAF file? Never seen that in Navision?
View ArticleBlog Post: Azure price slash targets AWS
In a very aggressive move, one likely aimed at Amazon Web Services (AWS), Microsoft has announced tiered price cuts for Azure. As of October 1, Microsoft lowered prices on some of its most popular...
View ArticleBlog Post: This Extensions Stuff, is it version 0.1, 0.9 or 1.0?
Unless you have been living under a rock it is impossible to have missed the discussions about Extensions, or should I say fights. When I was walking my kids to school this morning my neighbour asked...
View ArticleForum Post: RE: SUM Function
Hi, [quote user="MicDyNAV"]I want to calculate sum of rows in group and I use =SUM(Fields!Value.Value,"Group_Name") but result is not correct. Does anyone know why?[/quote] The first thing I would...
View ArticleForum Post: RE: Item Description not Updating in Item ledger entry and Value...
I think the reason is a combination of Ishwar's answer (bytes where expensive back when Navision was designed) and that if you typically look at the ILE's then you did it from the Item Card and Item...
View ArticleBlog Post: SQL Server 2016 und Dynamics NAV
Der SQL Server 2016 ist seit Juni dieses Jahres verfügbar und kommt mit interessanten neuen Features. Mehr zu den Neuigkeiten erfahren Sie auf der folgenden Webseite:...
View ArticleBlog Post: SQL Server 2016 and Dynamics NAV
SQL Server 2016 released in June this year with many new and interesting capabilities. For further information, please take a look at the product information at this location:...
View ArticleForum Post: RE: Inconsistency error
Hi all, thank you so much for reply. we'd checked the error through debugger, but we cannot identified where the problem is. Currently we're using 2016 IN version.
View ArticleForum Post: RE: Inconsistency error
Hi Kumar, like Erik said, you need to debug the code with the help of a developer who can direct you to the root cause of your issue. It might take time in debugging but you will only be able to find...
View ArticleForum Post: RE: Get Month Wise data Using Date Table
Hi, In that case i think you want to use the Date Table for filtering value entries? If that is the case then you can do something like this - StartDate = 01012016D (Assume Value ) EndDate :=...
View ArticleForum Post: RE: How to schedule an export from Nav 5.0 SP1
Among other choices SSRS (+ Visual Studio or at least Report Builder to design the report itself) could do the job - that is, if you have all those. In such case NAV version doesn't matter, because...
View ArticleForum Post: RE: How to schedule an export from Nav 5.0 SP1
Hello, just write the information into a table in NAV or export it to CSV. And for the scheduling you could use the job queue. I have never tried it in NAV 5.0 but it should work....
View ArticleForum Post: RE: How to schedule an export from Nav 5.0 SP1
Hi JsonMcTyre, Welcome to DUG. A shame you customer is not already on NAV 2016, because then a PowerBi interface would be out of the box. Well any newer version would have been easier to integrate to....
View ArticleForum Post: RE: Get Month Wise data Using Date Table
[quote user="Expn"] how can i use date table for this? let me know if any way of using date table in this report. [/quote] Hi Expn , Yes you can use the Date table to do this. Then you need to create a...
View Article