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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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