﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Reporting Services / Reporting Services 2005 Development  / Total Row count in RDL / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 16:59:57 GMT</lastBuildDate><ttl>20</ttl><item><title>Total Row count in RDL</title><link>http://www.sqlservercentral.com/Forums/Topic1419978-1063-1.aspx</link><description>Hi All,I have a table named tbl which contains 250 rowsI have a Varaible @CNT = SELECT count(*) from tblThen i have a query as Select top 10 * from tblNow i want to pass @CNT into second query. The output of Select top 10 * from tbl will be1 val12 val2. .. .. .10 val 10But i want as 1 val1 250 2 val2 250. .. .. .10 val 10 250 250 indicates the value of @CNT.Or is there any other way in which i can pass @CNT as a seperate field in SQL Server Reporitng Services RDLThanks in advance</description><pubDate>Thu, 14 Feb 2013 04:43:13 GMT</pubDate><dc:creator>jeganbenitto.francis</dc:creator></item></channel></rss>