Skip to content
Advertisement

Tag: cdata-drivers

Using SQL code, i need to create a string that automatically creates the dates between to seperate days

I am creating an automatically updating dashboard for repeating purposes and I need to automatically draw invoice values from our system between certain dates i.e. on Tuesday, the reporting needs to show Mondays invoices. Is it possible to create a string whereby dates are automatically set. So far I have realized that DateAdd exists 🙂 I have created this. But

Advertisement