Hello everyone,
I have a report that shows some people′s information (sex, birthday, phone number, e-mail...)
And I did a table that shows these information by expanding the person name..
for example:
+ Pedro
+ Mike
+ Matt
and when I click on Pedro should appear:
- Pedro
Sex: Male
Birthday: 02/15/1987
+ Mike
+ Matt
My problem is when the information is collapsed, it shows:
- Pedro
Male
02/15/1987
- Mike
Male
12/12/1985
- Matt
Sex: Male
Birthday: 06/21/1980
Does anyone know why this is happening?
PS: Im sorry if this thread has some gramaticals problems.
Set the detail section to visible=false, if not already?|||How do you organize detail section? Sex and Birthday text in separate column or you use expression like = "Sex: " & Fields!Sex.Value etc ?|||If you created a grouping that contained the names, then the detail could contain sex and birthday references. The detail section formatting doesn't matter in this instance. The key would be to initially set the row visibility hidden = false.
I think this should do it. Hope it helps.
No comments:
Post a Comment