I have created microsoft query data connection which links to another spreadheet. In my sql query I need to filter out the lines that does not bellong to that user. To do so i am using where clouse and i need to compare the field to the current username. I have tried USER(), system.user(), current_user, system_user ... Nothing seems to work.
Also, anyone knows what language does microsoft query use? Is it a language on its own?