Chris Raitzyk
10/03/2025, 1:55 PMCeligo AI
10/03/2025, 1:55 PMAI generated answer (using internal Slack threads):Based on the conversations provided, here is an example of a CASE IF statement using the replacement values 1 = Test, 2 = Lime:
CASE
WHEN {field} = 1 THEN 'Test'
WHEN {field} = 2 THEN 'Lime'
ELSE 'Other'
END
This statement checks the value of {field}. If it equals 1, it returns 'Test'. If it equals 2, it returns 'Lime'. For all other values, it returns 'Other'.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/03/2025, 1:55 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797424436
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791137815
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.790954709
Celigo AI
10/03/2025, 1:55 PM