Filter on Values of Cells

2014-11-03 Thread Sznajder ForMailingList
Hi I would like to filtering rows that contain specific value at specific {family, qualifier}. For example, if my table contains the following lines, the cells are of the form {fam, qual, val} Row 1 : {fam-1, col0, val1}, {fam-1, col1, val11} Row 2 : {fam-1, col0, val11}, {fam-1, col1, val21}

Re: Filter on Values of Cells

2014-11-03 Thread Ted Yu
Would SingleColumnValueFilter serve your need ? Cheers On Mon, Nov 3, 2014 at 7:28 AM, Sznajder ForMailingList bs4mailingl...@gmail.com wrote: Hi I would like to filtering rows that contain specific value at specific {family, qualifier}. For example, if my table contains the following

Re: Filter on Values of Cells

2014-11-03 Thread Sznajder ForMailingList
!! Thanks a lot! Benjamin On Mon, Nov 3, 2014 at 5:31 PM, Ted Yu yuzhih...@gmail.com wrote: Would SingleColumnValueFilter serve your need ? Cheers On Mon, Nov 3, 2014 at 7:28 AM, Sznajder ForMailingList bs4mailingl...@gmail.com wrote: Hi I would like to filtering rows that