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

dlage

Members
  • Posts

    2
  • Joined

  • Last visited

dlage's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I am trying to change the color of a fields value that is it a table. And the fields are part of a sub-dataset. I have tried the Conditional Styling Tags but when i add the style tags to the reportElement I get an error saying "Field not found: XML_ANSWERS --- net.sf.jasperreports.engine.design.JRDesignExpression@33ef232a" my style tag : <style name="failColor" fontName="SansSerif"> <conditionalStyle> <conditionExpression><![CDATA[$F{XML_ANSWERS}.equals("fail")]]></conditionExpression> <style mode="Opaque" backcolor="#FF0000"/> </conditionalStyle> </style>
  2. I am trying to find the endpoint and information on how to create a job in REST v2 and get some response data from that so i can then go on to scheldule a report in REST v2 for that job. any help is greatly appreciated!
×
×
  • Create New...