Skip to content
Advertisement

How to avoid that syntax : (Format(R.Date_VL,”) = Format(M.Date,”) => making macro very slow

I just realized that (Format(R.Date_VL,’yyyy/mm’) = Format(M.Date,’yyyy/mm’) is why my script is very slow.

Do you know why and if there is a way to avoid that syntax ?

its very very slow when I use format = format !!

Edit : I want to join on months and years not days

Advertisement

Answer

You could also try using DateDiff:

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement