How to have Line number only on desired rows

Stimulsoft Reports.NET discussion
Post Reply
Lithium
Posts: 1
Joined: Thu May 05, 2016 6:18 am

How to have Line number only on desired rows

Post by Lithium »

Hello
I have a problem to do this. in some rows I have set a condition. if the condition is true I want to show the Line number and if the condition is not true I'd like to show the empty string and the line number should not raise when this happens. look at the picture
Image

in this case I want the row number be like:
53
54
55
""
56
57
.
.
.
here's the cell value:
{IIF(Passenger.No != 3, Line, "")}
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to have Line number only on desired rows

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Also, can you please send us a simple report which reproduces the issue for analysis.

Thank you.
Post Reply