Skip to main content

RTC Report - Formatting Boolean Values as Check Mark and X Mark.

Hi All,

This post only show steps about how to Format Boolean Values in RTC Reports.

If you don't know this, then please go ahead.

I received a query to put a check mark or X mark for a Boolean field in Navision RTC Report.

Let's see how we can achieve it.

 I will be creating a new report based on Item Table as below is the data set.



Open Report Layout on Visual Studio or Report Builder. create a table and assign all three fields in table body as shown below.



Save and Run the Report, Output will look like something as shown below.



Let's Design the Report to Change True/False to Check Mark/X Respectively.

1. Select Text Box under Body for Blocked and Cost IS Adjusted and change the Font to Webdings as shown below.



2. Go To Expression of Blocked and Cost is Adjusted Field and change it as Below -

Blocked
=IIF(Fields!Blocked.Value=true,"a","r")

Cost Is Adjusted
=IIF(Fields!Cost_Adusted.Value=true,"a","r")



Save the Report and Run the Report Again. Below is the old and New Output.


So that was simple, we just need to identify the font that will convert the charter to symbol.

If you still have issues download the objects from SkyDrive.
File Name - NAV 2013 R2_Test Check Mark Report.rar

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.