Forum Post: RE: Control permission on ledger entries based on user setup -...
Probably a better way is to use the AccessByPermission property ( msdn.microsoft.com/.../accessbypermission-property). In combination with proper permission sets that will do exactly what you are...
View ArticleForum Post: RE: SSRS 2014 Nav2016 Calculated field Syntax
SELECT [Company$Bin Content].[Bin Code] ,[Company$Bin Content].[Item No_] ,[Company$Bin Content].[Default] ,[Company$Warehouse Entry$VSIFT$5].[SUM$Qty_ (Base)] FROM [Company$Bin Content] INNER JOIN...
View ArticleBlog Post: NAVTechDays 2016
This weekend, while preparing for NAVTechDays .. I realized I haven’t even blogged about it. And I’m ashamed about it. THE best conference for Microsoft Dynamics NAV Developers in the world. And I...
View ArticleForum Post: RE: Blocked, Blocking User ID and wait Time(ms) fields in NAV 5...
Blocked :- Whether this session is blocked (waiting to acquire a lock) by another session:::::: What is the mean of this in technical term??? is the session is blocked by some batch posting or by some...
View ArticleForum Post: RE: Blocked, Blocking User ID and wait Time(ms) fields in NAV 5...
This means the same process run by two user or same table is used by two process and it is run by two user same time So when first user complete the process then it will start executing for second and...
View ArticleBlog Post: Cumulative Update 37 for Microsoft Dynamics NAV 2013 R2 has been...
Cumulative Update 37 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013 R2. The cumulative update is intended mainly for...
View ArticleForum Post: RE: Problem with NAV klients showing ø as ₵ and Ø as yen ¥
For future reference - Finderups and Thomas suggestions was the solution for at least NAV 2016 CU11. The problem arise when you develop on a system where the setting for programs that are not unicode...
View ArticleForum Post: RE: Restore database
Did you select appropriate .bak file ? Try selecting Cronus backup file to restore and check if it works.
View ArticleForum Post: RE: Problem with NAV klients showing ø as ₵ and Ø as yen ¥
Did you also change the other setting with "grænsefladesprog" ? :)
View ArticleForum Post: RE: 2016 Reports - Show or hide row groups
If you want to hide some sales line which fulfill a particular condition then you may use CURRREPORT.SKIP function. This will skip the rows which you do not want to show in your report print.
View ArticleForum Post: RE: Sort List Page
Have you tried using DataItemTableView property. It will fix the sorting order on a particular key as required by the user.
View ArticleForum Post: RE: 2016 Reports - Show or hide row groups
Hi gmarteinsson, You can try Mr. Sharma's solution by skipping the rows before the dataset. Or in the report layout, did you try set the visibility of you group with function COUNTDISTINCT()? Thanks,
View ArticleForum Post: RE: SSRS 2014 Nav2016 Calculated field Syntax
Hi BKR2016A, If your question is how to SUM with condition in SSRS. You can find some examples here: stackoverflow.com/.../carrying-out-a-sumif-like-operation-using-sql-server-report-builder Thanks,
View ArticleForum Post: RE: 2016 Reports - Show or hide row groups
I agree with Ishwar suggested... also you can try with the Visibility and Filters properties of group in layout..
View ArticleForum Post: RE: Sort List Page
You can try with changing the 'SourceTableView' property of the List page. There you can set the Key as well as the Order (Ascending or Descending) in which the data to be shown on the page.
View ArticleForum Post: RE: 2016 Reports - Show or hide row groups
If you are making the report in VS, I've used a formula in the row visibility in order to hide it if it meets certain criteria. For example: =IIF(Fields!Type.Value like "PR*" OR Fields!ItemId.Value...
View ArticleForum Post: RE: Restore database
My latest database backup .bak file was corrupted. Thanks
View ArticleBlog Post: NAV CUs: Actualizaciones de noviembre
Como es habitual en los primeros días del mes, os dejo un breve resumen con los enlaces de las...
View ArticleBlog Post: Report Settings- NAV 2017
There is one new parameter introduced in NAV 2017 reports that is 'Saved Settings' Depending on the report that is run, request page that lets you to set certain options and filters for changing the...
View Article