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.