July 14, 2010 at 10:34 am
So in fact, what you are saying is that the detail row cannot be brought back?
July 14, 2010 at 12:35 pm
tsmith-960032 (7/14/2010)
So in fact, what you are saying is that the detail row cannot be brought back?
No, what I am saying is that you never had a detail row to begin with as tablix does not support a detail row.
I don't know what your report does and it may be that you are only getting one row per group type in which case you could add a row for that by clicking to the inside of the row/column group and choosing add row or add column then populating that with your data.
July 14, 2010 at 12:44 pm
Of course I had a detail row. When you first drop a table into the work area, it always has a detail row. What I did is I added a group, added several group rows, and then deleted the detail row, which afterwards I regretted, and now want to add it back in. And I can't find anyplace that this can be done.
July 14, 2010 at 1:36 pm
Yes when you add a TABLE you have a detail row, however, at some point you must have deleted the table and gone with a tablix. Your own list of what is in your selections says you have a tablix here, and not a table at all.
If you want tabular data, then you must use a table, not a tablix.
July 27, 2010 at 10:43 am
I have run into the same problem... I created a TABLE (aka tablix), not a MATRIX, did some grouping, eventually deleted the detail row and now would like to try something with it added back in. I am guessing from the tone of this thread that the issue was not resolved/a means of adding the detail row back in was not determined? If it was, please share!
Kristen
July 27, 2010 at 12:08 pm
kstillwell (7/27/2010)
I have run into the same problem... I created a TABLE (aka tablix), not a MATRIX, did some grouping, eventually deleted the detail row and now would like to try something with it added back in. I am guessing from the tone of this thread that the issue was not resolved/a means of adding the detail row back in was not determined? If it was, please share!Kristen
I know what you mean. No, noone has answered with a solution yet.
July 29, 2010 at 7:39 am
You can add deleted details row with editing code. Add to the innermost tablix group these 5 rows of code before the end of TablixMember tag.
<TablixMembers>
<TablixMember>
<Group Name="Details" />
</TablixMember>
</TablixMembers>
</TablixMember> <!-- innermost tablix group TablixMember end tag, -->
I think it should do what you need.
July 29, 2010 at 4:02 pm
Check out the workaround described here:
August 1, 2010 at 1:37 am
DaveInIowa (7/29/2010)
Check out the workaround described here:
Thank you for your answer. So I guess I'm not crazy...:w00t:
August 5, 2010 at 7:23 am
Hi,
Select the Textbox >> right click >> Add Group>> Row Group >> Adjacent Above>> Show details Data.
Please ignore if you are not looking for this.
Thanks.
Veeren 🙂
Thanks & Regards,
Veeren.
Ignore this if you feel i am Wrong. 😉
August 5, 2010 at 7:27 am
Hi All,
I want share one thing with all,Actuvally Tablix is property not control in 2008.
Thanks,
Veeren.
Thanks & Regards,
Veeren.
Ignore this if you feel i am Wrong. 😉
December 8, 2010 at 8:13 pm
Any solution to this? I am having the same exact problem. Thank you.
December 23, 2010 at 12:13 pm
Same thing for me. No detail. I also try add child group which is the method listed on technet. I receive the message Innermost group does not have a grouping cell. I just don't get what tha message means!
January 11, 2011 at 8:29 am
I just had this issue and Veeren above is correct. If you add a Row Group that is 'Adjacent Above', there is a radio button option to 'Show Detail Data'. Then add your fields in that row.
March 4, 2012 at 7:47 pm
Hi.
I had the same problem and found the answer here: http://msdn.microsoft.com/en-us/library/cc627469(v=sql.100).aspx
🙂
Viewing 15 posts - 16 through 30 (of 40 total)
You must be logged in to reply to this topic. Login to reply