Forum Discussion
BenTen22
3 years agoRegular Visitor
Token Equal Expected
Hey all, I'm getting Token Equal expected for the second to last column i'm adding (highlighted). Can't for life of me workout why though. Any tips would be much appreciated. = let Dates = B...
- 3 years ago
Hi BenTen22 ,
At a glance, I can see that at least the last three new columns will fail due to you closing the Table.AddColumn function prematurely. You should remove one of the close brackets after the column formula to allow the type defintion to be an argument within the Table.AddColumn function:
Pete
BA_Pete
3 years agoSuper User
Hi BenTen22 ,
At a glance, I can see that at least the last three new columns will fail due to you closing the Table.AddColumn function prematurely. You should remove one of the close brackets after the column formula to allow the type defintion to be an argument within the Table.AddColumn function:
Pete
- BenTen223 years agoRegular Visitor
Thankyou Pete, also managed to miss a closing bracket further up. Issue now resolved.