|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 3:49 AM
Points: 20,
Visits: 95
|
|
Hi All, Am trying to create a report like. Here i user two groups. On the group2 i given a page break. The problem is suppose i view the second page if the values is under group1 the group1 has to display the G1name-Continued.

|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 3:49 AM
Points: 20,
Visits: 95
|
|
This the formula they have written in crystal reports.How to implement this one in SSRS2008R2?
Formula:
Shared StringVar sNewBranch; StringVar sPrintMe := "yy";
if sNewBranch = {@BName-BID} then ( sPrintMe := totext({salesrepgensummary.branch_name}) + " - " + totext({salesrepgensummary.branch_code}) & " -continued "; ) ELSE ( //sNewBranch:= {@BName-BID}; sPrintMe := totext({salesrepgensummary.branch_name}) + " - " + totext({salesrepgensummary.branch_code}); ) ;
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 3:49 AM
Points: 20,
Visits: 95
|
|
This the formula they have written in crystal reports.How to implement this one in SSRS2008R2?
Formula:
Shared StringVar sNewBranch; StringVar sPrintMe := "yy";
if sNewBranch = {@BName-BID} then ( sPrintMe := totext({salesrepgensummary.branch_name}) + " - " + totext({salesrepgensummary.branch_code}) & " -continued "; ) ELSE ( //sNewBranch:= {@BName-BID}; sPrintMe := totext({salesrepgensummary.branch_name}) + " - " + totext({salesrepgensummary.branch_code}); ) ;
|
|
|
|