Posted by one_hoopy_frood on April 18, 2012 at 12:19am
I've run into a small snafu with views.
It seemed conceptually simple (and data efficient) to create a data type whose stored value was 0 or 1. The data is populated by a select list box:
0|False
1|True
But, in a view result, I can only output 0 or 1, right? And, to the end user, I can't expect them to 'relate' to 0 and 1.
So, is there a way to tell views that if the view result is 0, output text 'false' and if it is 1 output 'true'?
Thanks oodles. -Chris