Sorting and Adding a new column with formula
Hi, I want to sort column N Rows in descending order and add a new column which shows the % of total of N Rows. Please help me out with the jsl script << Summary(
Group(
:Open VIO,
:Open SCLK,
:Open SDATA,
:Open USID,
:Open RF1,
:Open RF2,
:Open RF3,
:Open RF4,
:Open RFC
),
Freq( "None" ),
Weight( "None" )
)
Thanks,Jack