Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 645703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:31:56+00:00 2026-05-13T21:31:56+00:00

I want to ask how to add a computed column in BIRT that compute

  • 0

I want to ask how to add a computed column in BIRT that compute a number to its word representation?
(ex. 100 to “one hundred”)
So in my data set I can have a column that holds the string

I’m new at BIRT
hopefully there’s a pointer or two for me

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T21:31:56+00:00Added an answer on May 13, 2026 at 9:31 pm

    I am aware this is quite an old post, but if you are still interested, this is how I’d go about doing it:

    Add a script or jar that containing a function / method that would convert a number to a textual representation. To do this, for example, create a server-side-utilities.js file and in the ‘Resource Explorer’ tab add the resource. Then, in the ‘properties editor’ for the report itself, click the ‘resources’ tab and add that JS file.

    Then edit the JS file to include a function that converts a number to text and save it. Then in your dataset dialog add a computed column, name it, set data type to string, and set the expression to invoke the defined function, passing to the function the value of the relevant column, e.g. convertNumberToText(row["NUMERIC_COL"]).

    A partial implementation of convertNumberToText() might be:

    function convertNumberToText(number)
    {
      var text;
    
      switch (number)
      {
        case 1:
        {
          text = "One";
          break;
        }
        default: text = "Unsupported number";
      }
    
      return text;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to ask. How to add break after paragraph in one text field
I just want to ask that how do i add html suffix to each
I want to ask that how can I add a Background Worker component through
I want to ask about an edge-case scenario that I understand is very poor
I want to ask pro developers out there that how they manage a big
I want to ask why we don't have to add try-catch block to a
I just want to ask if it is possible to add expiry headers to
i am new to iPhone programming i want to ask that whether i can
I want to ask a question that, Is there any method to design a
I have read this question and I want to add to it that what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.