Code Fix: After upgrading to K2 4.7, decimal values are displayed with multiple zeros on a view

  • 16 February 2021
  • 0 replies
  • 5 views

Badge +9
 

Code Fix: After upgrading to K2 5.0, decimal values are displayed with multiple zeros on a view

KB002240

PRODUCT
K2 Five 5.0
K2 Five (5.0) Fix Pack 11
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

 

Issue Description

After upgrading to K2 5.0, where a list view contains a column returning decimal values, the values are displayed with multiple zeros at the end of the value. For example:

  • 3.11 will display as 3.110000000

This issue is related to a SQL service instance SmartObject based on a Stored Procedure as well as a WCF service instance SmartObject

Resolution

  1. Ensure you have K2 Five RTM installed.
  2. Get the K2 Five RTM FP11 from Regional Support.
  3. Install the K2 Five RTM FP11 to apply the fix.
  4. When using a SQL service instance SmartObject, refresh the service instance and regenerate the SmartObject.
  5. When using a WCF service instance SmartObject, add the following to the sourcecode.smartobjects.runtime attributes in the K2HostServer.exe.config file:

 

    disabledecimalprecision=”true”

 

 


0 replies

Be the first to reply!

Reply