Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Select Second Row Formula
Hello all,
Im creating a saved search with a formula field to concatenate the transaction number of 2 bills in the memo field of a payment.
The formula below is getting the transaction number repeated, there is a way to select the first row and them concatenate with the second row?
CONCAT((CASE WHEN {appliedtotransaction.type} = 'Bill' THEN {appliedtotransaction.transactionnumber} ELSE NULL END),
(CASE WHEN {appliedtotransaction.type} = 'Bill' THEN {appliedtotransaction.transactionnumber} ELSE NULL END))
Thanks!
0