How to show two meter chart depending on condition in BIRT

amrutaraut99@gmail.com
edited February 11, 2022 in Analytics #1
<p>Hi Team,</p>
<p>I want to show two meter chart depending on condition,</p>
<p>scenario is that,when positive value come then value show in 0 to 180 angle meter chart when value comes negative then value show in downward i.e 180 to 360 meter chart,How can I do it?</p>
<p>please suggest anyone have idea on same.</p>
<p>Thanks in advance.</p>

Comments

  • <p>If anyone have any idea please share it.</p>
    <p>thanks in advance .</p>
  • <p>You can use the visibility property.  Create two charts, then in the visibility property of each chart you can write an expression to look at your values and return true or false whether to hide that one.</p>
    Warning No formatter is installed for the format ipb
  • <p>Thanks alot your solution work for me !! :)</p>