rcbsimoes
Structural
- Apr 6, 2012
- 11
Hi all,
I've been trying to create an etab column based on the values in the current row. no success.
Say I have a etable with S1 from load case 1, S1 from load case 2, S3 from LC1 and S3 from LC2.
I would like to have a 5th column where the min of S1s and a 6th with max of S3. Finally a 7th column with the amplitude (mxS3-mnS1).
But I can't seem to be able to make operations per row (finding the smallest/greatest value per row)...
( some thing along the line: column5=min(column1,column3) , etc )
Is there a way to achieve this?
Thanks in advance,
I've been trying to create an etab column based on the values in the current row. no success.
Say I have a etable with S1 from load case 1, S1 from load case 2, S3 from LC1 and S3 from LC2.
I would like to have a 5th column where the min of S1s and a 6th with max of S3. Finally a 7th column with the amplitude (mxS3-mnS1).
But I can't seem to be able to make operations per row (finding the smallest/greatest value per row)...
( some thing along the line: column5=min(column1,column3) , etc )
Is there a way to achieve this?
Thanks in advance,