I have a little bitmap I want to display on a custom header under certain conditions. Specifically, I have a field called 'flagYN'. If the column is populated with a 'Y' then I want the icon to dsiplay, if it is populated with a 'N' I want it not to display.
Under 'General/Visible' in the Infomaker properties tab, I have added the expression 'if (flagYN = 'Y',1,0). I feel as though I am missing something quite simple, as the icon does not display according to the expression.
Any suggestions would be appreciated. Let me know if you need more information.
Thanks!
Dave Knerler
The Studio Theatre
Washington, DC
Hi David
I have a conditional image and my visibility is set up as if(field=1,1,0).
Hope that helps
Siobhan
Hi Siobahn,
I played around with it a little more per your setup. Still no luck. I must be missing something. I appreciate repsonse.
Are you using single or double quotes around Y? If single quotes try double.
Here is mine looking for a user id.
if( match(userid,"majones"),1,0)
Marty Jones
Database Administrator
Omaha Performing Arts 1200 Douglas Street
Omaha, Nebraska 68102
P 402.661.8469 | F 402.345.0222
Marty.Jones@omahaperformingarts.org
www.omahaperformingarts.org
For tickets, call Ticket Omaha at 402.345.0606
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of David Knerler Sent: Thursday, December 10, 2009 1:22 PM To: Martin A. Jones Subject: Re: [Tessitura Technical Forum] Custom Header with a conditional image
From: Siobhan Bennetts <bounce-siobhanbennetts3867@tessituranetwork.com> Sent: 12/10/2009 10:59:01 AM
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!