Jump to content
We've recently updated our Privacy Statement, available here ×

xthai

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by xthai

  1. I have a string variable that contains a character. How do I compare that character to see if it is inside of range "A" - "F" or if it is less than "G"? $F{B-RRecords}.____________ ("F")
  2. I need to print a row of reading scores. Each grade level uses different at risk, approaching, and meeting band color. How do I apply the band color when I print out my row of reading scores?
  3. xthai

    Stack bar

    To sum it up how to label each column segment in a stacked bar.
  4. xthai

    Stack bar

    How do I a value on my stack bar? For example, my stack bar is colored red for 4 students, yello for 2 students, and green for 22 students. I need to display these numbers on the appropriate colored part of the bar. Thanks...
  5. Thank you so much for trying to help me. I'm new to Jaspersoft and struggling with print this in percentage form. $V{v-beginning-stu-cnt} == 0 ? 0 : $V{v-beg-atristk-cnt}/$V{v-beginnin-stu-cnt} I tried to cast v-beginning-stu-cnt to java.lang.Double it gives me compilation errors. So, how can I change these variable to be decimal numbers? Also, I display these variables and I don't want to display them on my report as a decimal number. Do you have any other ideas, and if so please explain to me what to do in details, as I told you I'm really new at this. Thanks...
  6. I tried to do 20/25 and I set the Pattern to be 0.0%. I always get 0.0% back. How do I do it so that I can get 80% display correctly in a text field?
×
×
  • Create New...