Forum Discussion
Anonymous
5 years agoNot applicable
Power query if statement help
Can someone please help me with the error on the attached picture? It seems as though I'm missing something simple, but can seem to be able to get the syntax right.
- 5 years ago
Anonymous , you have " sign on wrong place (in front of field name).
"[MRP Type]="ND" then ...
it should be
[MRP Type]="ND" then ...Regards,
Nemanja Andic
nandic
5 years agoResident Rockstar
Anonymous , you have " sign on wrong place (in front of field name).
"[MRP Type]="ND" then ...
it should be
[MRP Type]="ND" then ...
Regards,
Nemanja Andic
- Anonymous5 years agoNot applicable
That was it! Can't believe I didn't catch that. Thank you!!