Quantcast
Channel: Mockaroo Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 2665

Make a column null based on another column

$
0
0

You can do this by adding the following inline formula (The [Σ] button) to address and postal_code:

if suburb_id.nil?
  nil
else
  this
end

Just make sure that the suburb_id field comes before the other two.


Viewing all articles
Browse latest Browse all 2665

Latest Images

Trending Articles



Latest Images