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 


  • 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.

3 Replies

  • rsbin's avatar
    rsbin
    Community Champion

    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.

  • Yes, it seems that I had to add the "(" is what I was adding. Thank you so much for your time.