I have a list which I would like to be able to filter while leaving one merged row/cell in the center always visible. Is this possible?
Essentially I have a data set sorted by date. I have reports of an issue prior to a corporate communication going out and then after. I would like to be able to filter the list by location (one state or several) while leaving the merged row/cell visible so that I can tell, at a glance, which reports/how many reports were received prior to the communication and then after. I've put together an example, but can't get to pic hosting websites at work and apparently can't paste screenshots or attach images directly so I've recreated as best I can below:
Raw Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]2017-01[/TD]
[TD]2/3/17[/TD]
[TD]51 Star Cliff Ct. [/TD]
[TD]IN[/TD]
[/TR]
[TR]
[TD]--------[/TD]
[TD]merged[/TD]
[TD]row (communication issued)[/TD]
[TD]----- [/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to display when filtering for CA:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]----------[/TD]
[TD]merged[/TD]
[TD]row (communication issued)[/TD]
[TD]-----[/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
What is actually displayed when filtering for CA:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate any suggestions!
Essentially I have a data set sorted by date. I have reports of an issue prior to a corporate communication going out and then after. I would like to be able to filter the list by location (one state or several) while leaving the merged row/cell visible so that I can tell, at a glance, which reports/how many reports were received prior to the communication and then after. I've put together an example, but can't get to pic hosting websites at work and apparently can't paste screenshots or attach images directly so I've recreated as best I can below:
Raw Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]2017-01[/TD]
[TD]2/3/17[/TD]
[TD]51 Star Cliff Ct. [/TD]
[TD]IN[/TD]
[/TR]
[TR]
[TD]--------[/TD]
[TD]merged[/TD]
[TD]row (communication issued)[/TD]
[TD]----- [/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to display when filtering for CA:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]----------[/TD]
[TD]merged[/TD]
[TD]row (communication issued)[/TD]
[TD]-----[/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
What is actually displayed when filtering for CA:
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 62"]
<tbody>[TR]
[TD="class: xl65, width: 62"]Record Number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]Date[/TD]
[TD][TABLE="width: 314"]
<tbody>[TR]
[TD="class: xl65, width: 314"]Address[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]State[/TD]
[/TR]
[TR]
[TD]2016-01[/TD]
[TD]11/1/16[/TD]
[TD]504 Piney Pl[/TD]
[TD]CA[/TD]
[/TR]
[TR]
[TD]2017-02[/TD]
[TD]5/27/17[/TD]
[TD]765 Halyard Ln.[/TD]
[TD]CA[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate any suggestions!