Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: use IF condition  (Read 1904 times)

ghon

  • Newbie
  • *
  • Posts: 23
    • View Profile
use IF condition
« on: January 18, 2017, 12:14:32 PM »
Can I use IF() Condition if Variable has value in report datasource?

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: use IF condition
« Reply #1 on: January 18, 2017, 09:02:15 PM »
Yes you can use IF() condition. For example: $S{ if($V{test_var}=="10" { "Test_var is 10"}  }