Calculated simple expression to support string concat and if else
I was looking for an alternative simpler expression rather than the Mongodb query language for calculated field — similar to what Tableau and Metabase provided. the main goal is to have a more intuitive expression for folks who don't familiar with Mongo query to create their own stuff
example expected expression: is_beta: (if int([Version Minor]) >= 7 then "yes" else "No" end)
3
votes
Marco
shared this idea