cancel
Showing results for 
Search instead for 
Did you mean: 

Row ID

Former Member
0 Kudos

Hi

I have scenario to calculate the Rows in mesaage using the Field Row ID..How we do that

venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Venkat,

<i>I have scenario to calculate the Rows</i> . What u want to calculate do u want to count, Can u be more detailed.

Best regards,

raj.

Former Member
0 Kudos

Yes i want to count the number rows.

venkat

justin_santhanam
Active Contributor
0 Kudos

Venkat,

Under statistic function u can see count option use that.

Rows[Change Context to higher level] ->Count-->Target

If the above soln, didn't address ur issue, kindly reply back.

Best regards,

raj.

Former Member
0 Kudos

Hi Raj thanks for your quick Reply

Let me Explain in detail

My Datatype is like

DT_Sales Order

Record

Row

RowID

Field1

Filed2

...

...

I want the Row ID should Increment per each record or Row in the filed ROW ID

For EX: Row ID value should be

0001Filed1Filed2

0002Field1Filed2

How can we achive that...

venkat

justin_santhanam
Active Contributor
0 Kudos

Venkat,

I'm assuming the data type is for target structure. Do the below logic and let us know the results.

Counter----


> RowID

In counter properties give the initial value and the incrementing value. You can find the Counter function under Arithmetic function.

Best regards,

raj.