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)
Dynamic image - NULL blob column
mas_h
Hi,
I have a dynamic image which referring to a table column of type Blob.
If the blob column is null, I do not want to display anything, so it will be empty.
How can I achieve this?
I am using BIRT 2.2.
Find more posts tagged with
Comments
thuston
Use a Visibility expression to hide if row["col"] == null
mas_h
ah.. why didn't i think of that.. Thanks!