Re: Computed View Column Icons Not Always Displayed
If you view the source HTML of the web page, what's occurring for those entries? I'm wondering if it's a problem with the SSJS code or the URL it's creating. One possible thought, though I may be way off the mark, is the data type of the field, if you're pulling the value from the documents: I wonder if you're using getItemValueString but the value is a number, or something like that.