| Summary: | setUserPropertyValue does not use in web viewer | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | sonic <shimizu> |
| Component: | BIRT | Assignee: | Birt-ReportEngine-inbox <Birt-ReportEngine-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bluesoldier |
| Version: | unspecified | ||
| Target Milestone: | 3.7.0 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
sonic
temporarily as i set data for global variable in script. i make [dynamic text] on the same column. and i set the global variable of the value at [dynamic text]. this is not a solution. however, i make format. this.setDisplayValue(Formatter.format( this.getValue(),"#,##0.00") ); This script should be added to onRender method. Preview as html/pdf/xls is using the runandrender to create the report which does not create the document. So the setDisplayValue works in the onCreate method. Actually the setDisplayValue should be disabled in onCreate method. i can make format. thanks a lot. |