Home
Help
Search
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
LimeReport Forum
»
General Category | Основное
»
Discussion | Обсуждение
»
VISIBLE items
»
previous
next
Print
Pages: [
1
]
Author
Topic: VISIBLE items (Read 2783 times)
pcuevas
Newbie
Posts: 12
VISIBLE items
«
on:
April 24, 2017, 07:43:51 pm »
Is possible to hide some Item depending of a condition?
Logged
Arin Alex
Developer
Administrator
Hero Member
Posts: 1005
Re: VISIBLE items
«
Reply #1 on:
April 25, 2017, 10:43:54 am »
It's possible. You can use THIS.isVisible property to do it.
Code:
[Select]
$S{
var testval = "hide"
if (testval === "hide")
THIS.isVisible = false
}
Logged
Print
Pages: [
1
]
previous
next
LimeReport Forum
»
General Category | Основное
»
Discussion | Обсуждение
»
VISIBLE items
»