help with group in report
hi all
im new in SSRS and im working with SSRS 2008 R2,i need to do this kind of report:
col6
col5
col4
col3
col2
col1
Branch:447 name:jon ID:463847 Type:worker Position: ht
Fun Position
manger
anther title
link to anther report-pass id as parmter
link to anther report-pass id as parmter
data
data
data
data
data
data
data
data
data
data
data
data
anther title
link to anther report-pass id as parmter
data
data
data
data
data
data
space between each employ
Branch:447 name:dan ID:789405 Type:worker Position: ht
Fun Position
progrmer
anther title
link to anther report-pass id as parmter
link to anther report-pass id as parmter
data
data
data
data
data
data
data
data
data
data
data
data
anther title
link to anther report-pass id as parmter
data
data
data
data
data
data
i need to show for each employ(id) from my datasat all this data
how to start it? is this a rejuler table with grouping? or to work item "list"?
i will hapy to get same help with this
many thanks in advance
May 30th, 2011 8:37am
Check this
http://msdn.microsoft.com/en-us/library/ms170712.aspx
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2011 8:55am
hi,
thanks - i sothis but its not help me
my report is more complicated - any help?
col6
col5
col4
col3
col2
col1
Branch:447 name:jon ID:463847 Type:worker Position: ht
Fun Position
manger
anther title
link to anther report-pass id as parmter
link to anther report-pass id as parmter
data
data
data
data
data
data
data
data
data
data
data
data
anther title
link to anther report-pass id as parmter
data
data
data
data
data
data
space between each employ
Branch:447 name:dan ID:789405 Type:worker Position: ht
Fun Position
progrmer
anther title
link to anther report-pass id as parmter
link to anther report-pass id as parmter
data
data
data
data
data
data
data
data
data
data
data
data
anther title
link to anther report-pass id as parmter
data
data
data
data
data
data
May 30th, 2011 10:17am
hi,
i be happy to get same help with this isue
thnaks
Free Windows Admin Tool Kit Click here and download it now
May 31st, 2011 12:35am
I'm not shure if I understand your problem? The report you posted should be grouped with employee id, right?
Yust create a classic table with all data that you need and then insert group emloyeeid on that table. If you need white space, insert one additional row outside the group.
For lik on a another report use textbox properties and forward your id to new report (define your parameters befor that)
May 31st, 2011 8:40am
hi ursshula,
thanks for your reply
i try this but i dont get the structer of the table i want
if u look on what i send only where it write data its like a full table with all the border the ather is not
i read a litel and maybe to try list?
how to work with it?
thanks!
Free Windows Admin Tool Kit Click here and download it now
June 1st, 2011 4:22am
If you dont want to have borders on your table, you can set them to be invisible, this property is enable for every specific cell. In Properties - Border style.
I would use this aproach if you want to get rid of 'table look' but you want to keep the structure of your current output.
Regards
June 1st, 2011 8:27am