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
Display n:th row of a datalist?
Re: Display n:th row of a datalist?
Hello, Oscar.
You could use the Condition where you should set next expression: Line != n and deselect Component in Enabled property there.
Thank you.
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?
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?
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?
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.