Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
how to hide grid based on some condition
purushdk
Hi
I am using birt 2.3, i can hide table based on some condition using visibility property
example
if(row["evstatus"]==null){
true
}
else
{
false
}
above example working fine with table .
if same condition i had to grid its showing error.
ReferenceError: "row" is not defined.
please give me solution.
Thanks,
k.purushothaman
Find more posts tagged with
Comments
mwilliams
Hi k.purushothaman,
Can you explain more about the condition in which you'd want to hide the grid? Better yet, if you could recreate a similar scenario with the sample database, that'd be great.