cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
DunnRankBudgie8
New Member

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 in JSL to achieve a display similar to merging cells in Excel?
2. Additionally, is it possible to customize the dividing lines of the table? (Where the dividing lines appear and their format)
1 REPLY 1
hogi
Level XII

Re: JSL implementation of merged cell display format similar to the tabulation function. JMP17

can you use Tabulate in your report?

Recommended Articles