Solved

Apps9: What expression can i use in a migration script for 'TODAY'?


Userlevel 6
Badge +11

I have a migration script, which runs a query and outputs a csv file based on criteria in the screen shot below.

It is being run manually at the moment, with the pay_date updated each time.

What can i put in the where clause that would be where company = ‘ABC’ and the pay_date = TODAY?

I will then schedule this to run on a daily basis to output the days ledger activity

icon

Best answer by Chamika Dilhani 6 July 2021, 16:54

View original

This topic has been closed for comments

3 replies

Userlevel 6
Badge +7

Hi,

Check if #TODAY# works.

Userlevel 6
Badge +11

It did work thanks! It seems so obvious now lol

Userlevel 6
Badge +7

It did work thanks! It seems so obvious now lol

great! :)