Question
7
Replies
1195
Views
Posted: April 18, 2016
Last activity: April 18, 2016
Closed
Solved
I imported data records from csv into the data type (Pega 7.2) with leading zeros. The property is defined as text, but pega report doesn't show the leading zeros.
I imported data records from csv into the data type (Pega 7.2) with leading zeros. The property is defined as text, but pega doesn't show the leading zeros. Is there any solution for that problem?
The values of the property look e.g. like this 02345. The import did function, because when I look on the instances of the class, that was created I can see, that the values are right.
For any help thanks in advance.
By Pega report I am assuming you are using a report definition rule to get retrieve the data. Does this report have a HTML Control for this field? Also, does the property have any HTML Control?
If yes, please check if this is causing the leading zeroes to be removed.
If you run the query generated by the report directly against the database, are you getting the results with the leading zeroes?