Dataset
Sec | Char |
S1 | C1 |
S1 | C2 |
S1 | C3 |
S1 | C4 |
S1 | C5 |
S1 | C6 |
S2 | C1 |
S2 | C2 |
S2 | C3 |
Need to pass the one report parameter (No of Rows).
Report should be look like below based on the input parameter .
If No of Rows = 1 | |||
S1 | |||
C1 | |||
C2 | |||
C3 | |||
C4 | |||
C5 | |||
C6 | |||
S2 | |||
C1 | |||
C2 | |||
C3 | |||
If No of Rows = 2 | |||
S1 |
| ||
C1 | C2 | ||
C3 | C4 | ||
C5 | C6 | ||
S2 |
| ||
C1 | C2 | ||
C3 |
| ||
If No of Rows = 3 | |||
S1 |
|
| |
C1 | C2 | C3 | |
C4 | C5 | C6 | |
S2 |
|
| |
C1 | C2 | C3 | |
If No of Rows = 4 | |||
S1 |
|
|
|
C1 | C2 | C3 | C4 |
C5 | C6 |
|
|
S2 |
|
|
|
C1 | C2 | C3 |
|
….etc
How can I achieve this?