- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Data Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
You could use SQL query with JMP Query Builder
or Group Listagg Columns add-in also kudo Allow Split to create Multiple Response columns . It can be used to create
then you can split this
Or you can try using JMP's different table platforms to create something like this
and then use Combine Columns
and do splits, joins, updates as needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
Merci pour la réponse !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
The suggestions from jthi give you lots of options. But if all you need is to get what you describe, you can just use Table Split, split by week and split the TYPE column. You get the attached table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
I'm not sure what you mean by more specific, but here is the screenshot of what I described.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
Le fait de mettre la colonne d’analyse dans « Groupe » est important car je dispose de différentes colonnes d’analyses dans la base de données
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Data Table
In that case, I believe you need at least 2 steps. First you can use Tabulate with week (after changing it to nominal) and TYPE as rows and your analysis column(s) as columns (if they are continuous, you can put these in the body of the table). After making that into a data table, you will want to split the TYPE and analysis columns by week. Attached are 2 screen shots.