The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Can rapid transfer table like that?
fvbnju765r
Member Posts: 8 Contributor II
for example
---------------
ID-shopping
1-egg
2-meat
3-vegetable
transfer it to
-----------------
ID-egg-meat-vegetable
1-t-f-f
2-f-t-f
3-f-f-t
can rapid do this kind transfer?
(I used to use IBM spss module to do that )
---------------
ID-shopping
1-egg
2-meat
3-vegetable
transfer it to
-----------------
ID-egg-meat-vegetable
1-t-f-f
2-f-t-f
3-f-f-t
can rapid do this kind transfer?
(I used to use IBM spss module to do that )
0
Answers
You can use the Pivot operator plus some gymnastics.
Here's an example
regards
Andrew
I just feel some thing like IBM spss module has a tool to do this kind of transfer by no typing code
why rapid do it so difficult?