Relation between two columns

sshilderman
sshilderman New Altair Community Member
edited November 2024 in Community Q&A
Hi all,
I have two column with numbers only.
I need to find a relation between those two.
For example: column B increasing only when column A decreasing.

Thanks a lot.
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi,

    you can set one of them to label and use the weight by operators

    ~Martin
  • sshilderman
    sshilderman New Altair Community Member
    Thank you for your reply.
    I used Set Rule operator to label one of the attributes (unless there is another way).
    Now i'm trying to use the Weight by operator (by the way, there are plenty of t) but none of them works for me.
    It says that the 'label must be nominal; and i don't understand why it's not working.

    any idea?
  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi,

    you need to use a  measure which works for numerical values. e.g. Weight By Correlation.

    Best
    Martin