Viewing 15 posts - 31 through 45 (of 49 total)
Thanks Frederico for your answer
I don' tknow why but I thought it was clear. No problem. I'll just add all the code
SELECT M.ContaOrigem
,M.Conta
,M.Serie
,M.Utilizador
,M.Documento
,M.NumDoc
,M.Diario
,M.NumDiario
,M.DataGravacao
,M.Natureza
,M.Descricao
,M.Valor
,M.TipoConta
,M.Ano
,CASE M.Dia
WHEN '0' THEN '1'
ELSE M.Dia
END
AS DD
,CASE M.Mes
WHEN...
October 9, 2022 at 9:06 pm
Got it
Thanks a lot
August 18, 2022 at 8:07 am
It's amazing the simplicity of this solution (I bet it took you 2 seconds to think and another 2 to write it).
And believe me, I've search on the web for...
August 17, 2022 at 3:31 pm
Cool!!
Thank you so much guys!!!
You've been most helpful
And I've found another way:
, CASE F.Sex
WHEN 1 THEN 'Female'
WHEN 0 THEN 'Male'
ELSE 'Both'
END AS Sex
Best regards
Pedro
August 16, 2022 at 11:58 am
Very good Jeff. Such a valuable information!!
Thank you so much
Have a great weekend!
Pedro
July 15, 2022 at 6:20 pm
Hello Jeff
In fact it's impossible not to love those guys.
Thanks a lot for your message
Best regards
Pedro
July 15, 2022 at 4:04 pm
Hi Tom,
Thank you very much for your answer. Phil already answered this one.
Also, now i know what was my "problem" not finding those calendars: i did the search in portuguese
Thanks...
July 15, 2022 at 1:11 pm
Hello Phil
This is amazing!!Exactly what I needed
It's amazing how you guys always come up with such an easy answer.
Thank you soooooo much Phil!!
July 15, 2022 at 12:12 pm
Thank you very much for your answer @Phil and @Johan
I should search more before this question....which i did.....in google. Wrong place!
I promise next time i will search better
Thank you so...
July 7, 2022 at 2:31 pm
I'm so sorry.
I didn't explain myself very good.
I need to see the connections between tables.
Is it possible?
July 7, 2022 at 12:57 pm
Phil, I love the simple solutions and I am tempted to leave things as they are now.
Thank you so much for your clarifications, always enlightening.
Best regards
Pedro
July 5, 2022 at 9:40 am
Phil, the M query is as simple as this one :
let
Source = Table.Combine({#"Sales Comp1", #"Sales Comp2", #"Sales Comp3", #"Sales Comp4", #"Sales Comp5", #"Sales Comp6"})
in
Source
and this dataset compared with the original...
July 5, 2022 at 8:57 am
Hello Phil and thank you for your answer first of all
The data come from each database, I mean, each company has its own database. 6 or 7 lines for each...
July 5, 2022 at 7:50 am
Amazing job Phil!!
You've done all the hard work for me AND solved my problem!!!
Thank you thank you thank you!!!
July 3, 2022 at 6:34 pm
Hi Jeffrey
Yes, it shows me the error : Invalid column name 'Company'
July 3, 2022 at 3:40 pm
Viewing 15 posts - 31 through 45 (of 49 total)