Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Split Columns In report.

Status
Not open for further replies.

mvnbalu23

Technical User
Jan 21, 2011
3
0
0
IN
I have a list report.My list report contains 20 rows.I want split the rows like







usingConditinal variables

if([Query1].[S.NO] between 1 and 5) then('A')

else if([Query1].[S.NO] between 6 and 10) then('B')

else if([Query1].[S.NO] between 11 and 15) then('C')

else if ([Query1].[S.NO] between 16 and 21) then('D')

else('E')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top