Community
Participate
Working Groups
AK (6/5/01 2:38:29 PM) 1. debug a class with a String variable (let's say 's') 2. add s.value[2] (for instance ) to the inspector 3. you see sth like [2]=t no indication that [2] is a char NOTES: DW (6/5/01 12:03:22 PM) There is a usability problem. We do not show types in the RHS of expressions/variables. Top level expressions do not show types for primitive data types. NOTE: types appear if you "Display" rather than "Inspect".
PRODUCT VERSION: 118
Fixed.
Please verify.
Verified.
when i retrive particular column values from xml datasource in BIRT report as ITEMNUMBER row["ITEMNUMBER"] some of the values are truncating. Actually all the ITEMNUMBER values are 13 character size,but while retrieving the value gets truncating differently.What might be the problem. Can anyone please help me.