I have my Details section set out as a list rather than as columns.
Meaning it looks like:
Label1 Field1
Label2 Field2
...
rather than
Label1 Label2 ...
Field1 Field2 ...
I have conditional formatting to hide "rows", which works. Aliases down to AddendaType will hide if they are null. I tested by putting textBox19 in. The problem is that the next Details section is still where it would be if those fields printed, leaving a 3 row gap.
I know I remember seeing something about the Header Section not resizing, so I assume my Detail Section is not "shrinking", just the boxes within the Details section shift.
What is the best practice to simulate what I'm trying to do?
Screen shot included of detail page because the data is sensitive.
I was able to get close to what I want, but not in a pretty way, so I'm still hoping someone else has something better.
Clipboard02 shows highly squished row fields, which will expand when data is present, but it doesn't have the proper spacing between rows if multiple rows have data. I also added a grouping to get a small gap between consecutive Detail sections.
Which leads to question 2: I wanted to set the group2Footer to visible only if it is not the last Detail section in a Group. So I want to compare = RowNumber() <> Count(Fields.PossibleMatch) , but this doesn't work because the Count returns 1. Placing the Count in group1Footer gives me the count I want. Can I get that Count where I want it, or is there another way of saying "If I'm not the last row, then show me"?
Meaning it looks like:
Label1 Field1
Label2 Field2
...
rather than
Label1 Label2 ...
Field1 Field2 ...
I have conditional formatting to hide "rows", which works. Aliases down to AddendaType will hide if they are null. I tested by putting textBox19 in. The problem is that the next Details section is still where it would be if those fields printed, leaving a 3 row gap.
I know I remember seeing something about the Header Section not resizing, so I assume my Detail Section is not "shrinking", just the boxes within the Details section shift.
What is the best practice to simulate what I'm trying to do?
Screen shot included of detail page because the data is sensitive.
I was able to get close to what I want, but not in a pretty way, so I'm still hoping someone else has something better.
Clipboard02 shows highly squished row fields, which will expand when data is present, but it doesn't have the proper spacing between rows if multiple rows have data. I also added a grouping to get a small gap between consecutive Detail sections.
Which leads to question 2: I wanted to set the group2Footer to visible only if it is not the last Detail section in a Group. So I want to compare = RowNumber() <> Count(Fields.PossibleMatch) , but this doesn't work because the Count returns 1. Placing the Count in group1Footer gives me the count I want. Can I get that Count where I want it, or is there another way of saying "If I'm not the last row, then show me"?