Jasperreports+ireport doesn’t support display value, how do I?

August 20, 2009 by admin · 1 Comment
Filed under: Programming & Design 
construction tools
Natalie asked:

In database construction, code table (or called dictionary table) is very common. For example, in a Employee Information report, degree field is saved as codes “1, 2, 3…” in employee table, while corresponding titles “Junior College, College, Master…”are saved in degree code table. Then it’s required that reporting tool should have a conversion mechanism from “code” to “title”: truth value is “code” while display value is “title”.
But Jasperreports+ireport doesn’t support this mode. It can achieve this function only by writing complex statements in SQL.
Is there any other free reporting tool that can achieve this function easily?

Related Blogs

Related Blogs

Related Blogs

Comments

One Response to “Jasperreports+ireport doesn’t support display value, how do I?”
  1. Aadilah says:

    There is a free reporting tool — RAQ Report, a real Excel-like Web-based Java reporting tool.
    With RAQ Report, you can define the expression of display value as required. “Display value” is only used to display the value. When cells cite each other, they can refer to either of display value and truth value.
    For more For more details and graphic illustration, you can refer to.
    Good luck.

Speak Your Mind

Tell us what you're thinking...