LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: ghon on January 18, 2017, 12:14:32 PM

Title: use IF condition
Post by: ghon on January 18, 2017, 12:14:32 PM
Can I use IF() Condition if Variable has value in report datasource?
Title: Re: use IF condition
Post by: Arin Alex 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"}  }