Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如交叉表的图像所示,我想在每一行中显示“协议状态”列值(截至目前已合并)。如何取消合并以显示所有行而不是单个行?
分组无法撤消,但会根据您的基础数据创建一个新表并旋转该表以创建一个表,以便您可以显示为表而不是交叉表。
或者将协议状态添加到您的轴 First([Protocol Status]) 并通过使列宽为 0 来隐藏分组的第一列。