Last active
August 29, 2015 14:27
-
-
Save psadmin-io/dbcb6f2afc551d2b3e5a to your computer and use it in GitHub Desktop.
If you on PeopleTools 8.51.19, 8.52.08, or 8.53 and higher, this option can be added to you app server's config file to change how the Download to Excel feature handles numeric columns. Without this parameter set, the leading zero's in a column will disappear because excel will treat those columns as integers. This parameter changes numeric colu…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Domain Settings] | |
;========================================================================= | |
; General settings for this Application Server. | |
;========================================================================= | |
;------------------------------------------------------------------------- | |
; Use Old Download To Excel Behavior - 0 New Behavior - 1 | |
; | |
FormatIntsInCharFldsForDownloadToExcel=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment