I'm only familiar with CSS in the context of building a webpage. How can I use the vertical-align property in Appery?
GOT IT! Thank you so much for pointing me in the right direction. In the end, this was the code that worked:
if (typeof value === "undefined") { 
 // Value is undefined. 
  Appery("bizWeb").hide(); 
 } 
 else { 
  return value; 
 }
I think that I explained my predicament a lot better in this post:
https://getsatisfaction.com/apperyio/...
You have already helped so much tonight, if I can get this last bug worked out, then I'm home free. At least for now. Your help would be much appreciated.
Will this work if 4/5 columns return values, but only one is undefined?