Forum Discussion

Nepal101's avatar
Nepal101
Helper III
4 years ago
Solved

using filter and calculate same table

Hello, I need some help in understanding why If I put the last filter below it shows an error but if I put the same filter above a couple of lines it doesn't show any error why is that so  ...
  • rsbin's avatar
    4 years ago

    Nepal101 ,

    Looks to me like you have an extra parenthesis "(" in line 9.   It is looking for you to close that.

    So either remove it, or add a closed parentheses ")" before your last comma "," in line 9.