Jump to content

Displaying an String Output


richriccio

Recommended Posts

I'm brand new to iReport;

I have a data source with 4 levels of scoring.

field_4 is a Desimal ouput


How do I get a display on my report:

If field_4 is <80% then display "Has Issues"

If field_4 is >80% but < then 85% then display "Improvement required"

If field_4 is >85% but < 90% then display "Meets Expertations"

If field_4 is >90% but < 95% then display the answer "Exceeds Expertaions"

I appreciate this very much!

 

The code may not be of any help for you.

Code:
SELECT     qa_formdata_1.`score_1` AS qa_formdata_1_score_1,     qa_formdata_1.`sectionweight_1` AS qa_formdata_1_sectionweight_1,     qa_formdata_1.`sec_score_1` AS qa_formdata_1_sec_score_1,     qa_formdata_1.`rating_1` AS qa_formdata_1_rating_1,     qa_formdata_1.`rating_2` AS qa_formdata_1_rating_2,     qa_formdata_1.`rating_3` AS qa_formdata_1_rating_3FROM     `qa_formdata_1` qa_formdata_1
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...