Remove attribute having sum < 10

marasma
marasma New Altair Community Member
edited November 2024 in Community Q&A
Hello everybody...
I'm pretty desperate, so gotta ask here... how can I remove an attribute having sum of the rows less than 10?
I tried Filter Examples, W-Filtered Attribute Eval, but... nothing!
Thank you  :D
Tagged:

Answers

  • veve
    veve New Altair Community Member
    Hello,

    I would generate a new column (Generate Attributes) and then filter the result with ("Filter Examples").
    In Filter examples you have to chose 'attribute_value_filter' and then write the rule newcolumn < 10


    Hope this helps :)