Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Forced Concatenation

Could I check with someone that when 2 load statements are coded as below that the NoConcatenate only needs to go above the first Load ?

Many Thanks

Chris

Table1:

NoConcatenate

LOAD *,

Where RowNo > 3;

LOAD *,

  AutoNumber([Value],[Group1]) as RowNo

Resident Table2

Order By [Group 1],[Value] desc;

1 Solution

Accepted Solutions
sunny_talwar

You might not even need one because this table includes a new field called RowNo, but having it in there doesn't harm.

View solution in original post

1 Reply
sunny_talwar

You might not even need one because this table includes a new field called RowNo, but having it in there doesn't harm.