Can I have `true/false` values in suiteql? I'm get...
# suiteql
a
Can I have
true/false
values in suiteql? I'm getting sick and tired of this
'T/F'
bullshit. Something like
Copy code
CASE WHEN column = 'T' then TRUE else FALSE END