Viewing 15 posts - 31 through 45 (of 66 total)
Well I found an answer in this forum (and others as well)that instaed of using Table I should use a rectangle:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=130983&edit=failed
But stil there's a problem:
The report is with table...
September 21, 2005 at 3:27 am
Thanks u all.
Every day we learn something new
a sample of use with rs utility In BOL:
ms-help://MS.RSBOL80.1033/RSAMPLES/htm/rss_sampleapps_v1_1apd.htm
September 21, 2005 at 2:28 am
Thanks,but still I didn't understand How can i deploy the RS files without the visual studio ???
September 21, 2005 at 1:55 am
Well I didn't try it but check the field visibilty...
September 20, 2005 at 12:50 am
Well to number your list u can use RowNumber & RunningValue Functions as shown in this forum:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=212522
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=150&messageid=213425
September 13, 2005 at 1:27 am
Well,couse no one hellped me i did the hard work myself.
here the steps for this mission:
1) create ds with the all the mission for the week(each mission has a field...
September 11, 2005 at 12:41 am
Instead of 'Nothing' in the RowNumber function put the name of the group in the matrix as the error msg tell u...
September 4, 2005 at 12:20 am
I'm afraid 2 ask but did u wrote the fields of the ds in the table?
September 4, 2005 at 12:13 am
Well u can create a table row with the massege u want and add to the visibility property this code:
=iif(Fields!Group3.Value is nothing,False,True)
and for the other table rows the...
August 30, 2005 at 1:42 am
Well u can do it with Stored procedure ->send the db name as parameter.
+ in the sp use dynamic sql like: "SELECT * FROM " + @DB + ".tbl_name" ....
August 29, 2005 at 12:05 am
Well,I test it and the correct format is:
RunningValue ( Fields!Group2Something.Value , CountDistinct, "Group1_Name") & ". Fields!Group2Something.Value"
August 28, 2005 at 5:20 am
Note:
if u want 2 index group2 u shuold write the RowNumber("group1_name")
August 24, 2005 at 7:38 am
Is there a trick in the RS himself 2 it???
August 22, 2005 at 7:20 am
Viewing 15 posts - 31 through 45 (of 66 total)