On my template, I want to show a 'fallback' web part if a property on a particular document is empty.
In the web part properties, under 'Visible', I put the following macro:
{(1)%{(2)%CurrentDocument.LeftColumn%(2)}|(default)empty|(equals)empty|(falsevalue)FALSE|(truevalue)TRUE#%(1)}
However, the web part always shows. It doesn't hide when there is text in the 'LeftColumn' property of my document.
Any ideas?
Thanks,
Erik