LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: pcuevas on April 24, 2017, 07:43:51 pm
-
Is possible to hide some Item depending of a condition?
-
It's possible. You can use THIS.isVisible property to do it.
$S{
var testval = "hide"
if (testval === "hide")
THIS.isVisible = false
}