Skip to main content



      Home
Home » Archived » BIRT » pie chart and translation table for categories defined by code
pie chart and translation table for categories defined by code [message #196817] Fri, 20 October 2006 10:24
Eclipse UserFriend
Hi,

my dataset returns such data:

a|b
=+=
1|6
2|1
3|3

I put a column into categories and b column as
y axis (values). Of course, resulting chart is
totally unreadable, so I need to provide labels
for the codes from a column.

I worked around this issue with javascript:

switch(row["a"]) {
case 1: "Correct"; break;
case 2: "Incorrect"; break;
default: "Unknown";
}

Do you have better idea how to eachieve similar effect?
Is it possible to specify some translation table for
categories?

Thanks, have a nice weekend

Leos
Previous Topic:Numbering a grouped table
Next Topic:Rendering multiple series with different numbers of data points
Goto Forum:
  


Current Time: Tue Jul 22 04:33:19 EDT 2025

Powered by FUDForum. Page generated in 0.07053 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top