Forum Discussion
DouweMeer
Impactful Individual
5 years agoQuery that doesn't work
It's probably just me... but my query isn't working. It tell me that 'G_EF.mximpl' is invalid. Select G.line_item_id , G.price , G_EF.mximpl FROM mn_price_master_li G inner join ( SELECT ...
- 5 years ago
So, I've found the problem.
["mximpl"] is not matching with [G_EF.mximpl], it is supposed to be [G_EF."mximpl"] to make it work.
Silly flaw :).
Anonymous
5 years agoNot applicable
Are you sure you posted this question in the right forum?
This looks like SQL and not PowerQuery to me ...