JSL implementation of merged cell display format similar to the tabulation function. JMP17
When generating reports using JSL, I want to place a table in a new window that resembles the style displayed by the 【Tabulate】 function (where cells with the same column values can be merged). The data for the report comes from a JMP table.
【My Challenges】
JMP17
1. When I use a new window and add a table box, each row displays data, but cells with the same category are not merged. Is there a method ...