Hello,
we need to get the current date in the query of the database datamapper.
Actually the date is hard coded in the query, which looks like the following:
=SELECT * FROM [AS400].[***].[***].[V_PRINT_LETTERS]
WHERE DR1_DATUM_N08 =20222405
ORDER BY AT2E_KDNR, AT2E_LFDNR7
What is the best way to get the current date dynamic?
The field DR1_DATUM_N08 has the type NUMERIC(8,0).
The database is a DB2 AS/400.
Thanks for help