Repeat an attribute

bea11005
bea11005 New Altair Community Member
edited November 2024 in Community Q&A

Hi everyone!

I have the next dataset.

ID USERID  TIME1

1       4           135465          

2       7           125347

3       19         189200

.......

Also I have a second dataset with this information

ID AVAILABILITY

1     148200

 

I want to create an attribute in the first dataset called availability with the value of availability in the second dataset, just like this....

ID USERID  TIME1     AVAILABILITY

1       4           135465    148200

2       7           125347    148200

3       19         189200    148200

.......

 

How can I do it?

 

Tagged:

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,

     

    i guess you want to use the Join (if you have more than one value to add) or the Cartesian (if it's a constant) product operator.

     

    Best,

    Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Hi,

     

    i guess you want to use the Join (if you have more than one value to add) or the Cartesian (if it's a constant) product operator.

     

    Best,

    Martin