Bart Jonk
Bart Jonk

Reputation: 444

How to add add row number to NetSuite saved searches

I have a Transactions saved search that sums an amount over a number of grouped fields:

Results window looks like this (left out a number of Groups for simplicity) : enter image description here

I would like to add a row_number to the result, such that the search result is ordered by a column that will always give the same ordering.

Is this possible?

I tried this, but the rownum column is not shown in the result :

enter image description here

@ehcanadian, I also tried this : enter image description here and this enter image description here

but then it just doesn't show that column in the preview.

Upvotes: 0

Views: 2488

Answers (3)

Mark
Mark

Reputation: 1

Try using the rownum without the braces in your formula.. Formula with rownum

Preview of results with rownum

Upvotes: 0

B. Assem
B. Assem

Reputation: 1078

If you use at least one Summary column, Netsuite will not display any column without Summary Type defined, so you need to add that to your Rownum column too. So here is a working example: enter image description here

And the result is: enter image description here

Upvotes: 1

ehcanadian
ehcanadian

Reputation: 1784

Try the formula numeric {rownum}.

Upvotes: -1

Related Questions