Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have this problem , I can't merge the table by date , I don't understand why it doesn't merge. I have tables generated by SQL SERVER and link from the table calendar by date.
when I check through by list box(Datum)) as if I don't find and not one record in Exp_Obec. The question is why?
please help!!!
Make sure that the date is really a date and not a timestamp which is only possible with a conversion and not a formatting, for example with:
Date(floor(data), 'DD.MM.YYYY') as %%Key_V_BelegPos_Datum
Thank you very much!!!!!!!!!