Page 1 of 1

Display n:th row of a datalist?

Posted: Wed May 08, 2013 10:17 am
by osched
Hi,
I need to display only the n:th row (defined for instance by a variable) of a datalist. How is this done?

Thank you in advance,
Oscar

Re: Display n:th row of a datalist?

Posted: Wed May 08, 2013 12:19 pm
by HighAley
Hello, Oscar.

You could use the Condition where you should set next expression: Line != n and deselect Component in Enabled property there.

Thank you.

Re: Display n:th row of a datalist?

Posted: Thu May 09, 2013 2:10 pm
by osched
Thanks,
that seems to do the job!

On the same subject, I have defined an integer variable RowNumber in the report dictionary:
{IIF((Events.Name=="Failure"),RowNumber=Line,"Job OK")}
which should give the correct row number. However, the true part is returned even when the boolean expression is false and the variable
RowNumber always returns the last row number. Should I declare a different variable or change its properties?

Re: Display n:th row of a datalist?

Posted: Mon May 13, 2013 10:42 am
by Alex K.
Hello,

Please send us your report with test data for analysis.

Thank you.