a variation on "show region" - is this possible?
Hi all. I have a page of listings pulled from a database which uses the standard "show region is recordset is not empty" server behaviour. This is working fine and if there's no content for a particular field, then this behaviour does what it's supposed to do.
Problem is that each element of the listing has a header (title/name/description...etc etc) and I want to hide the header for any field that doesn't have any content.
OK, I know I can include the header in the table listing and then it would either show or not, depending, but ideally I need to be able to style the header differently from the listing text, and if it's coming in as {rsArtists.artName}
