Forum Discussion
dmiller
7 years agoFormer Employee
I don’t know Netezza, but I think there was a similar date request using our expression language in this Community. Let me see if I can find it…
Edited to add the link to start with: Expression - Last Day of the Month - #6 by aaronb.
This might be a good starting point with a couple options.
groverarena
7 years agoNew Contributor
Hi,
How can I debug these expressions or check in values in Snaplogic?
Date.now().plusMonths(1).withDayOfMonth(1).minusDays(1)
- tstack7 years agoFormer Employee
You can use the “Dynamic Validation” feature to see the results of expressions as you enter them. To view the results of sub-expressions, for example
Date.now().plusMonths(1)
, you can move the cursor to that part of the expression to see those results.Here’s a gif of DV in action: