Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

How to implement this formula?

$
0
0
Hi All,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}); );And the question is On this post [url=http://www.sqlservercentral.com/Forums/Topic1415566-1633-1.aspx][/url]

Viewing all articles
Browse latest Browse all 2791

Trending Articles