Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

need help

I am a new user, and I have aproblem, may be a naif one, apologies. I am trying to generate a new column in a file by using the AND command like ColA>25 AND ColB>25, but it does not work, since after inserting the first one ColA>25 and the AND command it does not allow me to insert ColB>25.

Anyone can help me?

Comments

  • If you're using constructor (drag-and-drop) column, "and" is ^, so you should read ColA>25 ^ ColB>25:


    If you're using R code, "and" is &, so you should read ColA>25 & ColB>25

  • Thank you, I know, and in fact using R code it works. But using drag-and-drop I cannot do it. In fact, I first drag ColA, then I click on ^ and the ^ goes to the second row, then I drag ColB and ColB goes in the third row, like this:

    ColA

    ^

    ColB

    So, what am I doing wrong?

  • Sorry, I forgot something:

    Thank you, I know, and in fact using R code it works. But using drag-and-drop I cannot do it. In fact, I first drag ColA, then add +25, click on ^ and the ^ goes to the second row, then I drag ColB, then add +25, and ColB goes in the third row, like this:

    ColA>25

    ^

    ColB>25

    There is no way they all go in the first row, so, what am I doing wrong?

  • edited December 2024

    you can drag and drop from one line to another: https://i.imgur.com/u2rcX3H.gif

Sign In or Register to comment.