<@UA25FV141> Hey Laurie, that's possible, just use...
# general
c
@Laurie J. Hey Laurie, that's possible, just use a CASE WHEN xyz THEN 'display this value' ELSE '' END. the '' between ELSE and END will then show null value if the CASE WHEN is not met
l
@Camden (WMP) 🙂
@Camden (WMP) but the issue is the case when part of the statement, do i just use (for example) the trans type?
c
Yep, so it would look like CASE WHEN transaction.type = 'Invoice' THEN 'This is an invoice' ELSE '' END
l
so case when {type}= 'Bill Payment' THEN 'display createapprovedpurchase" ELSE " END
ok i got it
i should have just sent you an email!
c
Hahaha I suppose that's why you have my email and cell 😊