Absolutely Beautiful! Here is one of my implementations:Replace(Replace(Len([PoNumber])>0,True,[PoNumber]),False,"Not Available")I was able to use this for 7 rows in a several multi-calcs, saving me DOZENS stages on the page!Kevin S. Miller----------...
Hi Ami,Are there any plans to add Immediate If (iif) to the expressions? That sure would simplify many things.------------------------------Kevin Miller------------------------------
Thanks Eric. I believe you are correct - it's technically possible using a lot of manual interaction and existing tools like an XML diff, but very complicated for the benefit.------------------------------Kevin Miller------------------------------
Hello,One of the most useful features of version control systems like Git is that multiple developers can work on the same project at the same time. Each developer has their own copy of the project to edit and test, then the developer merges their ch...