Forum Discussion
Nepal101
4 years agoHelper III
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
- Nepal101Helper III
Yes, it seems that I had to add the "(" is what I was adding. Thank you so much for your time.