Page 1 of 1

Line number using ProcessingDuplicates

Posted: Mon Jul 17, 2017 9:42 am
by cherou
I have a model with data columns. So, in first attachment you can see the results. The first column is the line number and i use the function {Line}. Some students are showed continuously, show i use GetTag with the Id of each student, which exists in data source, and Processing Duplicates: merged with tag. So, i have the result of second attachment. The function {Line} has the same result for the second case, but i want the function {Line} to count merged rows, as the third attachment.

Re: Line number using ProcessingDuplicates

Posted: Tue Jul 18, 2017 10:43 pm
by Alex K.
Hello,

You can add the Tag property for the Line text component and then set ProcessingDuplicates property by Tag value.

Thank you.

Re: Line number using ProcessingDuplicates

Posted: Fri Jul 21, 2017 6:18 am
by cherou
I have already used the tag property to merge rows and the property ProcessingDuplicate= BasedOnTagMerge
The row numbers are displayed by using the system variable {Line}
However it seems that the line numbers are not the merged ones.

Re: Line number using ProcessingDuplicates

Posted: Fri Jul 21, 2017 1:00 pm
by HighAley
Hello.

The Line variable shows the number of the line.
If you need to change the numbering, You could use the CountDistinctRunning() function of additional scripts in events.

Thank you.