Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What does the -1 do in the following statement: LET vMinDate = FieldValue('DateMin', 1) -1;

What does the -1 do in the following statement:  LET vMinDate = FieldValue('DateMin', 1) -1;

1 Solution

Accepted Solutions
Gysbert_Wassenaar

A substracts 1 day from the DateMin so you get the day before DateMin.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

A substracts 1 day from the DateMin so you get the day before DateMin.


talk is cheap, supply exceeds demand