How do I apply data filter to only the table range and not the whole row?

后端 未结 4 1549
暖寄归人
暖寄归人 2020-12-12 08:13

I have got two adjacent tables. When I apply data filter on first table, it filters the whole row hiding rows from 2nd table as well. How do I restrict filter to only the fi

4条回答
  •  遥遥无期
    2020-12-12 08:55

    Unfortunately you won't be able to do that. When you filter, it filters the entire row (something to think about would be how the row number would display if that weren't the case). You will need to restructure your setup if you wish to prevent that (not sure of your particular use case, so sorry I can't give a more specific suggestion).

提交回复
热议问题