Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi
This script currently creates a TargetDate based on the EOMONTH function. I need to change this to return the 20th day of the month. Any suggestions?
many thanks
J
Hi,
you can change this part of your code
VAR TargetDate = DATE ( YEAR ( NewDate ), MONTH ( NewDate ), DAY ( NewDate ) ) RETURN EOMONTH ( TargetDate, 0 )
to this
VAR TargetDate = DATE ( YEAR ( NewDate ), MONTH ( NewDate ), 20 ) RETURN TargetDate
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |